2023-12-08T10:10:25.747 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T10:10:25.748 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455 --verbose -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/orig.config.yaml 2023-12-08T10:10:25.781 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:10:25.867 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455 branch: wip-yuri5-testing-2023-12-07-0740-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: '7483455' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi060.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T10:10:25.868 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T10:10:25.868 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T10:10:25.869 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T10:10:25.870 INFO:teuthology.task.internal:Checking packages... 2023-12-08T10:10:25.893 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T10:10:25.893 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T10:10:25.893 INFO:teuthology.packaging:ref: None 2023-12-08T10:10:25.893 INFO:teuthology.packaging:tag: None 2023-12-08T10:10:25.893 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T10:10:25.893 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:10:25.894 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T10:10:26.106 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365-g451ceae1-1bionic 2023-12-08T10:10:26.106 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T10:10:26.112 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T10:10:26.112 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T10:10:26.121 INFO:teuthology.task.internal:Saving configuration 2023-12-08T10:10:26.136 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T10:10:26.142 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:10:26.169 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455', '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-08 10:04:59.866812', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-08T10:10:26.192 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455', '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-08 10:04:59.864894', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-08T10:10:26.192 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T10:10:26.198 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T10:10:26.198 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T10:10:26.198 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T10:10:26.277 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9009f690d0>, signals=[15]) 2023-12-08T10:10:26.277 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T10:10:26.283 INFO:teuthology.task.internal:Opening connections... 2023-12-08T10:10:26.283 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:10:26.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:10:26.362 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2023-12-08T10:10:26.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:10:26.430 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T10:10:26.437 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2023-12-08T10:10:26.486 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2023-12-08T10:10:26.486 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="Ubuntu" 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:ID=ubuntu 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE=debian 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-08T10:10:26.534 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="18.04" 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_CODENAME=bionic 2023-12-08T10:10:26.535 INFO:teuthology.orchestra.run.smithi060.stdout:UBUNTU_CODENAME=bionic 2023-12-08T10:10:26.536 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2023-12-08T10:10:26.562 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2023-12-08T10:10:26.567 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2023-12-08T10:10:26.568 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="18.04" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-08T10:10:26.617 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-08T10:10:26.618 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=bionic 2023-12-08T10:10:26.618 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=bionic 2023-12-08T10:10:26.618 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2023-12-08T10:10:26.636 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T10:10:26.645 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T10:10:26.651 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T10:10:26.651 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:10:26.654 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:10:26.668 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T10:10:26.674 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T10:10:26.674 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:10:26.702 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:10:26.732 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T10:10:26.784 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T10:10:26.800 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T10:10:26.800 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T10:10:26.801 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:10:26.801 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:10:26.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:10:26.806 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-12-08T10:10:26.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:10:26.807 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-12-08T10:10:26.854 INFO:teuthology.orchestra.run.smithi060.stdout:4.15.0-200-generic 2023-12-08T10:10:26.854 INFO:teuthology.task.kernel:Running kernel on smithi060: 4.15.0-200-generic 2023-12-08T10:10:26.854 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2023-12-08T10:10:26.856 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-200-generic 2023-12-08T10:10:26.857 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.15.0-200-generic 2023-12-08T10:10:26.857 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-12-08T10:10:26.966 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2023-12-08T10:10:26.968 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-12-08T10:10:27.118 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-08T10:10:27.137 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-08T10:10:27.144 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-08T10:10:27.229 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-08T10:10:27.295 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-08T10:10:27.295 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-08T10:10:27.356 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-08T10:10:27.463 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-08T10:10:27.597 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-08T10:10:27.599 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-08T10:10:27.617 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-08T10:10:27.622 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-08T10:10:27.622 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-08T10:10:27.637 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-08T10:10:27.639 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-08T10:10:27.651 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-08T10:10:27.662 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-08T10:10:27.665 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-08T10:10:27.666 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-08T10:10:27.666 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-08T10:10:27.676 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-08T10:10:27.729 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-08T10:10:27.754 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-08T10:10:27.756 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-08T10:10:27.762 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-08T10:10:27.782 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-08T10:10:27.783 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-08T10:10:27.786 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-08T10:10:27.804 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-08T10:10:27.822 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-08T10:10:27.826 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-08T10:10:27.826 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-08T10:10:27.827 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-08T10:10:27.827 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-08T10:10:27.827 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-08T10:10:27.828 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-08T10:10:27.828 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-08T10:10:27.894 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-08T10:10:28.311 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-08T10:10:28.340 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-08T10:10:28.349 INFO:teuthology.orchestra.run.smithi060.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-08T10:10:28.402 INFO:teuthology.orchestra.run.smithi060.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-08T10:10:28.403 INFO:teuthology.orchestra.run.smithi060.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-08T10:10:28.404 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-08T10:10:28.406 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-08T10:10:28.435 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-08T10:10:28.435 INFO:teuthology.orchestra.run.smithi060.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-08T10:10:28.444 INFO:teuthology.orchestra.run.smithi060.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-08T10:10:28.455 INFO:teuthology.orchestra.run.smithi060.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-08T10:10:28.474 INFO:teuthology.orchestra.run.smithi060.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-08T10:10:28.479 INFO:teuthology.orchestra.run.smithi060.stdout:Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-08T10:10:28.498 INFO:teuthology.orchestra.run.smithi060.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-08T10:10:28.505 INFO:teuthology.orchestra.run.smithi060.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-08T10:10:28.563 INFO:teuthology.orchestra.run.smithi060.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-08T10:10:28.644 INFO:teuthology.orchestra.run.smithi060.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-08T10:10:28.765 INFO:teuthology.orchestra.run.smithi060.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-08T10:10:28.815 INFO:teuthology.orchestra.run.smithi060.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-08T10:10:29.279 INFO:teuthology.orchestra.run.smithi060.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-08T10:10:29.282 INFO:teuthology.orchestra.run.smithi060.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-08T10:10:29.283 INFO:teuthology.orchestra.run.smithi060.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-08T10:10:29.284 INFO:teuthology.orchestra.run.smithi060.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-08T10:10:29.292 INFO:teuthology.orchestra.run.smithi060.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-08T10:10:29.299 INFO:teuthology.orchestra.run.smithi060.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-08T10:10:29.302 INFO:teuthology.orchestra.run.smithi060.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-08T10:10:30.349 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 20.1 MB in 3s (6,432 kB/s) 2023-12-08T10:10:31.153 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 20.1 MB in 4s (5,117 kB/s) 2023-12-08T10:10:32.015 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-08T10:10:32.067 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-08T10:10:32.147 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-08T10:10:32.441 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-12-08T10:10:32.442 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-12-08T10:10:32.659 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2023-12-08T10:10:32.660 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-08T10:10:32.660 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-08T10:10:32.660 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-08T10:10:32.662 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2023-12-08T10:10:32.662 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-08T10:10:32.662 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2023-12-08T10:10:32.662 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2023-12-08T10:10:32.721 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2023-12-08T10:10:32.721 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-08T10:10:32.721 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-08T10:10:32.722 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-08T10:10:32.723 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2023-12-08T10:10:32.724 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-08T10:10:32.784 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-08T10:10:32.784 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 67.4 MB of archives. 2023-12-08T10:10:32.784 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-08T10:10:32.784 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-08T10:10:32.905 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2023-12-08T10:10:32.960 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-08T10:10:33.047 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2023-12-08T10:10:33.170 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-08T10:10:33.277 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-08T10:10:33.346 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2023-12-08T10:10:33.346 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2023-12-08T10:10:33.578 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2023-12-08T10:10:33.578 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-08T10:10:33.578 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-08T10:10:33.578 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-08T10:10:33.581 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2023-12-08T10:10:33.581 INFO:teuthology.orchestra.run.smithi060.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-08T10:10:33.581 INFO:teuthology.orchestra.run.smithi060.stdout:Recommended packages: 2023-12-08T10:10:33.581 INFO:teuthology.orchestra.run.smithi060.stdout: thermald 2023-12-08T10:10:33.649 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2023-12-08T10:10:33.649 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-08T10:10:33.649 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-08T10:10:33.649 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-08T10:10:33.652 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages will be upgraded: 2023-12-08T10:10:33.652 INFO:teuthology.orchestra.run.smithi060.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-08T10:10:33.678 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-08T10:10:33.678 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-08T10:10:33.678 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-08T10:10:33.714 INFO:teuthology.orchestra.run.smithi060.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-08T10:10:33.715 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 67.4 MB of archives. 2023-12-08T10:10:33.715 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-08T10:10:33.715 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:33.808 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-08T10:10:33.822 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-08T10:10:34.042 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.145 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.544 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.544 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.544 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.573 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 67.4 MB in 1s (62.4 MB/s) 2023-12-08T10:10:34.674 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.688 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:34.773 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-08T10:10:35.491 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 67.4 MB in 1s (66.2 MB/s) 2023-12-08T10:10:35.670 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-08T10:10:35.851 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-08T10:10:35.857 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-08T10:10:35.928 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:36.581 INFO:teuthology.orchestra.run.smithi060.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-08T10:10:36.585 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-08T10:10:36.650 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:37.545 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-08T10:10:37.558 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-08T10:10:37.645 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:38.165 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-08T10:10:38.181 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-08T10:10:38.223 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:38.326 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-08T10:10:38.343 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-08T10:10:38.427 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:38.979 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-08T10:10:38.995 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-08T10:10:39.037 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:42.024 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:42.151 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:42.462 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:42.596 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:42.908 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-08T10:10:42.924 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-08T10:10:42.950 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:42.966 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-08T10:10:43.084 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:43.400 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:43.529 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:43.857 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-08T10:10:43.871 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-08T10:10:43.932 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-08T10:10:47.623 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-08T10:10:47.648 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-08T10:10:47.690 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:48.774 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-08T10:10:48.799 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-08T10:10:48.833 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:50.027 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:50.154 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:50.491 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:51.076 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:51.413 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-08T10:10:51.533 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-08T10:10:51.566 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:10:51.566 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-08T10:10:51.566 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:10:51.566 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-08T10:10:51.695 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:51.877 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:52.238 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-08T10:10:52.373 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-08T10:10:52.482 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:52.491 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:52.583 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-08T10:10:52.709 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-08T10:10:52.835 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:52.998 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:10:52.998 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-08T10:10:52.998 INFO:teuthology.orchestra.run.smithi060.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:10:52.998 INFO:teuthology.orchestra.run.smithi060.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-08T10:10:53.046 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-08T10:10:53.046 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:10:53.127 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:53.653 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-08T10:10:53.804 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-08T10:10:53.930 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:54.048 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-08T10:10:54.191 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-08T10:10:54.317 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-08T10:10:54.527 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-08T10:10:54.528 INFO:teuthology.orchestra.run.smithi060.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:11:09.365 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-08T10:11:09.366 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2023-12-08T10:11:09.400 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2023-12-08T10:11:09.758 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:11:09.799 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:11:10.133 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:11:10.163 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-08T10:11:10.238 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-08T10:11:10.272 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-08T10:11:11.159 INFO:teuthology.orchestra.run.smithi060.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-08T10:11:11.160 INFO:teuthology.orchestra.run.smithi060.stdout:Sourcing file `/etc/default/grub' 2023-12-08T10:11:11.184 INFO:teuthology.orchestra.run.smithi060.stdout:Generating grub configuration file ... 2023-12-08T10:11:11.561 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:11:11.601 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:11:11.938 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:11:11.966 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-08T10:11:11.977 INFO:teuthology.orchestra.run.smithi105.stdout:done 2023-12-08T10:11:12.039 INFO:teuthology.orchestra.run.smithi060.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-08T10:11:12.062 INFO:teuthology.orchestra.run.smithi060.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-08T10:11:12.446 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-12-08T10:11:12.465 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-12-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-12-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-12-08T10:11:12.466 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-08T10:11:12.466 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-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-12-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-12-08T10:11:12.466 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:11:12.467 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-12-08T10:11:12.467 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-08T10:11:12.467 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:11:12.467 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:11:12.467 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T10:11:12.467 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:11:12.468 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-12-08T10:11:12.569 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-12-08T10:11:12.705 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-08T10:11:12.835 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-08T10:11:12.916 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-08T10:11:12.998 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-08T10:11:13.714 INFO:teuthology.orchestra.run.smithi060.stdout:done 2023-12-08T10:11:14.199 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 18 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:11:14.221 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 4.15.0.213.196 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.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-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:11:14.222 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2023-12-08T10:11:14.222 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-08T10:11:14.222 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:11:14.222 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:11:14.223 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T10:11:14.223 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:11:14.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get clean 2023-12-08T10:11:14.321 DEBUG:teuthology.orchestra.run.smithi060:> sudo apt-get update 2023-12-08T10:11:14.459 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-08T10:11:14.563 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-08T10:11:14.645 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-08T10:11:14.727 INFO:teuthology.orchestra.run.smithi060.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-08T10:11:14.810 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-08T10:11:14.858 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-08T10:11:14.942 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-08T10:11:15.209 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-12-08T10:11:15.210 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-12-08T10:11:15.419 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-08T10:11:15.420 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2023-12-08T10:11:15.420 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-08T10:11:15.420 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-08T10:11:15.420 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-08T10:11:15.420 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-08T10:11:15.472 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-08T10:11:15.474 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-12-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-12-08T10:11:15.496 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-08T10:11:15.496 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-08T10:11:15.496 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-12-08T10:11:15.497 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-12-08T10:11:15.497 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:11:15.497 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-12-08T10:11:15.497 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2023-12-08T10:11:15.545 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.qj7sNb6kJG 2023-12-08T10:11:15.545 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.qj7sNb6kJG 2023-12-08T10:11:15.604 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.qj7sNb6kJG 2023-12-08T10:11:15.735 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.qj7sNb6kJG is 10KB 2023-12-08T10:11:15.786 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.qj7sNb6kJG 2023-12-08T10:11:15.792 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-08T10:11:15.850 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:11:15.850 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-08T10:11:15.850 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-08T10:11:15.930 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-08T10:11:15.930 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2023-12-08T10:11:16.610 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2023-12-08T10:11:16.665 DEBUG:teuthology.orchestra.run.smithi060:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-08T10:11:16.757 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2023-12-08T10:11:17.031 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2023-12-08T10:11:17.032 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2023-12-08T10:11:17.253 INFO:teuthology.orchestra.run.smithi060.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-08T10:11:17.253 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2023-12-08T10:11:17.253 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-08T10:11:17.253 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-08T10:11:17.254 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-08T10:11:17.254 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-08T10:11:17.301 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2023-12-08T10:11:17.308 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-08T10:11:17.310 DEBUG:teuthology.orchestra.run.smithi060:> dpkg -s linux-image-generic 2023-12-08T10:11:17.317 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Package: linux-image-generic 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Status: install ok installed 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Priority: optional 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Section: kernel 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Installed-Size: 18 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Maintainer: Ubuntu Kernel Team 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: amd64 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Source: linux-meta 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Version: 4.15.0.213.196 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.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-08T10:11:17.328 INFO:teuthology.orchestra.run.smithi060.stdout:Recommends: thermald 2023-12-08T10:11:17.329 INFO:teuthology.orchestra.run.smithi060.stdout:Description: Generic Linux kernel image 2023-12-08T10:11:17.329 INFO:teuthology.orchestra.run.smithi060.stdout: This package will always depend on the latest generic kernel image 2023-12-08T10:11:17.329 INFO:teuthology.orchestra.run.smithi060.stdout: available. 2023-12-08T10:11:17.329 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2023-12-08T10:11:17.375 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.ARXixnxzog 2023-12-08T10:11:17.376 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ARXixnxzog 2023-12-08T10:11:17.429 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.ARXixnxzog 2023-12-08T10:11:17.552 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.ARXixnxzog is 10KB 2023-12-08T10:11:17.563 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.ARXixnxzog 2023-12-08T10:11:17.569 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-08T10:11:17.572 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:11:17.584 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:11:17.638 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:11:17.638 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-08T10:11:17.638 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-08T10:11:17.713 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-08T10:11:17.713 DEBUG:teuthology.orchestra.run.smithi060:> sudo update-grub 2023-12-08T10:11:17.883 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:11:17.897 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-08T10:11:17.976 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-08T10:11:17.989 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-08T10:11:19.132 INFO:teuthology.orchestra.run.smithi060.stderr:Sourcing file `/etc/default/grub' 2023-12-08T10:11:19.143 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2023-12-08T10:11:19.294 INFO:teuthology.orchestra.run.smithi105.stderr:done 2023-12-08T10:11:19.295 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2023-12-08T10:11:19.398 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-08T10:11:19.408 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-08T10:11:19.718 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-08T10:11:19.730 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-08T10:11:19.806 INFO:teuthology.orchestra.run.smithi060.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-08T10:11:19.819 INFO:teuthology.orchestra.run.smithi060.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-08T10:11:21.045 INFO:teuthology.orchestra.run.smithi060.stderr:done 2023-12-08T10:11:21.046 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2023-12-08T10:11:49.326 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T10:11:49.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:11:49.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:11:51.050 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T10:11:51.050 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:11:51.051 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:12:07.650 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2023-12-08T10:12:09.442 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2023-12-08T10:12:16.658 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:12:16.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:12:18.445 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:12:18.446 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:12:19.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2023-12-08T10:12:21.510 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2023-12-08T10:12:31.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:12:31.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:12:33.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:12:33.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:12:50.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2023-12-08T10:13:05.074 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-12-08T10:13:05.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:13:05.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:13:05.261 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-12-08T10:13:05.379 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:13:05.379 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-08T10:13:05.379 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2023-12-08T10:13:05.425 INFO:teuthology.orchestra.run.smithi060.stdout:4.15.0-213-generic 2023-12-08T10:13:05.426 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-08T10:13:05.426 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:13:05.426 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-08T10:13:05.687 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:13:05.687 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-08T10:13:05.688 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-12-08T10:13:05.735 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-213-generic 2023-12-08T10:13:05.735 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-08T10:13:05.736 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:13:05.736 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-08T10:13:06.427 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T10:13:06.427 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:13:06.463 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2023-12-08T10:13:06.490 DEBUG:teuthology.parallel:result is None 2023-12-08T10:13:06.737 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T10:13:06.737 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:13:06.768 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2023-12-08T10:13:06.804 DEBUG:teuthology.parallel:result is None 2023-12-08T10:13:06.804 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T10:13:06.812 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T10:13:06.812 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:13:06.814 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:13:06.852 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T10:13:06.858 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T10:13:06.871 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T10:13:06.871 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:13:06.873 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:13:06.911 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T10:13:06.917 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T10:13:06.918 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:13:06.929 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-08T10:13:06.955 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:13:06.965 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:13:06.971 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:13:06.977 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:13:06.979 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T10:13:06.987 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T10:13:06.987 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T10:13:07.010 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-08T10:13:07.037 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T10:13:07.046 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T10:13:07.047 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:13:07.070 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:13:07.084 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:13:07.122 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:13:07.170 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:13:07.170 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:13:07.231 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:13:07.238 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:13:07.288 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:13:07.288 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:13:07.355 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2023-12-08T10:13:07.357 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2023-12-08T10:13:07.458 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T10:13:07.466 INFO:teuthology.task.internal:Starting timer... 2023-12-08T10:13:07.466 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T10:13:07.477 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T10:13:07.487 DEBUG:teuthology.task.selinux:Excluding smithi060: OS 'ubuntu' does not support SELinux 2023-12-08T10:13:07.488 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2023-12-08T10:13:07.488 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T10:13:07.488 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-08T10:13:07.488 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T10:13:07.488 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T10:13:07.498 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-08T10:13:07.499 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T10:13:07.520 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-08T10:13:07.522 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi060.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T10:18:55.880 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi060.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2023-12-08T10:18:55.882 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:18:55.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:18:55.966 DEBUG:teuthology.orchestra.run.smithi060:> true 2023-12-08T10:18:56.091 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2023-12-08T10:18:56.092 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:18:56.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:18:56.175 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-12-08T10:18:56.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-08T10:18:56.296 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T10:18:56.310 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T10:18:56.310 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:18:56.310 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:18:56.313 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:18:56.313 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-08T10:18:56.362 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-08T10:18:56.362 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Command line: ntpd -gq 2023-12-08T10:18:56.363 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: proto: precision = 0.126 usec (-23) 2023-12-08T10:18:56.363 INFO:teuthology.orchestra.run.smithi060.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:18:56.364 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:18:56.364 INFO:teuthology.orchestra.run.smithi060.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:18:56.365 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:18:56.365 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen and drop on 0 v6wildcard [::]:123 2023-12-08T10:18:56.365 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-08T10:18:56.365 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen normally on 2 lo 127.0.0.1:123 2023-12-08T10:18:56.366 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen normally on 3 ens1f0 172.21.15.60:123 2023-12-08T10:18:56.366 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen normally on 4 lo [::1]:123 2023-12-08T10:18:56.366 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1560%3]:123 2023-12-08T10:18:56.366 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:18:56 ntpd[24092]: Listening on routing socket on fd #22 for interface updates 2023-12-08T10:18:56.392 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-08T10:18:56.392 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Command line: ntpd -gq 2023-12-08T10:18:56.393 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: proto: precision = 0.126 usec (-23) 2023-12-08T10:18:56.393 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:18:56.393 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-08T10:18:56.394 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: restrict ::: KOD does nothing without LIMITED. 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen and drop on 0 v6wildcard [::]:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen normally on 2 lo 127.0.0.1:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen normally on 4 lo [::1]:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2023-12-08T10:18:56.395 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:18:56 ntpd[24158]: Listening on routing socket on fd #22 for interface updates 2023-12-08T10:18:57.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:18:57.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:18:57.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:57 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:18:59.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:18:59.395 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:18:59.395 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:18:59 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:00.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:00 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:00.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:00 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:00.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:00 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:00.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:00 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:01.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:01.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:01.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:01 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:01.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:01.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:01 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:02.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:02 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:02.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:02 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:02.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:02 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:02.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:02 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:03.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:03 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:03.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:03.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:03.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:03.393 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:03.394 INFO:teuthology.orchestra.run.smithi105.stdout: 8 Dec 10:19:03 ntpd[24158]: ntpd: time slew -0.000702 s 2023-12-08T10:19:03.394 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew -0.000702s 2023-12-08T10:19:03.394 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-08T10:19:03.395 INFO:teuthology.orchestra.run.smithi105.stderr: 8 Dec 10:19:03 ntpd[24158]: can't open /var/log/ntpstats/loopstats.20231208: Permission denied 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:03.544 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:04.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:04 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:04.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:04 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:04.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:04 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:04.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:04 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:05.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:05.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:05.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:05 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:06.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-08T10:19:06.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: can't open /var/log/ntpstats/rawstats.20231208: Permission denied 2023-12-08T10:19:06.363 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-08T10:19:06.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: can't open /var/log/ntpstats/peerstats.20231208: Permission denied 2023-12-08T10:19:06.364 INFO:teuthology.orchestra.run.smithi060.stdout: 8 Dec 10:19:06 ntpd[24092]: ntpd: time slew -0.000288 s 2023-12-08T10:19:06.364 INFO:teuthology.orchestra.run.smithi060.stdout:ntpd: time slew -0.000288s 2023-12-08T10:19:06.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-08T10:19:06.364 INFO:teuthology.orchestra.run.smithi060.stderr: 8 Dec 10:19:06 ntpd[24092]: can't open /var/log/ntpstats/loopstats.20231208: Permission denied 2023-12-08T10:19:06.430 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:19:06.430 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2023-12-08T10:19:06.430 INFO:teuthology.orchestra.run.smithi060.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:06.430 INFO:teuthology.orchestra.run.smithi060.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:06.430 INFO:teuthology.orchestra.run.smithi060.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:06.431 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-08T10:19:06.431 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T10:19:06.441 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T10:19:06.441 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:19:06.442 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:19:06.448 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-08T10:19:06.449 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 340 Links: 1 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:17:35.270468825 +0000 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:17:35.006456344 +0000 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:17:35.006456344 +0000 2023-12-08T10:19:06.499 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:19:06.499 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:19:06.553 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:19:06.553 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:19:06.553 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000293843 s, 1.7 MB/s 2023-12-08T10:19:06.554 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:19:06.604 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2023-12-08T10:19:06.654 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 347 Links: 1 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:17:35.646486579 +0000 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:17:35.390474491 +0000 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:17:35.390474491 +0000 2023-12-08T10:19:06.655 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:19:06.655 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:19:06.709 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:19:06.709 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:19:06.709 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000286543 s, 1.8 MB/s 2023-12-08T10:19:06.710 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:19:06.760 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2023-12-08T10:19:06.810 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 353 Links: 1 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:17:36.082506925 +0000 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:17:35.790493377 +0000 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:17:35.790493377 +0000 2023-12-08T10:19:06.811 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:19:06.811 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:19:06.867 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:19:06.867 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:19:06.867 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000281214 s, 1.8 MB/s 2023-12-08T10:19:06.867 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:19:06.916 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:17:36.462523727 +0000 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:17:36.210512585 +0000 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:17:36.210512585 +0000 2023-12-08T10:19:06.967 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:19:06.967 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:19:07.021 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:19:07.021 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:19:07.021 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000201162 s, 2.5 MB/s 2023-12-08T10:19:07.022 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:19:07.072 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:19:07.179 INFO:teuthology.orchestra.run.smithi060.stdout:loop 2023-12-08T10:19:07.181 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2023-12-08T10:19:07.181 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:19:07.203 INFO:teuthology.orchestra.run.smithi060.stdout:1 2023-12-08T10:19:07.229 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:19:07.250 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2023-12-08T10:19:07.250 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:19:07.315 INFO:teuthology.orchestra.run.smithi060.stdout:1 2023-12-08T10:19:07.341 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:19:07.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2023-12-08T10:19:07.360 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:19:07.425 INFO:teuthology.orchestra.run.smithi060.stdout:1 2023-12-08T10:19:07.451 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:19:07.472 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2023-12-08T10:19:07.472 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:19:07.537 INFO:teuthology.orchestra.run.smithi060.stdout:1 2023-12-08T10:19:07.560 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:19:07.581 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:19:07.581 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:19:07.634 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme list 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme0n1 PHMB7476008A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme1n1 b7174bbb7df2aebb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme2n1 1d368da08bff2383 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme3n1 d913937ddae017a6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:07.689 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme4n1 36a1b73ba49e81c8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:07.690 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:19:07.690 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:19:07.690 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2023-12-08T10:19:07.747 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:19:07.747 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:19:07.754 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-08T10:19:07.754 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 346 Links: 1 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:17:33.345085854 +0000 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:17:33.101091660 +0000 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:17:33.101091660 +0000 2023-12-08T10:19:07.805 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:19:07.806 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:19:07.859 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:19:07.859 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:19:07.859 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000396374 s, 1.3 MB/s 2023-12-08T10:19:07.860 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:19:07.910 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2023-12-08T10:19:07.960 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:19:07.960 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 353 Links: 1 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:17:33.709077192 +0000 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:17:33.485082523 +0000 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:17:33.485082523 +0000 2023-12-08T10:19:07.961 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:19:07.961 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:19:08.015 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:19:08.015 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:19:08.015 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000371718 s, 1.4 MB/s 2023-12-08T10:19:08.016 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:19:08.070 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2023-12-08T10:19:08.120 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:19:08.120 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:17:34.097067960 +0000 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:17:33.857073669 +0000 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:17:33.857073669 +0000 2023-12-08T10:19:08.121 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:19:08.121 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:19:08.175 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:19:08.175 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:19:08.175 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000351385 s, 1.5 MB/s 2023-12-08T10:19:08.176 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:19:08.226 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2023-12-08T10:19:08.276 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:19:08.276 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:17:34.465059201 +0000 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:17:34.233064723 +0000 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:17:34.233064723 +0000 2023-12-08T10:19:08.277 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:19:08.277 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:19:08.332 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:19:08.333 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:19:08.333 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000356116 s, 1.4 MB/s 2023-12-08T10:19:08.333 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:19:08.382 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-08T10:19:08.472 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2023-12-08T10:19:08.474 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-12-08T10:19:08.474 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-08T10:19:08.499 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-08T10:19:08.525 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:19:08.547 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-12-08T10:19:08.547 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-08T10:19:08.610 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-08T10:19:08.640 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:19:08.659 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-12-08T10:19:08.659 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-08T10:19:08.726 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-08T10:19:08.753 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:19:08.775 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-12-08T10:19:08.775 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-08T10:19:08.841 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-08T10:19:08.863 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:19:08.888 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:19:08.888 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:19:08.936 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2023-12-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:19:08.992 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-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 b56cec0fa29ab968 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 0aaa36a9a9076d33 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 dfd7936911e1f3fb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:08.992 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 d79093e58a87a12e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-08T10:19:08.993 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:19:08.993 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:19:08.993 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-12-08T10:19:09.049 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T10:19:09.128 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T10:19:09.128 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:19:09.130 INFO:tasks.cephadm:Cluster fsid is 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:09.130 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T10:19:09.130 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T10:19:09.130 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi060': '172.21.15.60', 'mon.smithi105': '172.21.15.105'} 2023-12-08T10:19:09.130 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T10:19:09.131 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2023-12-08T10:19:09.148 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2023-12-08T10:19:09.165 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T10:19:09.166 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:19:09.340 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 8 10:19 /home/ubuntu/cephtest/cephadm 2023-12-08T10:19:09.341 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:19:09.489 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 8 10:19 /home/ubuntu/cephtest/cephadm 2023-12-08T10:19:09.489 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:19:09.499 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-08T10:19:09.517 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2023-12-08T10:19:09.555 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2023-12-08T10:19:09.572 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2023-12-08T10:19:09.610 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2023-12-08T10:19:09.628 INFO:tasks.cephadm:Writing seed config... 2023-12-08T10:19:09.629 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T10:19:09.629 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T10:19:09.629 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T10:19:09.629 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T10:19:09.630 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T10:19:09.630 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T10:19:09.630 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T10:19:09.630 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T10:19:09.630 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:19:09.630 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T10:19:09.662 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 = 397dbe7e-95b3-11ee-95a3-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-08T10:19:09.663 DEBUG:teuthology.orchestra.run.smithi060:mon.smithi060> sudo journalctl -f -n 0 -u ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060.service 2023-12-08T10:19:09.706 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T10:19:09.706 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid 397dbe7e-95b3-11ee-95a3-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.60 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:19:10.061 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-08T10:19:10.232 INFO:teuthology.orchestra.run.smithi060.stderr:-------------------------------------------------------------------------------- 2023-12-08T10:19:10.232 INFO:teuthology.orchestra.run.smithi060.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', '397dbe7e-95b3-11ee-95a3-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.60', '--skip-admin-label'] 2023-12-08T10:19:10.232 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying podman|docker is present... 2023-12-08T10:19:10.232 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying lvm2 is present... 2023-12-08T10:19:10.232 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying time synchronization is in place... 2023-12-08T10:19:10.241 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:19:10.250 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.257 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-08T10:19:10.266 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.277 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-12-08T10:19:10.286 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.295 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-08T10:19:10.304 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.313 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: active 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:Unit ntp.service is enabled and running 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:Repeating the final host check... 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:docker (/usr/bin/docker) is present 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl is present 2023-12-08T10:19:10.326 INFO:teuthology.orchestra.run.smithi060.stderr:lvcreate is present 2023-12-08T10:19:10.332 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:19:10.344 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.348 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-08T10:19:10.358 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.368 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-12-08T10:19:10.376 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.383 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-08T10:19:10.391 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: inactive 2023-12-08T10:19:10.397 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: enabled 2023-12-08T10:19:10.405 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: active 2023-12-08T10:19:10.406 INFO:teuthology.orchestra.run.smithi060.stderr:Unit ntp.service is enabled and running 2023-12-08T10:19:10.406 INFO:teuthology.orchestra.run.smithi060.stderr:Host looks OK 2023-12-08T10:19:10.406 INFO:teuthology.orchestra.run.smithi060.stderr:Cluster fsid: 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:10.406 INFO:teuthology.orchestra.run.smithi060.stderr:Acquiring lock 140030855341336 on /run/cephadm/397dbe7e-95b3-11ee-95a3-87774f69a715.lock 2023-12-08T10:19:10.406 INFO:teuthology.orchestra.run.smithi060.stderr:Lock 140030855341336 acquired on /run/cephadm/397dbe7e-95b3-11ee-95a3-87774f69a715.lock 2023-12-08T10:19:10.407 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying IP 172.21.15.60 port 3300 ... 2023-12-08T10:19:10.407 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying IP 172.21.15.60 port 6789 ... 2023-12-08T10:19:10.407 INFO:teuthology.orchestra.run.smithi060.stderr:Base mon IP(s) is [172.21.15.60:3300, 172.21.15.60:6789], mon addrv is [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2023-12-08T10:19:10.411 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-08T10:19:10.411 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-08T10:19:10.411 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 2023-12-08T10:19:10.415 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-08T10:19:10.415 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1560/64 scope link 2023-12-08T10:19:10.419 INFO:teuthology.orchestra.run.smithi060.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:19:10.420 INFO:teuthology.orchestra.run.smithi060.stderr:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2023-12-08T10:19:10.420 INFO:teuthology.orchestra.run.smithi060.stderr:Mon IP `172.21.15.60` is in CIDR network `172.21.0.0/20` 2023-12-08T10:19:10.420 INFO:teuthology.orchestra.run.smithi060.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T10:19:10.421 INFO:teuthology.orchestra.run.smithi060.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T10:19:10.422 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:19:10.791 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: 451ceae11b5d4caee05e94372fe658621eefc0b1: Pulling from ceph-ci/ceph 2023-12-08T10:19:10.796 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: d3e436ac93e4: Pulling fs layer 2023-12-08T10:19:10.796 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: eb7ecf2ef1f5: Pulling fs layer 2023-12-08T10:19:11.514 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: d3e436ac93e4: Verifying Checksum 2023-12-08T10:19:11.515 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: d3e436ac93e4: Download complete 2023-12-08T10:19:13.542 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: eb7ecf2ef1f5: Verifying Checksum 2023-12-08T10:19:13.542 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: eb7ecf2ef1f5: Download complete 2023-12-08T10:19:14.013 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: d3e436ac93e4: Pull complete 2023-12-08T10:19:24.408 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: eb7ecf2ef1f5: Pull complete 2023-12-08T10:19:24.514 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: Digest: sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726 2023-12-08T10:19:24.552 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:19:24.580 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:19:34.191 INFO:teuthology.orchestra.run.smithi060.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:19:34.684 INFO:teuthology.orchestra.run.smithi060.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:19:34.684 INFO:teuthology.orchestra.run.smithi060.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T10:19:35.531 INFO:teuthology.orchestra.run.smithi060.stderr:stat: 167 167 2023-12-08T10:19:35.997 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial keys... 2023-12-08T10:19:36.849 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC47XJlOEFuMhAARMGVuXLBlaLPPAw9k90z/w== 2023-12-08T10:19:38.167 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC67XJl5zTLCRAAQ+B9yGL9h8DG0kImsyTdmA== 2023-12-08T10:19:39.515 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-authtool: AQC77XJl9SqTHhAAbtOyhm0xQLM/PY7KnnkOwQ== 2023-12-08T10:19:39.979 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial monmap... 2023-12-08T10:19:40.871 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:19:40.871 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:40.871 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:19:41.383 INFO:teuthology.orchestra.run.smithi060.stderr:monmaptool for smithi060 [v2:172.21.15.60:3300,v1:172.21.15.60:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:19:41.383 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: set fsid to 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:41.383 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:19:41.383 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:19:41.383 INFO:teuthology.orchestra.run.smithi060.stderr:Creating mon... 2023-12-08T10:19:42.317 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.309+0000 7f870d576880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:19:42.317 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.309+0000 7f870d576880 1 imported monmap: 2023-12-08T10:19:42.317 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T10:19:40.867867+0000 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: created 2023-12-08T10:19:40.867867+0000 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon.smithi060 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.318 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.309+0000 7f870d576880 0 /usr/bin/ceph-mon: set fsid to 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:42.319 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:19:42.319 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.320 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:19:42.320 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:19:42.320 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: DB SUMMARY 2023-12-08T10:19:42.320 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.320 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 0, files: 2023-12-08T10:19:42.322 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.322 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 2023-12-08T10:19:42.322 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.322 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:19:42.322 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T10:19:42.323 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:19:42.323 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.env: 0x55f1c0de1080 2023-12-08T10:19:42.323 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.info_log: 0x55f1c200b380 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:19:42.324 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:19:42.326 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:19:42.328 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:19:42.328 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:19:42.328 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:19:42.328 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:19:42.328 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.write_buffer_manager: 0x55f1c2011980 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:19:42.329 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:19:42.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:19:42.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:19:42.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.row_cache: None 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:19:42.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:19:42.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:19:42.353 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.313+0000 7f870d576880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000001 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:19:42.354 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.merge_operator: 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f1c1f1fd30) 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T10:19:42.355 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache: 0x55f1c1f56d10 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T10:19:42.356 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:19:42.357 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:19:42.358 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:19:42.359 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:19:42.360 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/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-08T10:19:42.361 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.317+0000 7f870d576880 4 rocksdb: DB pointer 0x55f1c201f800 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.321+0000 7f86f63fd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.321+0000 7f86f63fd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.362 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.363 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:42.364 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.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-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.321+0000 7f870d576880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.321+0000 7f870d576880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T10:19:42.365 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:19:42.325+0000 7f870d576880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi060 for mon.smithi060 2023-12-08T10:19:42.788 INFO:teuthology.orchestra.run.smithi060.stderr:create mon.smithi060 on 2023-12-08T10:19:42.927 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-08T10:19:43.047 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target. 2023-12-08T10:19:43.047 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target. 2023-12-08T10:19:43.268 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to reset failed state of unit ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060.service: Unit ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060.service is not loaded. 2023-12-08T10:19:43.277 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target.wants/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060.service -> /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@.service. 2023-12-08T10:19:43.392 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld does not appear to be present 2023-12-08T10:19:43.392 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:19:43.393 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mon to start... 2023-12-08T10:19:43.393 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mon... 2023-12-08T10:19:43.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:43 smithi060 systemd[1]: Started Ceph mon.smithi060 for 397dbe7e-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:19:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:44 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.819445+0000 mon.smithi060 (mon.0) 0 : [INF] mkfs 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:44 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.813433+0000 mon.smithi060 (mon.0) 1 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-12-08T10:19:45.202 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: cluster: 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: id: 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: services: 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi060 (age 0.380735s) 2023-12-08T10:19:45.203 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T10:19:45.204 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T10:19:45.204 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:45.204 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: data: 2023-12-08T10:19:45.204 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T10:19:45.204 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T10:19:45.205 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T10:19:45.205 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: pgs: 2023-12-08T10:19:45.205 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:45.760 INFO:teuthology.orchestra.run.smithi060.stderr:mon is available 2023-12-08T10:19:45.760 INFO:teuthology.orchestra.run.smithi060.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.818024+0000 mon.smithi060 (mon.0) 2 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.818280+0000 mon.smithi060 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.822267+0000 mon.smithi060 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.825522+0000 mon.smithi060 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: cluster 2023-12-08T10:19:44.826392+0000 mon.smithi060 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:19:46.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:45 smithi060 bash[25276]: audit 2023-12-08T10:19:45.198695+0000 mon.smithi060 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.60:0/465161919' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T10:19:47.008 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [global] 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: fsid = 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.60:3300,v1:172.21.15.60:6789] 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:19:47.009 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:19:47.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:47 smithi060 bash[25276]: audit 2023-12-08T10:19:46.999807+0000 mon.smithi060 (mon.0) 8 : audit [INF] from='client.? 172.21.15.60:0/762882172' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:19:47.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:47 smithi060 bash[25276]: audit 2023-12-08T10:19:47.004198+0000 mon.smithi060 (mon.0) 9 : audit [INF] from='client.? 172.21.15.60:0/762882172' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T10:19:47.545 INFO:teuthology.orchestra.run.smithi060.stderr:Generating new minimal ceph.conf... 2023-12-08T10:19:49.223 INFO:teuthology.orchestra.run.smithi060.stderr:Restarting the monitor... 2023-12-08T10:19:49.232 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:48 smithi060 bash[25276]: audit 2023-12-08T10:19:48.736541+0000 mon.smithi060 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.60:0/621124209' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:19:49.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:49 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 397dbe7e-95b3-11ee-95a3-87774f69a715... 2023-12-08T10:19:49.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:49 smithi060 bash[25811]: Error response from daemon: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-mon.smithi060 2023-12-08T10:19:49.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:49 smithi060 bash[25276]: debug 2023-12-08T10:19:49.397+0000 7f00ebad2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi060 -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-08T10:19:49.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:49 smithi060 bash[25276]: debug 2023-12-08T10:19:49.397+0000 7f00ebad2700 -1 mon.smithi060@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T10:19:50.207 INFO:teuthology.orchestra.run.smithi060.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T10:19:50.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:50 smithi060 bash[25811]: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-mon-smithi060 2023-12-08T10:19:50.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:50 smithi060 systemd[1]: Stopped Ceph mon.smithi060 for 397dbe7e-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:19:50.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:50 smithi060 systemd[1]: Started Ceph mon.smithi060 for 397dbe7e-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.445+0000 7f9ff0668880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.445+0000 7f9ff0668880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.445+0000 7f9ff0668880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 0 load: jerasure load: lrc load: isa 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: DB SUMMARY 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:19:51.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 000006.log size: 86503 ; 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.env: 0x555afac5d080 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.info_log: 0x555afb5f8520 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:19:51.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:19:51.773 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:19:51.773 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:19:51.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.write_buffer_manager: 0x555afc246480 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:19:51.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.row_cache: None 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:19:51.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:19:51.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:19:51.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.449+0000 7f9ff0668880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000005 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.merge_operator: 2023-12-08T10:19:51.779 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555afb59bd28) 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cache_index_and_filter_blocks: 1 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:19:51.780 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:19:51.782 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: pin_top_level_index_and_filter: 1 2023-12-08T10:19:51.782 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: index_type: 0 2023-12-08T10:19:51.782 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: data_block_index_type: 0 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: index_shortening: 1 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: hash_index_allow_collision: 1 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: checksum: 1 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: no_block_cache: 0 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_cache: 0x555afb5d2f10 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_cache_name: BinnedLRUCache 2023-12-08T10:19:51.783 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_cache_options: 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: capacity : 536870912 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: num_shard_bits : 4 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: strict_capacity_limit : 0 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: high_pri_pool_ratio: 0.000 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_cache_compressed: (nil) 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: persistent_cache: (nil) 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_size: 4096 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_size_deviation: 10 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_restart_interval: 16 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: index_block_restart_interval: 1 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: metadata_block_size: 4096 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: partition_filters: 0 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: use_delta_encoding: 1 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:19:51.784 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: whole_key_filtering: 1 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: verify_compression: 0 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: read_amp_bytes_per_bit: 0 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: format_version: 2 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: enable_index_compression: 1 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: block_align: 0 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:19:51.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:19:51.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:19:51.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:19:51.788 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:19:51.789 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/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-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030791456980, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T10:19:51.790 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 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-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030791458423, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83376, "table_properties": {"data_size": 81643, "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": 76155, "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": 1702030791, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.453+0000 7f9ff0668880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.457+0000 7f9ff0668880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030791459388, "job": 1, "event": "recovery_finished"} 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.457+0000 7f9ff0668880 4 rocksdb: DB pointer 0x555afb69b800 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.457+0000 7f9ff0668880 0 starting mon.smithi060 rank 0 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi060 fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.457+0000 7f9fd746e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.457+0000 7f9fd746e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** DB Stats ** 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.791 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:19:51.792 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:19:51.792 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** Compaction Stats [default] ** 2023-12-08T10:19:51.792 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** Compaction Stats [default] ** 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:19:51.793 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Cumulative compaction: 0.00 GB write, 11.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Interval compaction: 0.00 GB write, 11.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** Compaction Stats [default] ** 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.794 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** Compaction Stats [default] ** 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: Cumulative compaction: 0.00 GB write, 10.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.795 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 1 mon.smithi060@-1(???) e1 preinit fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 0 mon.smithi060@-1(???).mds e1 new map 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 0 mon.smithi060@-1(???).mds e1 print_map 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: e1 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 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-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: legacy client fscid: -1 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: No filesystems configured 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 0 mon.smithi060@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 0 mon.smithi060@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: audit 2023-12-08T10:19:48.736541+0000 mon.smithi060 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.60:0/621124209' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: debug 2023-12-08T10:19:51.461+0000 7f9ff0668880 1 mon.smithi060@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T10:19:51.796 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cluster 2023-12-08T10:19:51.468261+0000 mon.smithi060 (mon.0) 1 : cluster [INF] mon.smithi060 is new leader, mons smithi060 in quorum (ranks 0) 2023-12-08T10:19:51.797 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cluster 2023-12-08T10:19:51.468383+0000 mon.smithi060 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} 2023-12-08T10:19:51.797 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cluster 2023-12-08T10:19:51.469093+0000 mon.smithi060 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T10:19:51.797 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cluster 2023-12-08T10:19:51.469174+0000 mon.smithi060 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:19:51.797 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:51 smithi060 bash[25939]: cluster 2023-12-08T10:19:51.469818+0000 mon.smithi060 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:19:52.413 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T10:19:52.413 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:19:52.413 INFO:teuthology.orchestra.run.smithi060.stderr:Creating mgr... 2023-12-08T10:19:52.413 INFO:teuthology.orchestra.run.smithi060.stderr:Verifying port 9283 ... 2023-12-08T10:19:52.543 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Failed to reset failed state of unit ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mgr.smithi060.abncol.service: Unit ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mgr.smithi060.abncol.service is not loaded. 2023-12-08T10:19:52.552 INFO:teuthology.orchestra.run.smithi060.stderr:systemctl: Created symlink /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715.target.wants/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mgr.smithi060.abncol.service -> /etc/systemd/system/ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@.service. 2023-12-08T10:19:52.666 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld does not appear to be present 2023-12-08T10:19:52.666 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:19:52.666 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld does not appear to be present 2023-12-08T10:19:52.666 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T10:19:52.667 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr to start... 2023-12-08T10:19:52.667 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr... 2023-12-08T10:19:53.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:52 smithi060 bash[25939]: audit 2023-12-08T10:19:51.785880+0000 mon.smithi060 (mon.0) 6 : audit [INF] from='client.? 172.21.15.60:0/3449392502' entity='client.admin' 2023-12-08T10:19:54.390 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:54.393 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:19:54.393 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "397dbe7e-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:19:54.393 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:19:54.393 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:19:54.393 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:19:54.397 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:19:54.398 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:19:54.401 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:19:54.401 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:19:54.401 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:19:54.402 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:19:54.403 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.403 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:19:44.820401+0000", 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:19:54.405 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:54.406 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:19:54.406 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:19:54.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:54 smithi060 bash[25939]: audit 2023-12-08T10:19:54.386362+0000 mon.smithi060 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.60:0/331633350' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:19:54.906 INFO:teuthology.orchestra.run.smithi060.stderr:mgr not available, waiting (1/15)... 2023-12-08T10:19:58.273 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:19:58.273 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "397dbe7e-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:19:58.275 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-12-08T10:19:58.276 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:58.276 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:58.277 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:19:58.278 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:19:58.278 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:19:58.278 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:19:58.282 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:19:58.282 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:19:58.282 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.282 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:58.283 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:19:58.284 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:19:44.820401+0000", 2023-12-08T10:19:58.285 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:19:58.285 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:19:58.285 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:19:58.285 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:19:58.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:19:58 smithi060 bash[25939]: audit 2023-12-08T10:19:58.269345+0000 mon.smithi060 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.60:0/4234557858' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:19:58.769 INFO:teuthology.orchestra.run.smithi060.stderr:mgr not available, waiting (2/15)... 2023-12-08T10:20:01.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: cluster 2023-12-08T10:20:00.693101+0000 mon.smithi060 (mon.0) 9 : cluster [INF] Activating manager daemon smithi060.abncol 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: cluster 2023-12-08T10:20:00.699634+0000 mon.smithi060 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi060.abncol(active, starting, since 0.0067591s) 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.701456+0000 mon.smithi060 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.701728+0000 mon.smithi060 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.701922+0000 mon.smithi060 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.702127+0000 mon.smithi060 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.703681+0000 mon.smithi060 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi060.abncol", "id": "smithi060.abncol"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: cluster 2023-12-08T10:20:00.707870+0000 mon.smithi060 (mon.0) 16 : cluster [INF] Manager daemon smithi060.abncol is now available 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.724335+0000 mon.smithi060 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.735412+0000 mon.smithi060 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.739730+0000 mon.smithi060 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/trash_purge_schedule"}]: dispatch 2023-12-08T10:20:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:00 smithi060 bash[25939]: audit 2023-12-08T10:20:00.743616+0000 mon.smithi060 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' 2023-12-08T10:20:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:01 smithi060 bash[25939]: audit 2023-12-08T10:20:00.746373+0000 mon.smithi060 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.60:0/3883479122' entity='mgr.smithi060.abncol' 2023-12-08T10:20:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:01 smithi060 bash[25939]: cluster 2023-12-08T10:20:01.706576+0000 mon.smithi060 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi060.abncol(active, since 1.01371s) 2023-12-08T10:20:02.331 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:20:02.331 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:20:02.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsid": "397dbe7e-95b3-11ee-95a3-87774f69a715", 2023-12-08T10:20:02.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:20:02.332 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:20:02.333 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 0 2023-12-08T10:20:02.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:20:02.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:20:02.334 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "smithi060" 2023-12-08T10:20:02.335 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:20:02.336 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:20:02.338 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:20:02.338 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.339 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:20:02.340 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:20:02.341 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ], 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:19:44.820401+0000", 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: }, 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:20:02.342 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:20:02.852 INFO:teuthology.orchestra.run.smithi060.stderr:mgr is available 2023-12-08T10:20:03.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:02 smithi060 bash[25939]: audit 2023-12-08T10:20:02.327278+0000 mon.smithi060 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.60:0/3326726006' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:20:04.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:03 smithi060 bash[25939]: cluster 2023-12-08T10:20:02.754104+0000 mon.smithi060 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi060.abncol(active, since 2s) 2023-12-08T10:20:04.388 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:20:04.388 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [global] 2023-12-08T10:20:04.388 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: fsid = 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:20:04.389 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:20:04.390 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 2023-12-08T10:20:04.390 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:20:04.390 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:20:04.390 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:20:04.899 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling cephadm module... 2023-12-08T10:20:05.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:04 smithi060 bash[25939]: audit 2023-12-08T10:20:04.381208+0000 mon.smithi060 (mon.0) 25 : audit [INF] from='client.? 172.21.15.60:0/3012477377' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:20:06.716 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:06 smithi060 bash[25939]: audit 2023-12-08T10:20:06.362018+0000 mon.smithi060 (mon.0) 26 : audit [INF] from='client.? 172.21.15.60:0/197567217' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T10:20:07.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:07 smithi060 bash[25939]: audit 2023-12-08T10:20:06.419450+0000 mon.smithi060 (mon.0) 27 : audit [INF] from='client.? 172.21.15.60:0/197567217' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T10:20:07.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:07 smithi060 bash[25939]: cluster 2023-12-08T10:20:06.419648+0000 mon.smithi060 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi060.abncol(active, since 5s) 2023-12-08T10:20:08.504 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:20:08.504 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T10:20:08.504 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:20:08.505 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "active_name": "smithi060.abncol", 2023-12-08T10:20:08.505 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:20:08.505 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:20:08.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:08 smithi060 bash[25939]: audit 2023-12-08T10:20:08.500380+0000 mon.smithi060 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.60:0/4157142451' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:20:09.000 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for the mgr to restart... 2023-12-08T10:20:09.000 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr epoch 5... 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: cluster 2023-12-08T10:20:12.988969+0000 mon.smithi060 (mon.0) 30 : cluster [INF] Active manager daemon smithi060.abncol restarted 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: cluster 2023-12-08T10:20:12.989410+0000 mon.smithi060 (mon.0) 31 : cluster [INF] Activating manager daemon smithi060.abncol 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: cluster 2023-12-08T10:20:12.995095+0000 mon.smithi060 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: cluster 2023-12-08T10:20:12.995348+0000 mon.smithi060 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi060.abncol(active, starting, since 0.00608606s) 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:12.996944+0000 mon.smithi060 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:12.998804+0000 mon.smithi060 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi060.abncol", "id": "smithi060.abncol"}]: dispatch 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:13.000357+0000 mon.smithi060 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:13.000765+0000 mon.smithi060 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:20:13.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:13.001074+0000 mon.smithi060 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:20:13.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: cluster 2023-12-08T10:20:13.005038+0000 mon.smithi060 (mon.0) 39 : cluster [INF] Manager daemon smithi060.abncol is now available 2023-12-08T10:20:13.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:13 smithi060 bash[25939]: audit 2023-12-08T10:20:13.027537+0000 mon.smithi060 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:14.019 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:20:14.019 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T10:20:14.019 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:20:14.019 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:20:14.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: cephadm 2023-12-08T10:20:13.023073+0000 mgr.smithi060.abncol (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.154368+0000 mon.smithi060 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.156792+0000 mon.smithi060 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.160820+0000 mon.smithi060 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.163889+0000 mon.smithi060 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.193498+0000 mon.smithi060 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: audit 2023-12-08T10:20:13.199140+0000 mon.smithi060 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/trash_purge_schedule"}]: dispatch 2023-12-08T10:20:14.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:14 smithi060 bash[25939]: cluster 2023-12-08T10:20:14.000743+0000 mon.smithi060 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi060.abncol(active, since 1.01148s) 2023-12-08T10:20:14.589 INFO:teuthology.orchestra.run.smithi060.stderr:mgr epoch 5 is available 2023-12-08T10:20:14.589 INFO:teuthology.orchestra.run.smithi060.stderr:Setting orchestrator backend to cephadm... 2023-12-08T10:20:15.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:15 smithi060 bash[25939]: audit 2023-12-08T10:20:13.998620+0000 mgr.smithi060.abncol (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:20:15.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:15 smithi060 bash[25939]: audit 2023-12-08T10:20:14.015087+0000 mgr.smithi060.abncol (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:20:16.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:16 smithi060 bash[25939]: cluster 2023-12-08T10:20:15.163532+0000 mon.smithi060 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi060.abncol(active, since 2s) 2023-12-08T10:20:16.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:16 smithi060 bash[25939]: audit 2023-12-08T10:20:16.001047+0000 mon.smithi060 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:16.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:16 smithi060 bash[25939]: audit 2023-12-08T10:20:16.046334+0000 mon.smithi060 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:17.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:17 smithi060 bash[25939]: audit 2023-12-08T10:20:15.991628+0000 mgr.smithi060.abncol (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-08T10:20:17.864 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: value unchanged 2023-12-08T10:20:18.375 INFO:teuthology.orchestra.run.smithi060.stderr:Generating ssh key... 2023-12-08T10:20:18.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:18 smithi060 bash[25939]: audit 2023-12-08T10:20:17.860386+0000 mgr.smithi060.abncol (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:20.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:20 smithi060 bash[25939]: audit 2023-12-08T10:20:19.840684+0000 mgr.smithi060.abncol (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:20.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:20 smithi060 bash[25939]: cephadm 2023-12-08T10:20:19.840972+0000 mgr.smithi060.abncol (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-08T10:20:20.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:20 smithi060 bash[25939]: audit 2023-12-08T10:20:20.462850+0000 mon.smithi060 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:20.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:20 smithi060 bash[25939]: audit 2023-12-08T10:20:20.466824+0000 mon.smithi060 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:22.341 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7nOfkQUQFrASK/MnDZsgz4Q/n9O8WSjfWDW7B/CkIKa5oZdX5gHwP64t72Q8JQJXkvEaPKEv0GI6pyL2YdpKZp+2Rrd7hH3M68LFxXL51gKj09zDZ8Lg+JGKxGDi4SkftjqId/8IszldqiR7jZr/lmCjJEq7Exs6BPtvG4b5J+CgBSRhQVaytJlb3rcXCEgZAn03/I9jru8bn8LXhgVCO8yBgKrmiodmXnrPksJ2dG6kQepZe1Kx9YKo2m57ons8n31aTaYbXwUM3x1oiRgs6nErHVFD88rFjwTZC4I7JmkeQUxoqHUy5RQ94T2fLIvyYHLvPAmvyqTT5mwCaX78eCRoBNRb8VDnTeBvdhFuBA0r1R/hqPqkx/uGayr5WeZeMeTpoVTWFjs1tUuUtj+27wzeqVWAh1oD+7mYC9p38XNaKXGw/m3jQVqVt9PGS2N1XQ5V2ipJ2id/RN3hC7OE+nn1gL01IxInaOahO8nu9Zld7RksbQSXlZv0x9vaOiZ8= ceph-397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:20:22.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:22 smithi060 bash[25939]: audit 2023-12-08T10:20:22.337522+0000 mgr.smithi060.abncol (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:22.848 INFO:teuthology.orchestra.run.smithi060.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:20:22.848 INFO:teuthology.orchestra.run.smithi060.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T10:20:22.849 INFO:teuthology.orchestra.run.smithi060.stderr:Adding host smithi060... 2023-12-08T10:20:24.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:24 smithi060 bash[25939]: audit 2023-12-08T10:20:24.254174+0000 mgr.smithi060.abncol (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "addr": "172.21.15.60", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:25.060 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Added host 'smithi060' with addr '172.21.15.60' 2023-12-08T10:20:25.677 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying mon service with default placement... 2023-12-08T10:20:26.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:26 smithi060 bash[25939]: audit 2023-12-08T10:20:25.055835+0000 mon.smithi060 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:26.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:26 smithi060 bash[25939]: cephadm 2023-12-08T10:20:25.056444+0000 mgr.smithi060.abncol (mgr.14116) 10 : cephadm [INF] Added host smithi060 2023-12-08T10:20:26.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:26 smithi060 bash[25939]: audit 2023-12-08T10:20:25.091712+0000 mon.smithi060 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:27.385 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T10:20:27.982 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying mgr service with default placement... 2023-12-08T10:20:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:28 smithi060 bash[25939]: audit 2023-12-08T10:20:27.373802+0000 mgr.smithi060.abncol (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:28 smithi060 bash[25939]: cephadm 2023-12-08T10:20:27.376556+0000 mgr.smithi060.abncol (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T10:20:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:28 smithi060 bash[25939]: audit 2023-12-08T10:20:27.380276+0000 mon.smithi060 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:29.658 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T10:20:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:29 smithi060 bash[25939]: audit 2023-12-08T10:20:28.682425+0000 mon.smithi060 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:29 smithi060 bash[25939]: audit 2023-12-08T10:20:28.974249+0000 mon.smithi060 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:29 smithi060 bash[25939]: audit 2023-12-08T10:20:29.650332+0000 mon.smithi060 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:30.188 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying crash service with default placement... 2023-12-08T10:20:30.935 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:30 smithi060 bash[25939]: audit 2023-12-08T10:20:29.642967+0000 mgr.smithi060.abncol (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:30.935 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:30 smithi060 bash[25939]: cephadm 2023-12-08T10:20:29.645199+0000 mgr.smithi060.abncol (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T10:20:31.665 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T10:20:32.253 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying prometheus service with default placement... 2023-12-08T10:20:33.002 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:32 smithi060 bash[25939]: audit 2023-12-08T10:20:31.655613+0000 mgr.smithi060.abncol (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:33.002 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:32 smithi060 bash[25939]: cephadm 2023-12-08T10:20:31.656749+0000 mgr.smithi060.abncol (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T10:20:33.002 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:32 smithi060 bash[25939]: audit 2023-12-08T10:20:31.661264+0000 mon.smithi060 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:33.626 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T10:20:34.150 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying grafana service with default placement... 2023-12-08T10:20:34.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:34 smithi060 bash[25939]: cluster 2023-12-08T10:20:33.001891+0000 mgr.smithi060.abncol (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:34.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:34 smithi060 bash[25939]: audit 2023-12-08T10:20:33.621574+0000 mon.smithi060 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:35.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:35 smithi060 bash[25939]: audit 2023-12-08T10:20:33.615640+0000 mgr.smithi060.abncol (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:35.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:35 smithi060 bash[25939]: cephadm 2023-12-08T10:20:33.616913+0000 mgr.smithi060.abncol (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T10:20:35.671 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T10:20:36.203 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying node-exporter service with default placement... 2023-12-08T10:20:36.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:36 smithi060 bash[25939]: cluster 2023-12-08T10:20:35.002317+0000 mgr.smithi060.abncol (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:36.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:36 smithi060 bash[25939]: audit 2023-12-08T10:20:35.667045+0000 mon.smithi060 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:36.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:36 smithi060 bash[25939]: audit 2023-12-08T10:20:35.992362+0000 mon.smithi060 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:37.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:37 smithi060 bash[25939]: audit 2023-12-08T10:20:35.662625+0000 mgr.smithi060.abncol (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:37.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:37 smithi060 bash[25939]: cephadm 2023-12-08T10:20:35.664362+0000 mgr.smithi060.abncol (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T10:20:37.691 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T10:20:38.204 INFO:teuthology.orchestra.run.smithi060.stderr:Deploying alertmanager service with default placement... 2023-12-08T10:20:38.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:38 smithi060 bash[25939]: cluster 2023-12-08T10:20:37.002739+0000 mgr.smithi060.abncol (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:38.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:38 smithi060 bash[25939]: audit 2023-12-08T10:20:37.686436+0000 mon.smithi060 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:39.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:39 smithi060 bash[25939]: audit 2023-12-08T10:20:37.680993+0000 mgr.smithi060.abncol (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:39.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:39 smithi060 bash[25939]: cephadm 2023-12-08T10:20:37.682059+0000 mgr.smithi060.abncol (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T10:20:39.720 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T10:20:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:40 smithi060 bash[25939]: cluster 2023-12-08T10:20:39.003204+0000 mgr.smithi060.abncol (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:40 smithi060 bash[25939]: audit 2023-12-08T10:20:39.715993+0000 mon.smithi060 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.60:0/866694167' entity='mgr.smithi060.abncol' 2023-12-08T10:20:41.373 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:41 smithi060 bash[25939]: audit 2023-12-08T10:20:39.710885+0000 mgr.smithi060.abncol (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:41.373 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:41 smithi060 bash[25939]: cephadm 2023-12-08T10:20:39.713064+0000 mgr.smithi060.abncol (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T10:20:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:42 smithi060 bash[25939]: cluster 2023-12-08T10:20:41.003644+0000 mgr.smithi060.abncol (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:43.433 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:43 smithi060 bash[25939]: audit 2023-12-08T10:20:42.048068+0000 mon.smithi060 (mon.0) 65 : audit [INF] from='client.? 172.21.15.60:0/3914068137' entity='client.admin' 2023-12-08T10:20:44.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:44 smithi060 bash[25939]: cluster 2023-12-08T10:20:43.004107+0000 mgr.smithi060.abncol (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:44.661 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling the dashboard module... 2023-12-08T10:20:45.402 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:45 smithi060 bash[25939]: audit 2023-12-08T10:20:44.110562+0000 mon.smithi060 (mon.0) 66 : audit [INF] from='client.? 172.21.15.60:0/1893514008' entity='client.admin' 2023-12-08T10:20:46.419 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:46 smithi060 bash[25939]: cluster 2023-12-08T10:20:45.004571+0000 mgr.smithi060.abncol (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:20:46.419 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:46 smithi060 bash[25939]: audit 2023-12-08T10:20:46.075185+0000 mon.smithi060 (mon.0) 67 : audit [INF] from='client.? 172.21.15.60:0/3598563825' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T10:20:47.487 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:47 smithi060 bash[25939]: audit 2023-12-08T10:20:46.117358+0000 mon.smithi060 (mon.0) 68 : audit [INF] from='client.? 172.21.15.60:0/3598563825' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T10:20:47.489 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:47 smithi060 bash[25939]: cluster 2023-12-08T10:20:46.117511+0000 mon.smithi060 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi060.abncol(active, since 33s) 2023-12-08T10:20:48.248 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:20:48.248 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T10:20:48.248 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:20:48.248 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "active_name": "smithi060.abncol", 2023-12-08T10:20:48.249 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:20:48.249 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:20:48.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:48 smithi060 bash[25939]: audit 2023-12-08T10:20:48.243694+0000 mon.smithi060 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.60:0/2375677071' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:20:48.813 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for the mgr to restart... 2023-12-08T10:20:48.813 INFO:teuthology.orchestra.run.smithi060.stderr:Waiting for mgr epoch 9... 2023-12-08T10:20:53.030 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: cluster 2023-12-08T10:20:52.788977+0000 mon.smithi060 (mon.0) 71 : cluster [INF] Active manager daemon smithi060.abncol restarted 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: cluster 2023-12-08T10:20:52.789424+0000 mon.smithi060 (mon.0) 72 : cluster [INF] Activating manager daemon smithi060.abncol 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: cluster 2023-12-08T10:20:52.795675+0000 mon.smithi060 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: cluster 2023-12-08T10:20:52.795923+0000 mon.smithi060 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi060.abncol(active, starting, since 0.00664595s) 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: audit 2023-12-08T10:20:52.797894+0000 mon.smithi060 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: audit 2023-12-08T10:20:52.800180+0000 mon.smithi060 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi060.abncol", "id": "smithi060.abncol"}]: dispatch 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: audit 2023-12-08T10:20:52.801747+0000 mon.smithi060 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: audit 2023-12-08T10:20:52.802083+0000 mon.smithi060 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: audit 2023-12-08T10:20:52.802350+0000 mon.smithi060 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:20:53.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:52 smithi060 bash[25939]: cluster 2023-12-08T10:20:52.806247+0000 mon.smithi060 (mon.0) 80 : cluster [INF] Manager daemon smithi060.abncol is now available 2023-12-08T10:20:53.821 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: { 2023-12-08T10:20:53.821 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T10:20:53.821 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:20:53.821 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: } 2023-12-08T10:20:54.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:53 smithi060 bash[25939]: audit 2023-12-08T10:20:52.954943+0000 mon.smithi060 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:54.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:53 smithi060 bash[25939]: audit 2023-12-08T10:20:52.961811+0000 mon.smithi060 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:20:54.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:53 smithi060 bash[25939]: audit 2023-12-08T10:20:53.015907+0000 mon.smithi060 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:20:54.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:53 smithi060 bash[25939]: audit 2023-12-08T10:20:53.020709+0000 mon.smithi060 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/trash_purge_schedule"}]: dispatch 2023-12-08T10:20:54.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:53 smithi060 bash[25939]: cluster 2023-12-08T10:20:53.800551+0000 mon.smithi060 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi060.abncol(active, since 1.01128s) 2023-12-08T10:20:54.478 INFO:teuthology.orchestra.run.smithi060.stderr:mgr epoch 9 is available 2023-12-08T10:20:54.479 INFO:teuthology.orchestra.run.smithi060.stderr:Generating a dashboard self-signed certificate... 2023-12-08T10:20:55.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:54 smithi060 bash[25939]: audit 2023-12-08T10:20:53.799778+0000 mgr.smithi060.abncol (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:20:55.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:54 smithi060 bash[25939]: audit 2023-12-08T10:20:53.816549+0000 mgr.smithi060.abncol (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:20:55.950 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T10:20:56.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:55 smithi060 bash[25939]: cluster 2023-12-08T10:20:54.852966+0000 mon.smithi060 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi060.abncol(active, since 2s) 2023-12-08T10:20:56.476 INFO:teuthology.orchestra.run.smithi060.stderr:Creating initial admin user... 2023-12-08T10:20:56.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:56 smithi060 bash[25939]: audit 2023-12-08T10:20:55.869908+0000 mgr.smithi060.abncol (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:20:56.946 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:56 smithi060 bash[25939]: audit 2023-12-08T10:20:55.943309+0000 mon.smithi060 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:20:57.231 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:56 smithi060 bash[25939]: audit 2023-12-08T10:20:55.945722+0000 mon.smithi060 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:20:58.202 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$zP7ysWP9Qe2yyEMYG3Tfh.hd1vN891FgfK2DF2OBnoQtdQOhpMWc2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702030858, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T10:20:58.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:58 smithi060 bash[25939]: audit 2023-12-08T10:20:57.922511+0000 mgr.smithi060.abncol (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-08T10:20:58.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:20:58 smithi060 bash[25939]: audit 2023-12-08T10:20:58.197081+0000 mon.smithi060 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:20:58.767 INFO:teuthology.orchestra.run.smithi060.stderr:Fetching dashboard port number... 2023-12-08T10:21:00.160 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: 8443 2023-12-08T10:21:00.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:00 smithi060 bash[25939]: cluster 2023-12-08T10:20:59.225020+0000 mon.smithi060 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi060.abncol(active, since 6s) 2023-12-08T10:21:00.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:00 smithi060 bash[25939]: audit 2023-12-08T10:20:59.827527+0000 mon.smithi060 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:00.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:00 smithi060 bash[25939]: audit 2023-12-08T10:21:00.156050+0000 mon.smithi060 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.60:0/1467981253' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T10:21:00.764 INFO:teuthology.orchestra.run.smithi060.stderr:firewalld does not appear to be present 2023-12-08T10:21:00.764 INFO:teuthology.orchestra.run.smithi060.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T10:21:00.768 INFO:teuthology.orchestra.run.smithi060.stderr:Ceph Dashboard is now available at: 2023-12-08T10:21:00.768 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:00.768 INFO:teuthology.orchestra.run.smithi060.stderr: URL: https://smithi060.front.sepia.ceph.com:8443/ 2023-12-08T10:21:00.768 INFO:teuthology.orchestra.run.smithi060.stderr: User: admin 2023-12-08T10:21:00.769 INFO:teuthology.orchestra.run.smithi060.stderr: Password: 71q0g220jv 2023-12-08T10:21:00.769 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:00.769 INFO:teuthology.orchestra.run.smithi060.stderr:Enabling autotune for osd_memory_target 2023-12-08T10:21:04.323 INFO:teuthology.orchestra.run.smithi060.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.828 INFO:teuthology.orchestra.run.smithi060.stderr: ceph telemetry on 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr:For more information see: 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:21:04.829 INFO:teuthology.orchestra.run.smithi060.stderr:Bootstrap complete. 2023-12-08T10:21:04.864 INFO:tasks.cephadm:Fetching config... 2023-12-08T10:21:04.864 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:21:04.864 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T10:21:04.870 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T10:21:04.870 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:21:04.870 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T10:21:04.923 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T10:21:04.923 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:21:04.923 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/keyring of=/dev/stdout 2023-12-08T10:21:04.981 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T10:21:04.981 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:21:04.981 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T10:21:05.028 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T10:21:05.028 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7nOfkQUQFrASK/MnDZsgz4Q/n9O8WSjfWDW7B/CkIKa5oZdX5gHwP64t72Q8JQJXkvEaPKEv0GI6pyL2YdpKZp+2Rrd7hH3M68LFxXL51gKj09zDZ8Lg+JGKxGDi4SkftjqId/8IszldqiR7jZr/lmCjJEq7Exs6BPtvG4b5J+CgBSRhQVaytJlb3rcXCEgZAn03/I9jru8bn8LXhgVCO8yBgKrmiodmXnrPksJ2dG6kQepZe1Kx9YKo2m57ons8n31aTaYbXwUM3x1oiRgs6nErHVFD88rFjwTZC4I7JmkeQUxoqHUy5RQ94T2fLIvyYHLvPAmvyqTT5mwCaX78eCRoBNRb8VDnTeBvdhFuBA0r1R/hqPqkx/uGayr5WeZeMeTpoVTWFjs1tUuUtj+27wzeqVWAh1oD+7mYC9p38XNaKXGw/m3jQVqVt9PGS2N1XQ5V2ipJ2id/RN3hC7OE+nn1gL01IxInaOahO8nu9Zld7RksbQSXlZv0x9vaOiZ8= ceph-397dbe7e-95b3-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:21:05.093 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7nOfkQUQFrASK/MnDZsgz4Q/n9O8WSjfWDW7B/CkIKa5oZdX5gHwP64t72Q8JQJXkvEaPKEv0GI6pyL2YdpKZp+2Rrd7hH3M68LFxXL51gKj09zDZ8Lg+JGKxGDi4SkftjqId/8IszldqiR7jZr/lmCjJEq7Exs6BPtvG4b5J+CgBSRhQVaytJlb3rcXCEgZAn03/I9jru8bn8LXhgVCO8yBgKrmiodmXnrPksJ2dG6kQepZe1Kx9YKo2m57ons8n31aTaYbXwUM3x1oiRgs6nErHVFD88rFjwTZC4I7JmkeQUxoqHUy5RQ94T2fLIvyYHLvPAmvyqTT5mwCaX78eCRoBNRb8VDnTeBvdhFuBA0r1R/hqPqkx/uGayr5WeZeMeTpoVTWFjs1tUuUtj+27wzeqVWAh1oD+7mYC9p38XNaKXGw/m3jQVqVt9PGS2N1XQ5V2ipJ2id/RN3hC7OE+nn1gL01IxInaOahO8nu9Zld7RksbQSXlZv0x9vaOiZ8= ceph-397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:21:05.105 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7nOfkQUQFrASK/MnDZsgz4Q/n9O8WSjfWDW7B/CkIKa5oZdX5gHwP64t72Q8JQJXkvEaPKEv0GI6pyL2YdpKZp+2Rrd7hH3M68LFxXL51gKj09zDZ8Lg+JGKxGDi4SkftjqId/8IszldqiR7jZr/lmCjJEq7Exs6BPtvG4b5J+CgBSRhQVaytJlb3rcXCEgZAn03/I9jru8bn8LXhgVCO8yBgKrmiodmXnrPksJ2dG6kQepZe1Kx9YKo2m57ons8n31aTaYbXwUM3x1oiRgs6nErHVFD88rFjwTZC4I7JmkeQUxoqHUy5RQ94T2fLIvyYHLvPAmvyqTT5mwCaX78eCRoBNRb8VDnTeBvdhFuBA0r1R/hqPqkx/uGayr5WeZeMeTpoVTWFjs1tUuUtj+27wzeqVWAh1oD+7mYC9p38XNaKXGw/m3jQVqVt9PGS2N1XQ5V2ipJ2id/RN3hC7OE+nn1gL01IxInaOahO8nu9Zld7RksbQSXlZv0x9vaOiZ8= ceph-397dbe7e-95b3-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:21:05.129 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7nOfkQUQFrASK/MnDZsgz4Q/n9O8WSjfWDW7B/CkIKa5oZdX5gHwP64t72Q8JQJXkvEaPKEv0GI6pyL2YdpKZp+2Rrd7hH3M68LFxXL51gKj09zDZ8Lg+JGKxGDi4SkftjqId/8IszldqiR7jZr/lmCjJEq7Exs6BPtvG4b5J+CgBSRhQVaytJlb3rcXCEgZAn03/I9jru8bn8LXhgVCO8yBgKrmiodmXnrPksJ2dG6kQepZe1Kx9YKo2m57ons8n31aTaYbXwUM3x1oiRgs6nErHVFD88rFjwTZC4I7JmkeQUxoqHUy5RQ94T2fLIvyYHLvPAmvyqTT5mwCaX78eCRoBNRb8VDnTeBvdhFuBA0r1R/hqPqkx/uGayr5WeZeMeTpoVTWFjs1tUuUtj+27wzeqVWAh1oD+7mYC9p38XNaKXGw/m3jQVqVt9PGS2N1XQ5V2ipJ2id/RN3hC7OE+nn1gL01IxInaOahO8nu9Zld7RksbQSXlZv0x9vaOiZ8= ceph-397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:21:05.140 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T10:21:05.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:05 smithi060 bash[25939]: audit 2023-12-08T10:21:04.314146+0000 mon.smithi060 (mon.0) 93 : audit [INF] from='client.? 172.21.15.60:0/3682907313' entity='client.admin' 2023-12-08T10:21:10.087 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T10:21:10.087 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T10:21:10.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:10 smithi060 bash[25939]: audit 2023-12-08T10:21:09.434129+0000 mon.smithi060 (mon.0) 94 : audit [INF] from='client.? 172.21.15.60:0/2887088528' entity='client.admin' 2023-12-08T10:21:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:12 smithi060 bash[25939]: audit 2023-12-08T10:21:11.768394+0000 mon.smithi060 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:12 smithi060 bash[25939]: audit 2023-12-08T10:21:12.079195+0000 mon.smithi060 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:21:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:12 smithi060 bash[25939]: audit 2023-12-08T10:21:12.083836+0000 mon.smithi060 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:12 smithi060 bash[25939]: cephadm 2023-12-08T10:21:12.097108+0000 mgr.smithi060.abncol (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi060 on smithi060 2023-12-08T10:21:14.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:13 smithi060 bash[25939]: cluster 2023-12-08T10:21:12.803394+0000 mgr.smithi060.abncol (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:14.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:13 smithi060 bash[25939]: audit 2023-12-08T10:21:13.465507+0000 mon.smithi060 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:14.338 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2023-12-08T10:21:14.338 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:21:14.338 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2023-12-08T10:21:14.345 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:21:14.345 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:21:14.394 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2023-12-08T10:21:14.395 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch host add smithi105 2023-12-08T10:21:15.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:14 smithi060 bash[25939]: audit 2023-12-08T10:21:13.459212+0000 mgr.smithi060.abncol (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-08T10:21:16.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:15 smithi060 bash[25939]: cluster 2023-12-08T10:21:14.803751+0000 mgr.smithi060.abncol (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:17.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:17 smithi060 bash[25939]: cluster 2023-12-08T10:21:16.804275+0000 mgr.smithi060.abncol (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:20.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:19 smithi060 bash[25939]: cluster 2023-12-08T10:21:18.804719+0000 mgr.smithi060.abncol (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:21.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:21 smithi060 bash[25939]: audit 2023-12-08T10:21:20.003524+0000 mon.smithi060 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:21.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:21 smithi060 bash[25939]: audit 2023-12-08T10:21:20.005823+0000 mon.smithi060 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:21:21.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:21 smithi060 bash[25939]: audit 2023-12-08T10:21:20.010117+0000 mon.smithi060 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:21:21.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:21 smithi060 bash[25939]: audit 2023-12-08T10:21:20.011296+0000 mon.smithi060 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:21:21.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:21 smithi060 bash[25939]: cephadm 2023-12-08T10:21:20.012258+0000 mgr.smithi060.abncol (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi060 on smithi060 2023-12-08T10:21:22.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:22 smithi060 bash[25939]: cluster 2023-12-08T10:21:20.805231+0000 mgr.smithi060.abncol (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:23.617 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.396342+0000 mon.smithi060 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:23.617 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.461477+0000 mon.smithi060 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:23.617 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.465189+0000 mon.smithi060 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:23.617 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.468025+0000 mon.smithi060 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:21:23.618 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.468556+0000 mgr.smithi060.abncol (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:21:23.618 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:22.473513+0000 mon.smithi060 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:23.618 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: cephadm 2023-12-08T10:21:22.493059+0000 mgr.smithi060.abncol (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi060 on smithi060 2023-12-08T10:21:23.618 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: cluster 2023-12-08T10:21:22.805675+0000 mgr.smithi060.abncol (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:23.618 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:23 smithi060 bash[25939]: audit 2023-12-08T10:21:23.019182+0000 mon.smithi060 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:26.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:25 smithi060 bash[25939]: cluster 2023-12-08T10:21:24.806023+0000 mgr.smithi060.abncol (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:27 smithi060 bash[25939]: cluster 2023-12-08T10:21:26.806446+0000 mgr.smithi060.abncol (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:30.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:29 smithi060 bash[25939]: cluster 2023-12-08T10:21:28.806800+0000 mgr.smithi060.abncol (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:32.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:31 smithi060 bash[25939]: cluster 2023-12-08T10:21:30.807150+0000 mgr.smithi060.abncol (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:33 smithi060 bash[25939]: cluster 2023-12-08T10:21:32.807518+0000 mgr.smithi060.abncol (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:36.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:35 smithi060 bash[25939]: cluster 2023-12-08T10:21:34.808018+0000 mgr.smithi060.abncol (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:37.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:37 smithi060 bash[25939]: cluster 2023-12-08T10:21:36.808498+0000 mgr.smithi060.abncol (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:40.078 INFO:teuthology.orchestra.run.smithi105.stdout:Added host 'smithi105' with addr '172.21.15.105' 2023-12-08T10:21:40.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:39 smithi060 bash[25939]: cluster 2023-12-08T10:21:38.808870+0000 mgr.smithi060.abncol (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:40.730 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T10:21:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:41 smithi060 bash[25939]: audit 2023-12-08T10:21:39.243077+0000 mgr.smithi060.abncol (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:21:41.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:41 smithi060 bash[25939]: audit 2023-12-08T10:21:40.072907+0000 mon.smithi060 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:41.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:41 smithi060 bash[25939]: cephadm 2023-12-08T10:21:40.073576+0000 mgr.smithi060.abncol (mgr.14156) 25 : cephadm [INF] Added host smithi105 2023-12-08T10:21:42.359 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:42 smithi060 bash[25939]: cluster 2023-12-08T10:21:40.809643+0000 mgr.smithi060.abncol (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:21:42.359 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:42 smithi060 bash[25939]: audit 2023-12-08T10:21:41.262426+0000 mon.smithi060 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:42.359 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:42 smithi060 bash[25939]: audit 2023-12-08T10:21:41.782143+0000 mon.smithi060 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' 2023-12-08T10:21:42.359 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:42 smithi060 bash[25939]: audit 2023-12-08T10:21:41.786036+0000 mon.smithi060 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T10:21:43.189 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:43 smithi060 bash[25939]: cephadm 2023-12-08T10:21:41.267924+0000 mgr.smithi060.abncol (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2023-12-08T10:21:43.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:43 smithi060 bash[25939]: audit 2023-12-08T10:21:42.784558+0000 mon.smithi060 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.60:0/3448253053' entity='mgr.smithi060.abncol' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T10:21:43.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:43 smithi060 bash[25939]: cluster 2023-12-08T10:21:42.784654+0000 mon.smithi060 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi060.abncol(active, since 49s) 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: cluster 2023-12-08T10:21:49.468408+0000 mon.smithi060 (mon.0) 115 : cluster [INF] Active manager daemon smithi060.abncol restarted 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: cluster 2023-12-08T10:21:49.468770+0000 mon.smithi060 (mon.0) 116 : cluster [INF] Activating manager daemon smithi060.abncol 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: cluster 2023-12-08T10:21:49.472294+0000 mon.smithi060 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: cluster 2023-12-08T10:21:49.472402+0000 mon.smithi060 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi060.abncol(active, starting, since 0.00376773s) 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: audit 2023-12-08T10:21:49.475216+0000 mon.smithi060 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: audit 2023-12-08T10:21:49.476441+0000 mon.smithi060 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi060.abncol", "id": "smithi060.abncol"}]: dispatch 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: audit 2023-12-08T10:21:49.477434+0000 mon.smithi060 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:21:49.735 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: audit 2023-12-08T10:21:49.477818+0000 mon.smithi060 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:21:49.736 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: audit 2023-12-08T10:21:49.478152+0000 mon.smithi060 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:21:49.736 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:49 smithi060 bash[25939]: cluster 2023-12-08T10:21:49.481817+0000 mon.smithi060 (mon.0) 124 : cluster [INF] Manager daemon smithi060.abncol is now available 2023-12-08T10:21:50.486 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-08T10:21:50.486 INFO:teuthology.orchestra.run.smithi105.stdout:[{"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:49.614173+0000 mon.smithi060 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:49.618223+0000 mon.smithi060 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:49.671575+0000 mon.smithi060 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:49.687029+0000 mon.smithi060 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:49.693818+0000 mon.smithi060 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi060.abncol/trash_purge_schedule"}]: dispatch 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: audit 2023-12-08T10:21:50.292065+0000 mon.smithi060 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:50.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:50 smithi060 bash[25939]: cluster 2023-12-08T10:21:50.480542+0000 mon.smithi060 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi060.abncol(active, since 1.01188s) 2023-12-08T10:21:51.162 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T10:21:51.163 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T10:21:51.674 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:51 smithi060 bash[25939]: audit 2023-12-08T10:21:50.479365+0000 mgr.smithi060.abncol (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:21:52.597 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:52 smithi060 bash[25939]: cluster 2023-12-08T10:21:51.532995+0000 mon.smithi060 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi060.abncol(active, since 2s) 2023-12-08T10:21:52.597 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:52 smithi060 bash[25939]: audit 2023-12-08T10:21:52.152961+0000 mon.smithi060 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:55.376 INFO:teuthology.orchestra.run.smithi060.stderr:adjusted tunables profile to default 2023-12-08T10:21:55.657 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:55 smithi060 bash[25939]: audit 2023-12-08T10:21:55.311926+0000 mon.smithi060 (mon.0) 134 : audit [INF] from='client.? 172.21.15.60:0/290335185' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T10:21:56.175 INFO:tasks.cephadm:Adding mon.smithi060 on smithi060 2023-12-08T10:21:56.176 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2023-12-08T10:21:56.176 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi060:172.21.15.60=smithi060;smithi105:172.21.15.105=smithi105' 2023-12-08T10:21:56.567 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:56 smithi060 bash[25939]: audit 2023-12-08T10:21:55.367240+0000 mon.smithi060 (mon.0) 135 : audit [INF] from='client.? 172.21.15.60:0/290335185' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T10:21:56.567 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:56 smithi060 bash[25939]: cluster 2023-12-08T10:21:55.367341+0000 mon.smithi060 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:21:56.567 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:56 smithi060 bash[25939]: audit 2023-12-08T10:21:55.685944+0000 mon.smithi060 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:56.567 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:56 smithi060 bash[25939]: audit 2023-12-08T10:21:55.971509+0000 mon.smithi060 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:21:59.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:57.775356+0000 mon.smithi060 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.221901+0000 mon.smithi060 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.223734+0000 mon.smithi060 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.225666+0000 mon.smithi060 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.227560+0000 mon.smithi060 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.309940+0000 mon.smithi060 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.315532+0000 mon.smithi060 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.320522+0000 mon.smithi060 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.323555+0000 mon.smithi060 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.327996+0000 mon.smithi060 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:21:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:58 smithi060 bash[25939]: audit 2023-12-08T10:21:58.329280+0000 mon.smithi060 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:00.027 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2023-12-08T10:22:00.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:59 smithi060 bash[25939]: cephadm 2023-12-08T10:21:58.230696+0000 mgr.smithi060.abncol (mgr.14182) 2 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-12-08T10:22:00.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:59 smithi060 bash[25939]: cephadm 2023-12-08T10:21:58.231444+0000 mgr.smithi060.abncol (mgr.14182) 3 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-08T10:22:00.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:59 smithi060 bash[25939]: cephadm 2023-12-08T10:21:58.248789+0000 mgr.smithi060.abncol (mgr.14182) 4 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:22:00.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:59 smithi060 bash[25939]: cephadm 2023-12-08T10:21:58.265827+0000 mgr.smithi060.abncol (mgr.14182) 5 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:22:00.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:21:59 smithi060 bash[25939]: cephadm 2023-12-08T10:21:58.330442+0000 mgr.smithi060.abncol (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi105 on smithi105 2023-12-08T10:22:00.632 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi105.service 2023-12-08T10:22:00.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:22:00.634 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:22:00.801 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-08T10:22:01.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:01 smithi060 bash[25939]: audit 2023-12-08T10:22:00.009874+0000 mgr.smithi060.abncol (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi060:172.21.15.60=smithi060;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:22:01.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:01 smithi060 bash[25939]: cephadm 2023-12-08T10:22:00.016107+0000 mgr.smithi060.abncol (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi060:172.21.15.60=smithi060;smithi105:172.21.15.105=smithi105;count:2 2023-12-08T10:22:01.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:01 smithi060 bash[25939]: audit 2023-12-08T10:22:00.021492+0000 mon.smithi060 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:02.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: audit 2023-12-08T10:22:01.128203+0000 mon.smithi060 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:02.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: audit 2023-12-08T10:22:01.133697+0000 mon.smithi060 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.gcxhaw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:22:02.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: audit 2023-12-08T10:22:01.138487+0000 mon.smithi060 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.gcxhaw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T10:22:02.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: audit 2023-12-08T10:22:01.139858+0000 mon.smithi060 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:22:02.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: audit 2023-12-08T10:22:01.141374+0000 mon.smithi060 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:02.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:02 smithi060 bash[25939]: cephadm 2023-12-08T10:22:01.142597+0000 mgr.smithi060.abncol (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi105.gcxhaw on smithi105 2023-12-08T10:22:05.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: audit 2023-12-08T10:22:03.929155+0000 mon.smithi060 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:05.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: audit 2023-12-08T10:22:03.933900+0000 mon.smithi060 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:22:05.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: audit 2023-12-08T10:22:03.935724+0000 mon.smithi060 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:22:05.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: audit 2023-12-08T10:22:03.937570+0000 mon.smithi060 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:05.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: cephadm 2023-12-08T10:22:03.939126+0000 mgr.smithi060.abncol (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi105 on smithi105 2023-12-08T10:22:05.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:04 smithi060 bash[25939]: audit 2023-12-08T10:22:04.681928+0000 mon.smithi060 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:05.416 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-08T10:22:05.416 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"397dbe7e-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:19:40.867867Z","created":"2023-12-08T10:19:40.867867Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:22:05.419 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2023-12-08T10:22:06.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:05 smithi060 bash[25939]: audit 2023-12-08T10:22:05.411544+0000 mon.smithi060 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.105:0/2429022331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:22:07.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:22:07.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:22:08.789 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:08 smithi105 systemd[1]: Started Ceph mon.smithi105 for 397dbe7e-95b3-11ee-95a3-87774f69a715. 2023-12-08T10:22:10.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:09 smithi060 bash[25939]: audit 2023-12-08T10:22:08.716575+0000 mon.smithi060 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:09 smithi060 bash[25939]: cephadm 2023-12-08T10:22:08.720615+0000 mgr.smithi060.abncol (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2023-12-08T10:22:10.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:09 smithi060 bash[25939]: audit 2023-12-08T10:22:09.317097+0000 mon.smithi060 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:09 smithi060 bash[25939]: audit 2023-12-08T10:22:09.690751+0000 mon.smithi060 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.489+0000 7f09bf0fd880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.489+0000 7f09bf0fd880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.489+0000 7f09bf0fd880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 0 load: jerasure load: lrc load: isa 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: DB SUMMARY 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi105/store.db dir, Total Num: 0, files: 2023-12-08T10:22:10.648 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi105/store.db: 000003.log size: 511 ; 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.env: 0x55f8397d4080 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.info_log: 0x55f83af30520 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:22:10.649 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:22:10.650 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:22:10.650 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi105/store.db 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:22:10.651 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.write_buffer_manager: 0x55f83bb7e480 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:22:10.652 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:22:10.653 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.row_cache: None 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:22:10.654 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:22:10.655 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:22:10.656 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000001 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.merge_operator: 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f83aed3d28) 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: cache_index_and_filter_blocks: 1 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:22:10.657 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: pin_top_level_index_and_filter: 1 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: index_type: 0 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: data_block_index_type: 0 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: index_shortening: 1 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: hash_index_allow_collision: 1 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: checksum: 1 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: no_block_cache: 0 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_cache: 0x55f83af0af10 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_cache_name: BinnedLRUCache 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_cache_options: 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: capacity : 536870912 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: num_shard_bits : 4 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: strict_capacity_limit : 0 2023-12-08T10:22:10.658 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: high_pri_pool_ratio: 0.000 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_cache_compressed: (nil) 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: persistent_cache: (nil) 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_size: 4096 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_size_deviation: 10 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_restart_interval: 16 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: index_block_restart_interval: 1 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: metadata_block_size: 4096 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: partition_filters: 0 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: use_delta_encoding: 1 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: whole_key_filtering: 1 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: verify_compression: 0 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: read_amp_bytes_per_bit: 0 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: format_version: 2 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: enable_index_compression: 1 2023-12-08T10:22:10.659 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: block_align: 0 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:22:10.660 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:22:10.661 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:22:10.662 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:22:10.663 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:22:10.663 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:22:10.664 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 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-08T10:22:10.665 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030930499079, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 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-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030930499640, "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": 1702030930, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.493+0000 7f09bf0fd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702030930500174, "job": 1, "event": "recovery_finished"} 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09bf0fd880 4 rocksdb: DB pointer 0x55f83afd3800 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09a5f03700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09a5f03700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** DB Stats ** 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:22:10.666 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** Compaction Stats [default] ** 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** Compaction Stats [default] ** 2023-12-08T10:22:10.667 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** Compaction Stats [default] ** 2023-12-08T10:22:10.668 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** Compaction Stats [default] ** 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:22:10.669 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09bf0fd880 0 mon.smithi105 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09bf0fd880 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-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09bf0fd880 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 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.497+0000 7f09bf0fd880 1 mon.smithi105@-1(???) e0 preinit fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 0 mon.smithi105@-1(synchronizing).mds e1 new map 2023-12-08T10:22:10.670 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 0 mon.smithi105@-1(synchronizing).mds e1 print_map 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: e1 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 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-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: legacy client fscid: -1 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: No filesystems configured 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 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-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 0 mon.smithi105@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:22:10.671 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.533+0000 7f09a8708700 0 mon.smithi105@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: audit 2023-12-08T10:22:08.716575+0000 mon.smithi060 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: cephadm 2023-12-08T10:22:08.720615+0000 mgr.smithi060.abncol (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: audit 2023-12-08T10:22:09.317097+0000 mon.smithi060 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: audit 2023-12-08T10:22:09.690751+0000 mon.smithi060 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.537+0000 7f09a8708700 1 mon.smithi105@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T10:22:10.672 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:10 smithi105 bash[29464]: debug 2023-12-08T10:22:10.541+0000 7f09a8708700 10 mon.smithi105@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-08T10:22:15.963 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-08T10:22:15.964 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"397dbe7e-95b3-11ee-95a3-87774f69a715","modified":"2023-12-08T10:22:10.547479Z","created":"2023-12-08T10:19:40.867867Z","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":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60: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-08T10:22:15.967 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2023-12-08T10:22:16.009 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:10.552970+0000 mon.smithi060 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:22:16.009 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:10.553321+0000 mon.smithi060 (mon.0) 167 : cluster [INF] mon.smithi060 calling monitor election 2023-12-08T10:22:16.009 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:10.555651+0000 mon.smithi060 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:11.479718+0000 mgr.smithi060.abncol (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:11.546658+0000 mon.smithi060 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:12.271972+0000 mon.smithi060 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.gcxhaw/crt"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:12.546575+0000 mon.smithi060 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:12.551294+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:13.480143+0000 mgr.smithi060.abncol (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:13.547365+0000 mon.smithi060 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:14.547150+0000 mon.smithi060 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:15.547198+0000 mon.smithi060 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.576474+0000 mon.smithi060 (mon.0) 175 : cluster [INF] mon.smithi060 is new leader, mons smithi060,smithi105 in quorum (ranks 0,1) 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.589781+0000 mon.smithi060 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.590884+0000 mon.smithi060 (mon.0) 177 : cluster [DBG] fsmap 2023-12-08T10:22:16.010 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.590946+0000 mon.smithi060 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.591316+0000 mon.smithi060 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi060.abncol(active, since 26s) 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.593060+0000 mon.smithi060 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi105.gcxhaw started 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:15.595799+0000 mon.smithi060 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.599133+0000 mon.smithi060 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:15.599722+0000 mon.smithi060 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.gcxhaw/key"}]: dispatch 2023-12-08T10:22:16.011 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:15 smithi105 bash[29464]: audit 2023-12-08T10:22:15.600629+0000 mon.smithi060 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:10.552970+0000 mon.smithi060 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:10.553321+0000 mon.smithi060 (mon.0) 167 : cluster [INF] mon.smithi060 calling monitor election 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:10.555651+0000 mon.smithi060 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:11.479718+0000 mgr.smithi060.abncol (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:11.546658+0000 mon.smithi060 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:12.271972+0000 mon.smithi060 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.gcxhaw/crt"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:12.546575+0000 mon.smithi060 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:12.551294+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:13.480143+0000 mgr.smithi060.abncol (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:13.547365+0000 mon.smithi060 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:14.547150+0000 mon.smithi060 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:15.547198+0000 mon.smithi060 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.576474+0000 mon.smithi060 (mon.0) 175 : cluster [INF] mon.smithi060 is new leader, mons smithi060,smithi105 in quorum (ranks 0,1) 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.589781+0000 mon.smithi060 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.590884+0000 mon.smithi060 (mon.0) 177 : cluster [DBG] fsmap 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.590946+0000 mon.smithi060 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.591316+0000 mon.smithi060 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi060.abncol(active, since 26s) 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.593060+0000 mon.smithi060 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi105.gcxhaw started 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:15.595799+0000 mon.smithi060 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.599133+0000 mon.smithi060 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:15.599722+0000 mon.smithi060 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.gcxhaw/key"}]: dispatch 2023-12-08T10:22:16.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:15 smithi060 bash[25939]: audit 2023-12-08T10:22:15.600629+0000 mon.smithi060 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.105:0/3854971585' entity='mgr.smithi105.gcxhaw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T10:22:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:16 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.480564+0000 mgr.smithi060.abncol (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:16 smithi060 bash[25939]: cluster 2023-12-08T10:22:15.658750+0000 mon.smithi060 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi060.abncol(active, since 26s), standbys: smithi105.gcxhaw 2023-12-08T10:22:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:16 smithi060 bash[25939]: audit 2023-12-08T10:22:15.658977+0000 mon.smithi060 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi105.gcxhaw", "id": "smithi105.gcxhaw"}]: dispatch 2023-12-08T10:22:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:16 smithi060 bash[25939]: audit 2023-12-08T10:22:15.958619+0000 mon.smithi060 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.105:0/3152592336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:22:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:16 smithi060 bash[25939]: audit 2023-12-08T10:22:16.547100+0000 mon.smithi060 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:16 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.480564+0000 mgr.smithi060.abncol (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:16 smithi105 bash[29464]: cluster 2023-12-08T10:22:15.658750+0000 mon.smithi060 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi060.abncol(active, since 26s), standbys: smithi105.gcxhaw 2023-12-08T10:22:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:16 smithi105 bash[29464]: audit 2023-12-08T10:22:15.658977+0000 mon.smithi060 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr metadata", "who": "smithi105.gcxhaw", "id": "smithi105.gcxhaw"}]: dispatch 2023-12-08T10:22:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:16 smithi105 bash[29464]: audit 2023-12-08T10:22:15.958619+0000 mon.smithi060 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.105:0/3152592336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:22:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:16 smithi105 bash[29464]: audit 2023-12-08T10:22:16.547100+0000 mon.smithi060 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-08T10:22:17.442 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T10:22:17.442 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T10:22:18.701 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:18 smithi060 bash[25939]: cluster 2023-12-08T10:22:17.481043+0000 mgr.smithi060.abncol (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:18 smithi105 bash[29464]: cluster 2023-12-08T10:22:17.481043+0000 mgr.smithi060.abncol (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:20.271 INFO:teuthology.orchestra.run.smithi060.stdout:# minimal ceph.conf for 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:22:20.271 INFO:teuthology.orchestra.run.smithi060.stdout:[global] 2023-12-08T10:22:20.271 INFO:teuthology.orchestra.run.smithi060.stdout: fsid = 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:22:20.271 INFO:teuthology.orchestra.run.smithi060.stdout: mon_host = [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2023-12-08T10:22:20.808 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T10:22:20.808 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:22:20.808 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:22:20.818 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:22:20.819 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:22:20.874 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:22:20.874 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:22:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:20 smithi105 bash[29464]: cluster 2023-12-08T10:22:19.481523+0000 mgr.smithi060.abncol (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:20 smithi105 bash[29464]: audit 2023-12-08T10:22:20.266070+0000 mon.smithi060 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.60:0/2345620336' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:20.888 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:22:20.888 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:22:20.946 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T10:22:20.946 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:22:20.946 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:22:20.953 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:22:20.953 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme1n1 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme1n1 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:21:10.239577955 +0000 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:21:10.207578715 +0000 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:21:10.207578715 +0000 2023-12-08T10:22:21.002 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:22:21.003 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:22:21.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:20 smithi060 bash[25939]: cluster 2023-12-08T10:22:19.481523+0000 mgr.smithi060.abncol (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:21.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:20 smithi060 bash[25939]: audit 2023-12-08T10:22:20.266070+0000 mon.smithi060 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.60:0/2345620336' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:21.035 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:22:21.035 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:22:21.035 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000352725 s, 1.5 MB/s 2023-12-08T10:22:21.036 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:22:21.087 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme2n1 2023-12-08T10:22:21.137 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme2n1 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:21:10.251577669 +0000 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:21:10.211578620 +0000 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:21:10.211578620 +0000 2023-12-08T10:22:21.138 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:22:21.138 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:22:21.192 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:22:21.192 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:22:21.193 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000363669 s, 1.4 MB/s 2023-12-08T10:22:21.193 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:22:21.244 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme3n1 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme3n1 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:21:10.263577384 +0000 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:21:10.211578620 +0000 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:21:10.211578620 +0000 2023-12-08T10:22:21.294 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:22:21.295 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:22:21.350 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:22:21.350 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:22:21.350 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000270204 s, 1.9 MB/s 2023-12-08T10:22:21.350 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:22:21.399 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme4n1 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme4n1 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2023-12-08 10:21:10.271577193 +0000 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2023-12-08 10:21:10.215578525 +0000 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2023-12-08 10:21:10.215578525 +0000 2023-12-08T10:22:21.450 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2023-12-08T10:22:21.450 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:22:21.504 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2023-12-08T10:22:21.505 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2023-12-08T10:22:21.505 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000304002 s, 1.7 MB/s 2023-12-08T10:22:21.505 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:22:21.556 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:22:21.556 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:22:21.563 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:22:21.563 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme1n1 2023-12-08T10:22:21.612 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme1n1 2023-12-08T10:22:21.612 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.612 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-12-08T10:22:21.612 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.612 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:21:56.074118933 +0000 2023-12-08T10:22:21.613 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.613 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.613 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:22:21.613 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:22:21.668 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:22:21.668 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:22:21.668 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.00043633 s, 1.2 MB/s 2023-12-08T10:22:21.669 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:22:21.719 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme2n1 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme2n1 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:21:56.090118552 +0000 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.769 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.770 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:22:21.770 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:22:21.823 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:22:21.823 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:22:21.823 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000343512 s, 1.5 MB/s 2023-12-08T10:22:21.824 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:22:21.875 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme3n1 2023-12-08T10:22:21.929 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme3n1 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:21:56.102118266 +0000 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:21:56.042119694 +0000 2023-12-08T10:22:21.930 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:22:21.930 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:22:21.988 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:22:21.988 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:22:21.988 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000373203 s, 1.4 MB/s 2023-12-08T10:22:21.989 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:22:22.039 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme4n1 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme4n1 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-08 10:21:56.114117981 +0000 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-08 10:21:56.046119599 +0000 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-08 10:21:56.046119599 +0000 2023-12-08T10:22:22.094 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-08T10:22:22.095 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:22:22.147 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-08T10:22:22.147 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-08T10:22:22.147 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000441675 s, 1.2 MB/s 2023-12-08T10:22:22.148 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:22:22.199 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T10:22:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:22 smithi060 bash[25939]: cluster 2023-12-08T10:22:21.482058+0000 mgr.smithi060.abncol (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:23.042 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:22 smithi105 bash[29464]: cluster 2023-12-08T10:22:21.482058+0000 mgr.smithi060.abncol (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:24 smithi105 bash[29464]: audit 2023-12-08T10:22:23.347268+0000 mon.smithi060 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:24 smithi105 bash[29464]: audit 2023-12-08T10:22:23.350178+0000 mon.smithi060 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:22:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:24 smithi105 bash[29464]: cluster 2023-12-08T10:22:23.482592+0000 mgr.smithi060.abncol (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:24.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:24 smithi060 bash[25939]: audit 2023-12-08T10:22:23.347268+0000 mon.smithi060 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:24.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:24 smithi060 bash[25939]: audit 2023-12-08T10:22:23.350178+0000 mon.smithi060 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:22:24.773 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:24 smithi060 bash[25939]: cluster 2023-12-08T10:22:23.482592+0000 mgr.smithi060.abncol (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:25.872 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled osd.all-available-devices update... 2023-12-08T10:22:26.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:25 smithi060 bash[25939]: audit 2023-12-08T10:22:24.702335+0000 mon.smithi060 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:25 smithi105 bash[29464]: audit 2023-12-08T10:22:24.702335+0000 mon.smithi060 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:26.491 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T10:22:26.491 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:26.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:26 smithi060 bash[25939]: cluster 2023-12-08T10:22:25.483102+0000 mgr.smithi060.abncol (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:26.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:26 smithi060 bash[25939]: audit 2023-12-08T10:22:25.866129+0000 mon.smithi060 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:26.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:26 smithi105 bash[29464]: cluster 2023-12-08T10:22:25.483102+0000 mgr.smithi060.abncol (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:26.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:26 smithi105 bash[29464]: audit 2023-12-08T10:22:25.866129+0000 mon.smithi060 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:27.892 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:27 smithi060 bash[25939]: audit 2023-12-08T10:22:25.854187+0000 mgr.smithi060.abncol (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:22:27.892 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:27 smithi060 bash[25939]: cephadm 2023-12-08T10:22:25.858649+0000 mgr.smithi060.abncol (mgr.14182) 23 : cephadm [INF] Marking host: smithi060 for OSDSpec preview refresh. 2023-12-08T10:22:27.892 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:27 smithi060 bash[25939]: cephadm 2023-12-08T10:22:25.858844+0000 mgr.smithi060.abncol (mgr.14182) 24 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-12-08T10:22:27.892 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:27 smithi060 bash[25939]: cephadm 2023-12-08T10:22:25.859673+0000 mgr.smithi060.abncol (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:22:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:27 smithi105 bash[29464]: audit 2023-12-08T10:22:25.854187+0000 mgr.smithi060.abncol (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:22:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:27 smithi105 bash[29464]: cephadm 2023-12-08T10:22:25.858649+0000 mgr.smithi060.abncol (mgr.14182) 23 : cephadm [INF] Marking host: smithi060 for OSDSpec preview refresh. 2023-12-08T10:22:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:27 smithi105 bash[29464]: cephadm 2023-12-08T10:22:25.858844+0000 mgr.smithi060.abncol (mgr.14182) 24 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-12-08T10:22:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:27 smithi105 bash[29464]: cephadm 2023-12-08T10:22:25.859673+0000 mgr.smithi060.abncol (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:22:29.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:28 smithi060 bash[25939]: cluster 2023-12-08T10:22:27.483610+0000 mgr.smithi060.abncol (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:28 smithi105 bash[29464]: cluster 2023-12-08T10:22:27.483610+0000 mgr.smithi060.abncol (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:29.501 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:29 smithi060 bash[25939]: audit 2023-12-08T10:22:29.495859+0000 mon.smithi060 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.60:0/3555363282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:29 smithi105 bash[29464]: audit 2023-12-08T10:22:29.495859+0000 mon.smithi060 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.60:0/3555363282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:30.142 INFO:teuthology.orchestra.run.smithi060.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-08T10:22:31.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: cluster 2023-12-08T10:22:29.484147+0000 mgr.smithi060.abncol (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:31.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:29.954722+0000 mon.smithi060 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:29.964351+0000 mon.smithi060 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:29.966088+0000 mon.smithi060 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:29.967656+0000 mon.smithi060 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.008527+0000 mon.smithi060 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.015062+0000 mon.smithi060 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.022145+0000 mon.smithi060 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.032380+0000 mon.smithi060 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.039785+0000 mon.smithi060 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.043264+0000 mon.smithi060 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.043798+0000 mon.smithi060 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:30 smithi060 bash[25939]: audit 2023-12-08T10:22:30.044874+0000 mon.smithi060 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: cluster 2023-12-08T10:22:29.484147+0000 mgr.smithi060.abncol (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:29.954722+0000 mon.smithi060 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:29.964351+0000 mon.smithi060 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:29.966088+0000 mon.smithi060 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:29.967656+0000 mon.smithi060 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.008527+0000 mon.smithi060 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.015062+0000 mon.smithi060 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.022145+0000 mon.smithi060 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.032380+0000 mon.smithi060 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.039785+0000 mon.smithi060 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.043264+0000 mon.smithi060 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:22:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.043798+0000 mon.smithi060 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:30 smithi105 bash[29464]: audit 2023-12-08T10:22:30.044874+0000 mon.smithi060 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:22:31.143 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:32.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:31 smithi060 bash[25939]: cephadm 2023-12-08T10:22:29.969590+0000 mgr.smithi060.abncol (mgr.14182) 28 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-12-08T10:22:32.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:31 smithi060 bash[25939]: cephadm 2023-12-08T10:22:29.970163+0000 mgr.smithi060.abncol (mgr.14182) 29 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-08T10:22:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:31 smithi105 bash[29464]: cephadm 2023-12-08T10:22:29.969590+0000 mgr.smithi060.abncol (mgr.14182) 28 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2023-12-08T10:22:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:31 smithi105 bash[29464]: cephadm 2023-12-08T10:22:29.970163+0000 mgr.smithi060.abncol (mgr.14182) 29 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-08T10:22:33.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:32 smithi060 bash[25939]: cluster 2023-12-08T10:22:31.484666+0000 mgr.smithi060.abncol (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:32 smithi105 bash[29464]: cluster 2023-12-08T10:22:31.484666+0000 mgr.smithi060.abncol (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:34.227 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:34.771 INFO:teuthology.orchestra.run.smithi060.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-08T10:22:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:34 smithi060 bash[25939]: cluster 2023-12-08T10:22:33.485141+0000 mgr.smithi060.abncol (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:34 smithi060 bash[25939]: audit 2023-12-08T10:22:34.222208+0000 mon.smithi060 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.60:0/2976082574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:34 smithi105 bash[29464]: cluster 2023-12-08T10:22:33.485141+0000 mgr.smithi060.abncol (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:34 smithi105 bash[29464]: audit 2023-12-08T10:22:34.222208+0000 mon.smithi060 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.60:0/2976082574' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:35.772 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:37.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:36 smithi060 bash[25939]: cluster 2023-12-08T10:22:35.485592+0000 mgr.smithi060.abncol (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:36 smithi105 bash[29464]: cluster 2023-12-08T10:22:35.485592+0000 mgr.smithi060.abncol (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:39.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: cluster 2023-12-08T10:22:37.486164+0000 mgr.smithi060.abncol (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: audit 2023-12-08T10:22:38.329933+0000 mon.smithi060 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]: dispatch 2023-12-08T10:22:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: audit 2023-12-08T10:22:38.331427+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/3401878629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]: dispatch 2023-12-08T10:22:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: audit 2023-12-08T10:22:38.336949+0000 mon.smithi060 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]': finished 2023-12-08T10:22:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: cluster 2023-12-08T10:22:38.337091+0000 mon.smithi060 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:22:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:38 smithi060 bash[25939]: audit 2023-12-08T10:22:38.337296+0000 mon.smithi060 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: cluster 2023-12-08T10:22:37.486164+0000 mgr.smithi060.abncol (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: audit 2023-12-08T10:22:38.329933+0000 mon.smithi060 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]: dispatch 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: audit 2023-12-08T10:22:38.331427+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/3401878629' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]: dispatch 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: audit 2023-12-08T10:22:38.336949+0000 mon.smithi060 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c755dae-721c-44de-992c-13c12a2731ad"}]': finished 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: cluster 2023-12-08T10:22:38.337091+0000 mon.smithi060 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:22:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:38 smithi105 bash[29464]: audit 2023-12-08T10:22:38.337296+0000 mon.smithi060 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:39.597 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.406451+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/4094650434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.593071+0000 mon.smithi060 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.60:0/389116201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.628565+0000 mon.smithi060 (mon.0) 213 : audit [INF] from='client.? 172.21.15.60:0/2682827908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8105bb7-9e3f-45d6-a26c-91586d258db0"}]: dispatch 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.635333+0000 mon.smithi060 (mon.0) 214 : audit [INF] from='client.? 172.21.15.60:0/2682827908' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8105bb7-9e3f-45d6-a26c-91586d258db0"}]': finished 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: cluster 2023-12-08T10:22:39.635407+0000 mon.smithi060 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.635630+0000 mon.smithi060 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:39 smithi060 bash[25939]: audit 2023-12-08T10:22:39.636536+0000 mon.smithi060 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.406451+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/4094650434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.593071+0000 mon.smithi060 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.60:0/389116201' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.628565+0000 mon.smithi060 (mon.0) 213 : audit [INF] from='client.? 172.21.15.60:0/2682827908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e8105bb7-9e3f-45d6-a26c-91586d258db0"}]: dispatch 2023-12-08T10:22:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.635333+0000 mon.smithi060 (mon.0) 214 : audit [INF] from='client.? 172.21.15.60:0/2682827908' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e8105bb7-9e3f-45d6-a26c-91586d258db0"}]': finished 2023-12-08T10:22:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: cluster 2023-12-08T10:22:39.635407+0000 mon.smithi060 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:22:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.635630+0000 mon.smithi060 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:39 smithi105 bash[29464]: audit 2023-12-08T10:22:39.636536+0000 mon.smithi060 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:40.338 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1702030958,"num_remapped_pgs":0} 2023-12-08T10:22:41.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:40 smithi060 bash[25939]: cluster 2023-12-08T10:22:39.486519+0000 mgr.smithi060.abncol (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:40 smithi105 bash[29464]: cluster 2023-12-08T10:22:39.486519+0000 mgr.smithi060.abncol (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:41.339 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:42.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:41 smithi105 bash[29464]: audit 2023-12-08T10:22:40.986446+0000 mon.smithi060 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.60:0/1380796114' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:41 smithi060 bash[25939]: audit 2023-12-08T10:22:40.986446+0000 mon.smithi060 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.60:0/1380796114' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: cluster 2023-12-08T10:22:41.486939+0000 mgr.smithi060.abncol (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.117636+0000 mon.smithi060 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]: dispatch 2023-12-08T10:22:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.118949+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2640963549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]: dispatch 2023-12-08T10:22:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.124508+0000 mon.smithi060 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]': finished 2023-12-08T10:22:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: cluster 2023-12-08T10:22:42.124630+0000 mon.smithi060 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:22:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.124800+0000 mon.smithi060 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.125220+0000 mon.smithi060 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:42 smithi105 bash[29464]: audit 2023-12-08T10:22:42.125486+0000 mon.smithi060 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:43.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: cluster 2023-12-08T10:22:41.486939+0000 mgr.smithi060.abncol (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.117636+0000 mon.smithi060 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]: dispatch 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.118949+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2640963549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]: dispatch 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.124508+0000 mon.smithi060 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "78d093fb-f889-494d-b1cf-51d81ce4d1bf"}]': finished 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: cluster 2023-12-08T10:22:42.124630+0000 mon.smithi060 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.124800+0000 mon.smithi060 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.125220+0000 mon.smithi060 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:42 smithi060 bash[25939]: audit 2023-12-08T10:22:42.125486+0000 mon.smithi060 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:44.117 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.138136+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/306381059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.721849+0000 mon.smithi060 (mon.0) 225 : audit [INF] from='client.? 172.21.15.60:0/2257868521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f18da1c-ec28-4e79-990e-a7750b915cbe"}]: dispatch 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.728888+0000 mon.smithi060 (mon.0) 226 : audit [INF] from='client.? 172.21.15.60:0/2257868521' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f18da1c-ec28-4e79-990e-a7750b915cbe"}]': finished 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: cluster 2023-12-08T10:22:43.728999+0000 mon.smithi060 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.729222+0000 mon.smithi060 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.729718+0000 mon.smithi060 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.730039+0000 mon.smithi060 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:44.118 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:43 smithi060 bash[25939]: audit 2023-12-08T10:22:43.730328+0000 mon.smithi060 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.138136+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/306381059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.721849+0000 mon.smithi060 (mon.0) 225 : audit [INF] from='client.? 172.21.15.60:0/2257868521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f18da1c-ec28-4e79-990e-a7750b915cbe"}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.728888+0000 mon.smithi060 (mon.0) 226 : audit [INF] from='client.? 172.21.15.60:0/2257868521' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f18da1c-ec28-4e79-990e-a7750b915cbe"}]': finished 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: cluster 2023-12-08T10:22:43.728999+0000 mon.smithi060 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.729222+0000 mon.smithi060 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.729718+0000 mon.smithi060 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.730039+0000 mon.smithi060 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:43 smithi105 bash[29464]: audit 2023-12-08T10:22:43.730328+0000 mon.smithi060 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:44.520 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:45.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:44 smithi060 bash[25939]: cluster 2023-12-08T10:22:43.487338+0000 mgr.smithi060.abncol (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:45.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:44 smithi060 bash[25939]: audit 2023-12-08T10:22:44.516395+0000 mon.smithi060 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.60:0/1966499704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:45.097 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1702030963,"num_remapped_pgs":0} 2023-12-08T10:22:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:44 smithi105 bash[29464]: cluster 2023-12-08T10:22:43.487338+0000 mgr.smithi060.abncol (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:44 smithi105 bash[29464]: audit 2023-12-08T10:22:44.516395+0000 mon.smithi060 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.60:0/1966499704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:46.099 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:46.111 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:45 smithi060 bash[25939]: audit 2023-12-08T10:22:44.858453+0000 mon.smithi060 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.60:0/865080699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:45 smithi105 bash[29464]: audit 2023-12-08T10:22:44.858453+0000 mon.smithi060 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.60:0/865080699' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: cluster 2023-12-08T10:22:45.487654+0000 mgr.smithi060.abncol (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.870415+0000 mon.smithi060 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.871482+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/1853052951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.878726+0000 mon.smithi060 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]': finished 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: cluster 2023-12-08T10:22:45.878907+0000 mon.smithi060 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.879201+0000 mon.smithi060 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.880099+0000 mon.smithi060 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.880658+0000 mon.smithi060 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.881223+0000 mon.smithi060 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:47.078 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:46 smithi060 bash[25939]: audit 2023-12-08T10:22:45.881828+0000 mon.smithi060 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: cluster 2023-12-08T10:22:45.487654+0000 mgr.smithi060.abncol (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.870415+0000 mon.smithi060 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]: dispatch 2023-12-08T10:22:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.871482+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/1853052951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]: dispatch 2023-12-08T10:22:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.878726+0000 mon.smithi060 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8d48a86-7388-4e54-8c33-661ed7774baf"}]': finished 2023-12-08T10:22:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: cluster 2023-12-08T10:22:45.878907+0000 mon.smithi060 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:22:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.879201+0000 mon.smithi060 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.880099+0000 mon.smithi060 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.880658+0000 mon.smithi060 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.881223+0000 mon.smithi060 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:46 smithi105 bash[29464]: audit 2023-12-08T10:22:45.881828+0000 mon.smithi060 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:46.956720+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/74029421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.639203+0000 mon.smithi060 (mon.0) 242 : audit [INF] from='client.? 172.21.15.60:0/430748146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee5b35e6-3b31-43cc-8f18-216607c63a30"}]: dispatch 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.646556+0000 mon.smithi060 (mon.0) 243 : audit [INF] from='client.? 172.21.15.60:0/430748146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee5b35e6-3b31-43cc-8f18-216607c63a30"}]': finished 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: cluster 2023-12-08T10:22:47.646701+0000 mon.smithi060 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.647051+0000 mon.smithi060 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.647803+0000 mon.smithi060 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.648278+0000 mon.smithi060 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.648741+0000 mon.smithi060 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.649373+0000 mon.smithi060 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:47 smithi105 bash[29464]: audit 2023-12-08T10:22:47.649947+0000 mon.smithi060 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:46.956720+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/74029421' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.639203+0000 mon.smithi060 (mon.0) 242 : audit [INF] from='client.? 172.21.15.60:0/430748146' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee5b35e6-3b31-43cc-8f18-216607c63a30"}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.646556+0000 mon.smithi060 (mon.0) 243 : audit [INF] from='client.? 172.21.15.60:0/430748146' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee5b35e6-3b31-43cc-8f18-216607c63a30"}]': finished 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: cluster 2023-12-08T10:22:47.646701+0000 mon.smithi060 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.647051+0000 mon.smithi060 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.647803+0000 mon.smithi060 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.648278+0000 mon.smithi060 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.648741+0000 mon.smithi060 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.649373+0000 mon.smithi060 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:48.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:47 smithi060 bash[25939]: audit 2023-12-08T10:22:47.649947+0000 mon.smithi060 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:48 smithi105 bash[29464]: cluster 2023-12-08T10:22:47.488013+0000 mgr.smithi060.abncol (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:49.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:48 smithi060 bash[25939]: cluster 2023-12-08T10:22:47.488013+0000 mgr.smithi060.abncol (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:49.364 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:50.007 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1702030967,"num_remapped_pgs":0} 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.247756+0000 mon.smithi060 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.60:0/1755598616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.360324+0000 mon.smithi060 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.60:0/1993484508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.704530+0000 mon.smithi060 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]: dispatch 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.705725+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/1859826196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]: dispatch 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.712022+0000 mon.smithi060 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]': finished 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: cluster 2023-12-08T10:22:49.712147+0000 mon.smithi060 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:22:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.712362+0000 mon.smithi060 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.713151+0000 mon.smithi060 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.713651+0000 mon.smithi060 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.714241+0000 mon.smithi060 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.714728+0000 mon.smithi060 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.715262+0000 mon.smithi060 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:49 smithi105 bash[29464]: audit 2023-12-08T10:22:49.715743+0000 mon.smithi060 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:22:50.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.247756+0000 mon.smithi060 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.60:0/1755598616' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.360324+0000 mon.smithi060 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.60:0/1993484508' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.704530+0000 mon.smithi060 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.705725+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/1859826196' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.712022+0000 mon.smithi060 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83f13e43-8812-4e50-8d9d-25d3e0f57cbf"}]': finished 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: cluster 2023-12-08T10:22:49.712147+0000 mon.smithi060 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.712362+0000 mon.smithi060 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.713151+0000 mon.smithi060 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.713651+0000 mon.smithi060 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.714241+0000 mon.smithi060 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.714728+0000 mon.smithi060 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.715262+0000 mon.smithi060 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:49 smithi060 bash[25939]: audit 2023-12-08T10:22:49.715743+0000 mon.smithi060 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:22:51.007 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:50 smithi105 bash[29464]: cluster 2023-12-08T10:22:49.488341+0000 mgr.smithi060.abncol (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:51.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:50 smithi060 bash[25939]: cluster 2023-12-08T10:22:49.488341+0000 mgr.smithi060.abncol (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:51 smithi105 bash[29464]: audit 2023-12-08T10:22:50.823906+0000 mon.smithi105 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.105:0/3614780955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:52.149 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:51 smithi060 bash[25939]: audit 2023-12-08T10:22:50.823906+0000 mon.smithi105 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.105:0/3614780955' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: cluster 2023-12-08T10:22:51.488809+0000 mgr.smithi060.abncol (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.017688+0000 mon.smithi060 (mon.0) 263 : audit [INF] from='client.? 172.21.15.60:0/866955907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6c9182c-1996-478d-a1b4-141b4aaa9106"}]: dispatch 2023-12-08T10:22:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.022476+0000 mon.smithi060 (mon.0) 264 : audit [INF] from='client.? 172.21.15.60:0/866955907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6c9182c-1996-478d-a1b4-141b4aaa9106"}]': finished 2023-12-08T10:22:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: cluster 2023-12-08T10:22:52.022567+0000 mon.smithi060 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:22:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.022748+0000 mon.smithi060 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.023288+0000 mon.smithi060 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.023655+0000 mon.smithi060 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.023964+0000 mon.smithi060 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.024269+0000 mon.smithi060 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.024620+0000 mon.smithi060 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.025131+0000 mon.smithi060 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:22:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:52 smithi105 bash[29464]: audit 2023-12-08T10:22:52.025611+0000 mon.smithi060 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: cluster 2023-12-08T10:22:51.488809+0000 mgr.smithi060.abncol (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.017688+0000 mon.smithi060 (mon.0) 263 : audit [INF] from='client.? 172.21.15.60:0/866955907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6c9182c-1996-478d-a1b4-141b4aaa9106"}]: dispatch 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.022476+0000 mon.smithi060 (mon.0) 264 : audit [INF] from='client.? 172.21.15.60:0/866955907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6c9182c-1996-478d-a1b4-141b4aaa9106"}]': finished 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: cluster 2023-12-08T10:22:52.022567+0000 mon.smithi060 (mon.0) 265 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.022748+0000 mon.smithi060 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.023288+0000 mon.smithi060 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.023655+0000 mon.smithi060 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:22:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.023964+0000 mon.smithi060 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:22:53.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.024269+0000 mon.smithi060 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:22:53.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.024620+0000 mon.smithi060 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:22:53.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.025131+0000 mon.smithi060 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:22:53.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:52 smithi060 bash[25939]: audit 2023-12-08T10:22:52.025611+0000 mon.smithi060 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:22:54.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:53 smithi105 bash[29464]: audit 2023-12-08T10:22:53.386126+0000 mon.smithi060 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.60:0/2999874376' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:54.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:53 smithi060 bash[25939]: audit 2023-12-08T10:22:53.386126+0000 mon.smithi060 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.60:0/2999874376' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:22:54.372 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:54.990 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:22:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:54 smithi105 bash[29464]: cluster 2023-12-08T10:22:53.489180+0000 mgr.smithi060.abncol (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:54 smithi105 bash[29464]: audit 2023-12-08T10:22:54.368251+0000 mon.smithi060 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.60:0/2236124644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:55.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:54 smithi060 bash[25939]: cluster 2023-12-08T10:22:53.489180+0000 mgr.smithi060.abncol (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:55.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:54 smithi060 bash[25939]: audit 2023-12-08T10:22:54.368251+0000 mon.smithi060 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.60:0/2236124644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:22:55.991 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:22:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:56 smithi105 bash[29464]: cluster 2023-12-08T10:22:55.489694+0000 mgr.smithi060.abncol (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:57.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:56 smithi060 bash[25939]: cluster 2023-12-08T10:22:55.489694+0000 mgr.smithi060.abncol (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:58.885 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:22:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:58 smithi105 bash[29464]: cluster 2023-12-08T10:22:57.490176+0000 mgr.smithi060.abncol (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:59.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:58 smithi060 bash[25939]: cluster 2023-12-08T10:22:57.490176+0000 mgr.smithi060.abncol (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:22:59.463 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:00.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:22:59 smithi105 bash[29464]: audit 2023-12-08T10:22:58.881747+0000 mon.smithi060 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.60:0/1298796606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:00.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:22:59 smithi060 bash[25939]: audit 2023-12-08T10:22:58.881747+0000 mon.smithi060 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.60:0/1298796606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:00.464 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:01.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:00 smithi105 bash[29464]: cluster 2023-12-08T10:22:59.490625+0000 mgr.smithi060.abncol (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:01.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:00 smithi060 bash[25939]: cluster 2023-12-08T10:22:59.490625+0000 mgr.smithi060.abncol (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:02.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:02 smithi060 bash[25939]: cluster 2023-12-08T10:23:01.491158+0000 mgr.smithi060.abncol (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:02.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:02 smithi060 bash[25939]: audit 2023-12-08T10:23:01.925812+0000 mon.smithi060 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:23:02.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:02 smithi060 bash[25939]: audit 2023-12-08T10:23:01.927691+0000 mon.smithi060 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:02.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:02 smithi105 bash[29464]: cluster 2023-12-08T10:23:01.491158+0000 mgr.smithi060.abncol (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:02.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:02 smithi105 bash[29464]: audit 2023-12-08T10:23:01.925812+0000 mon.smithi060 (mon.0) 277 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:23:02.868 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:02 smithi105 bash[29464]: audit 2023-12-08T10:23:01.927691+0000 mon.smithi060 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:03.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:03 smithi060 bash[25939]: cephadm 2023-12-08T10:23:01.929347+0000 mgr.smithi060.abncol (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-12-08T10:23:03.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:03 smithi105 bash[29464]: cephadm 2023-12-08T10:23:01.929347+0000 mgr.smithi060.abncol (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-12-08T10:23:03.933 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:04.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:04 smithi105 bash[29464]: cluster 2023-12-08T10:23:03.491555+0000 mgr.smithi060.abncol (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:04 smithi105 bash[29464]: audit 2023-12-08T10:23:03.929762+0000 mon.smithi060 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.60:0/3268785387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:04.785 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:04 smithi060 bash[25939]: cluster 2023-12-08T10:23:03.491555+0000 mgr.smithi060.abncol (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:04.786 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:04 smithi060 bash[25939]: audit 2023-12-08T10:23:03.929762+0000 mon.smithi060 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.60:0/3268785387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:04.786 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:05.787 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:06.842 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:06 smithi105 bash[29464]: cluster 2023-12-08T10:23:05.491973+0000 mgr.smithi060.abncol (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:06.842 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:06 smithi105 bash[29464]: audit 2023-12-08T10:23:05.550720+0000 mon.smithi060 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:06.842 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:06 smithi105 bash[29464]: audit 2023-12-08T10:23:05.552354+0000 mon.smithi060 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:23:06.842 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:06 smithi105 bash[29464]: audit 2023-12-08T10:23:05.553703+0000 mon.smithi060 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:06.842 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:06 smithi105 bash[29464]: cephadm 2023-12-08T10:23:05.554757+0000 mgr.smithi060.abncol (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-12-08T10:23:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:06 smithi060 bash[25939]: cluster 2023-12-08T10:23:05.491973+0000 mgr.smithi060.abncol (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:06 smithi060 bash[25939]: audit 2023-12-08T10:23:05.550720+0000 mon.smithi060 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:06 smithi060 bash[25939]: audit 2023-12-08T10:23:05.552354+0000 mon.smithi060 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:23:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:06 smithi060 bash[25939]: audit 2023-12-08T10:23:05.553703+0000 mon.smithi060 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:06 smithi060 bash[25939]: cephadm 2023-12-08T10:23:05.554757+0000 mgr.smithi060.abncol (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-12-08T10:23:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:07 smithi105 bash[29464]: audit 2023-12-08T10:23:06.996188+0000 mon.smithi060 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:23:07.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:07 smithi105 bash[29464]: audit 2023-12-08T10:23:06.997671+0000 mon.smithi060 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:08.036 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:07 smithi060 bash[25939]: audit 2023-12-08T10:23:06.996188+0000 mon.smithi060 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:23:08.036 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:07 smithi060 bash[25939]: audit 2023-12-08T10:23:06.997671+0000 mon.smithi060 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:08.854 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:08 smithi105 bash[29464]: cephadm 2023-12-08T10:23:06.998948+0000 mgr.smithi060.abncol (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi060 2023-12-08T10:23:08.854 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:08 smithi105 bash[29464]: cluster 2023-12-08T10:23:07.492431+0000 mgr.smithi060.abncol (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:09.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:08 smithi060 bash[25939]: cephadm 2023-12-08T10:23:06.998948+0000 mgr.smithi060.abncol (mgr.14182) 50 : cephadm [INF] Deploying daemon osd.1 on smithi060 2023-12-08T10:23:09.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:08 smithi060 bash[25939]: cluster 2023-12-08T10:23:07.492431+0000 mgr.smithi060.abncol (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:10.162 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:10.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:10 smithi105 bash[29464]: cluster 2023-12-08T10:23:09.492883+0000 mgr.smithi060.abncol (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:10 smithi105 bash[29464]: audit 2023-12-08T10:23:10.158716+0000 mon.smithi060 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.60:0/2481597076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:10 smithi105 bash[29464]: audit 2023-12-08T10:23:10.192560+0000 mon.smithi060 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:10 smithi105 bash[29464]: audit 2023-12-08T10:23:10.194050+0000 mon.smithi060 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:23:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:10 smithi105 bash[29464]: audit 2023-12-08T10:23:10.195247+0000 mon.smithi060 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:11.000 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:10 smithi060 bash[25939]: cluster 2023-12-08T10:23:09.492883+0000 mgr.smithi060.abncol (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:11.000 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:10 smithi060 bash[25939]: audit 2023-12-08T10:23:10.158716+0000 mon.smithi060 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.60:0/2481597076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:11.000 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:10 smithi060 bash[25939]: audit 2023-12-08T10:23:10.192560+0000 mon.smithi060 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:11.000 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:10 smithi060 bash[25939]: audit 2023-12-08T10:23:10.194050+0000 mon.smithi060 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:23:11.000 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:10 smithi060 bash[25939]: audit 2023-12-08T10:23:10.195247+0000 mon.smithi060 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:11.001 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:11.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:11 smithi060 bash[25939]: cephadm 2023-12-08T10:23:10.196556+0000 mgr.smithi060.abncol (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-12-08T10:23:11.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:11 smithi105 bash[29464]: cephadm 2023-12-08T10:23:10.196556+0000 mgr.smithi060.abncol (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-12-08T10:23:12.002 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:12 smithi105 bash[29464]: cluster 2023-12-08T10:23:11.493331+0000 mgr.smithi060.abncol (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:12 smithi105 bash[29464]: audit 2023-12-08T10:23:12.317601+0000 mon.smithi060 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:12 smithi105 bash[29464]: audit 2023-12-08T10:23:12.318848+0000 mon.smithi060 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:23:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:12 smithi105 bash[29464]: audit 2023-12-08T10:23:12.319881+0000 mon.smithi060 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:12 smithi060 bash[25939]: cluster 2023-12-08T10:23:11.493331+0000 mgr.smithi060.abncol (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:12 smithi060 bash[25939]: audit 2023-12-08T10:23:12.317601+0000 mon.smithi060 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:12 smithi060 bash[25939]: audit 2023-12-08T10:23:12.318848+0000 mon.smithi060 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:23:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:12 smithi060 bash[25939]: audit 2023-12-08T10:23:12.319881+0000 mon.smithi060 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:13.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:13 smithi105 bash[29464]: cephadm 2023-12-08T10:23:12.320779+0000 mgr.smithi060.abncol (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi060 2023-12-08T10:23:13.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:13 smithi105 bash[29464]: audit 2023-12-08T10:23:13.540221+0000 mon.smithi060 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:23:13.859 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:13 smithi105 bash[29464]: audit 2023-12-08T10:23:13.541615+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:23:13.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:13 smithi060 bash[25939]: cephadm 2023-12-08T10:23:12.320779+0000 mgr.smithi060.abncol (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi060 2023-12-08T10:23:13.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:13 smithi060 bash[25939]: audit 2023-12-08T10:23:13.540221+0000 mon.smithi060 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:23:13.860 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:13 smithi060 bash[25939]: audit 2023-12-08T10:23:13.541615+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: cluster 2023-12-08T10:23:13.493824+0000 mgr.smithi060.abncol (mgr.14182) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.584856+0000 mon.smithi060 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: cluster 2023-12-08T10:23:13.584954+0000 mon.smithi060 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.585404+0000 mon.smithi060 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.586626+0000 mon.smithi060 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.587484+0000 mon.smithi060 (mon.0) 297 : 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-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.587899+0000 mon.smithi060 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.588012+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.588546+0000 mon.smithi060 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:14.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.588939+0000 mon.smithi060 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.589246+0000 mon.smithi060 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.589600+0000 mon.smithi060 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:14 smithi105 bash[29464]: audit 2023-12-08T10:23:13.589907+0000 mon.smithi060 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:14.877 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: cluster 2023-12-08T10:23:13.493824+0000 mgr.smithi060.abncol (mgr.14182) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.584856+0000 mon.smithi060 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: cluster 2023-12-08T10:23:13.584954+0000 mon.smithi060 (mon.0) 294 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.585404+0000 mon.smithi060 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.586626+0000 mon.smithi060 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.587484+0000 mon.smithi060 (mon.0) 297 : 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-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.587899+0000 mon.smithi060 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.588012+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.588546+0000 mon.smithi060 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.588939+0000 mon.smithi060 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.589246+0000 mon.smithi060 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.589600+0000 mon.smithi060 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:14.878 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:14 smithi060 bash[25939]: audit 2023-12-08T10:23:13.589907+0000 mon.smithi060 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.587087+0000 mon.smithi060 (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"]}]': finished 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: cluster 2023-12-08T10:23:14.587202+0000 mon.smithi060 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.587756+0000 mon.smithi060 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.588146+0000 mon.smithi060 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.588675+0000 mon.smithi060 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.589089+0000 mon.smithi060 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.596112+0000 mon.smithi060 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.597006+0000 mon.smithi060 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.597554+0000 mon.smithi060 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.598221+0000 mon.smithi060 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:15.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:14.598665+0000 mon.smithi060 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:15.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:15.415959+0000 mon.smithi060 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:15.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:15.417723+0000 mon.smithi060 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:23:15.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:15 smithi105 bash[29464]: audit 2023-12-08T10:23:15.419271+0000 mon.smithi060 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:16.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.587087+0000 mon.smithi060 (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"]}]': finished 2023-12-08T10:23:16.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: cluster 2023-12-08T10:23:14.587202+0000 mon.smithi060 (mon.0) 305 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:23:16.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.587756+0000 mon.smithi060 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.588146+0000 mon.smithi060 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.588675+0000 mon.smithi060 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.589089+0000 mon.smithi060 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.596112+0000 mon.smithi060 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.597006+0000 mon.smithi060 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.597554+0000 mon.smithi060 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.598221+0000 mon.smithi060 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:14.598665+0000 mon.smithi060 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:15.415959+0000 mon.smithi060 (mon.0) 315 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:15.417723+0000 mon.smithi060 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:23:16.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:15 smithi060 bash[25939]: audit 2023-12-08T10:23:15.419271+0000 mon.smithi060 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cluster 2023-12-08T10:23:14.564402+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cluster 2023-12-08T10:23:14.564471+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cephadm 2023-12-08T10:23:15.420681+0000 mgr.smithi060.abncol (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cluster 2023-12-08T10:23:15.494250+0000 mgr.smithi060.abncol (mgr.14182) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.599866+0000 mon.smithi060 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cluster 2023-12-08T10:23:15.603127+0000 mon.smithi060 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249] boot 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: cluster 2023-12-08T10:23:15.603166+0000 mon.smithi060 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.603330+0000 mon.smithi060 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.604036+0000 mon.smithi060 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.604457+0000 mon.smithi060 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.604868+0000 mon.smithi060 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.605246+0000 mon.smithi060 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:16.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.605679+0000 mon.smithi060 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:16.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.606099+0000 mon.smithi060 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:16.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:16 smithi105 bash[29464]: audit 2023-12-08T10:23:15.606489+0000 mon.smithi060 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:16.982 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cluster 2023-12-08T10:23:14.564402+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cluster 2023-12-08T10:23:14.564471+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cephadm 2023-12-08T10:23:15.420681+0000 mgr.smithi060.abncol (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cluster 2023-12-08T10:23:15.494250+0000 mgr.smithi060.abncol (mgr.14182) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.599866+0000 mon.smithi060 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cluster 2023-12-08T10:23:15.603127+0000 mon.smithi060 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.105:6800/149854249,v1:172.21.15.105:6801/149854249] boot 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: cluster 2023-12-08T10:23:15.603166+0000 mon.smithi060 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.603330+0000 mon.smithi060 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.604036+0000 mon.smithi060 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.604457+0000 mon.smithi060 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.604868+0000 mon.smithi060 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.605246+0000 mon.smithi060 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.605679+0000 mon.smithi060 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.606099+0000 mon.smithi060 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:16.983 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:16 smithi060 bash[25939]: audit 2023-12-08T10:23:15.606489+0000 mon.smithi060 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:17.432 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:17.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.429090+0000 mon.smithi060 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.60:0/1804669829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:17.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: cluster 2023-12-08T10:23:17.523804+0000 mon.smithi060 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.523964+0000 mon.smithi060 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.524246+0000 mon.smithi060 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.524464+0000 mon.smithi060 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.524654+0000 mon.smithi060 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.524853+0000 mon.smithi060 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.525035+0000 mon.smithi060 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:17.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:17 smithi105 bash[29464]: audit 2023-12-08T10:23:17.525220+0000 mon.smithi060 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.429090+0000 mon.smithi060 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.60:0/1804669829' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: cluster 2023-12-08T10:23:17.523804+0000 mon.smithi060 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.523964+0000 mon.smithi060 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.524246+0000 mon.smithi060 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.524464+0000 mon.smithi060 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.524654+0000 mon.smithi060 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.524853+0000 mon.smithi060 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:18.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.525035+0000 mon.smithi060 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:18.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:17 smithi060 bash[25939]: audit 2023-12-08T10:23:17.525220+0000 mon.smithi060 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:18.222 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1702030995,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:18.635 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:18 smithi060 bash[25939]: cluster 2023-12-08T10:23:17.494635+0000 mgr.smithi060.abncol (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:18.635 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:18 smithi060 bash[25939]: audit 2023-12-08T10:23:18.473303+0000 mon.smithi060 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:23:18.635 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:18 smithi060 bash[25939]: audit 2023-12-08T10:23:18.474869+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:23:18.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:18 smithi105 bash[29464]: cluster 2023-12-08T10:23:17.494635+0000 mgr.smithi060.abncol (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:18.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:18 smithi105 bash[29464]: audit 2023-12-08T10:23:18.473303+0000 mon.smithi060 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:23:18.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:18 smithi105 bash[29464]: audit 2023-12-08T10:23:18.474869+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:23:19.223 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.609429+0000 mon.smithi060 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: cluster 2023-12-08T10:23:18.609558+0000 mon.smithi060 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.610118+0000 mon.smithi060 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.610649+0000 mon.smithi060 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.611014+0000 mon.smithi060 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.611409+0000 mon.smithi060 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.613134+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.617343+0000 mon.smithi060 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.617649+0000 mon.smithi060 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:19.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.617949+0000 mon.smithi060 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.618156+0000 mon.smithi060 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.667374+0000 mon.smithi060 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.668429+0000 mon.smithi060 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:23:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: audit 2023-12-08T10:23:18.669562+0000 mon.smithi060 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:19 smithi105 bash[29464]: cephadm 2023-12-08T10:23:18.670739+0000 mgr.smithi060.abncol (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi060 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.609429+0000 mon.smithi060 (mon.0) 339 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: cluster 2023-12-08T10:23:18.609558+0000 mon.smithi060 (mon.0) 340 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.610118+0000 mon.smithi060 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.610649+0000 mon.smithi060 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.611014+0000 mon.smithi060 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.611409+0000 mon.smithi060 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.613134+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.617343+0000 mon.smithi060 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.617649+0000 mon.smithi060 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.617949+0000 mon.smithi060 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.618156+0000 mon.smithi060 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.667374+0000 mon.smithi060 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.668429+0000 mon.smithi060 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: audit 2023-12-08T10:23:18.669562+0000 mon.smithi060 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:19.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:19 smithi060 bash[25939]: cephadm 2023-12-08T10:23:18.670739+0000 mgr.smithi060.abncol (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi060 2023-12-08T10:23:20.670 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: cluster 2023-12-08T10:23:19.495227+0000 mgr.smithi060.abncol (mgr.14182) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:20.670 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.616691+0000 mon.smithi060 (mon.0) 352 : 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-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: cluster 2023-12-08T10:23:19.616767+0000 mon.smithi060 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.617384+0000 mon.smithi060 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.617990+0000 mon.smithi060 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.618446+0000 mon.smithi060 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.618947+0000 mon.smithi060 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.619915+0000 mon.smithi060 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.628045+0000 mon.smithi060 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.628940+0000 mon.smithi060 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:19.629432+0000 mon.smithi060 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:20.671 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:20 smithi060 bash[25939]: audit 2023-12-08T10:23:20.476741+0000 mon.smithi060 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:20.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: cluster 2023-12-08T10:23:19.495227+0000 mgr.smithi060.abncol (mgr.14182) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.616691+0000 mon.smithi060 (mon.0) 352 : 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-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: cluster 2023-12-08T10:23:19.616767+0000 mon.smithi060 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.617384+0000 mon.smithi060 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.617990+0000 mon.smithi060 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.618446+0000 mon.smithi060 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.618947+0000 mon.smithi060 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.619915+0000 mon.smithi060 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.628045+0000 mon.smithi060 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.628940+0000 mon.smithi060 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:19.629432+0000 mon.smithi060 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:20.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:20 smithi105 bash[29464]: audit 2023-12-08T10:23:20.476741+0000 mon.smithi060 (mon.0) 362 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:21.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: cluster 2023-12-08T10:23:19.438577+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:21.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: cluster 2023-12-08T10:23:19.438628+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:21.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.629520+0000 mon.smithi060 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: cluster 2023-12-08T10:23:20.634989+0000 mon.smithi060 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320] boot 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: cluster 2023-12-08T10:23:20.635052+0000 mon.smithi060 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.635225+0000 mon.smithi060 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.635754+0000 mon.smithi060 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.636085+0000 mon.smithi060 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.636417+0000 mon.smithi060 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:21.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.636674+0000 mon.smithi060 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:21.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.636944+0000 mon.smithi060 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:21.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.637219+0000 mon.smithi060 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:21.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:21 smithi105 bash[29464]: audit 2023-12-08T10:23:20.980566+0000 mon.smithi060 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:23:21.936 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: cluster 2023-12-08T10:23:19.438577+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:21.936 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: cluster 2023-12-08T10:23:19.438628+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:21.936 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.629520+0000 mon.smithi060 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: cluster 2023-12-08T10:23:20.634989+0000 mon.smithi060 (mon.0) 364 : cluster [INF] osd.2 [v2:172.21.15.105:6808/444088320,v1:172.21.15.105:6809/444088320] boot 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: cluster 2023-12-08T10:23:20.635052+0000 mon.smithi060 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.635225+0000 mon.smithi060 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.635754+0000 mon.smithi060 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.636085+0000 mon.smithi060 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.636417+0000 mon.smithi060 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:21.937 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.636674+0000 mon.smithi060 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:21.938 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.636944+0000 mon.smithi060 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:21.938 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.637219+0000 mon.smithi060 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:21.938 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:21 smithi060 bash[25939]: audit 2023-12-08T10:23:20.980566+0000 mon.smithi060 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:23:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: cluster 2023-12-08T10:23:21.495743+0000 mgr.smithi060.abncol (mgr.14182) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.637349+0000 mon.smithi060 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:23:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: cluster 2023-12-08T10:23:21.637488+0000 mon.smithi060 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-08T10:23:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.637934+0000 mon.smithi060 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.638396+0000 mon.smithi060 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.638753+0000 mon.smithi060 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.642823+0000 mon.smithi060 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.643174+0000 mon.smithi060 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.643435+0000 mon.smithi060 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:23.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:22 smithi060 bash[25939]: audit 2023-12-08T10:23:21.643683+0000 mon.smithi060 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:23.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: cluster 2023-12-08T10:23:21.495743+0000 mgr.smithi060.abncol (mgr.14182) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.637349+0000 mon.smithi060 (mon.0) 374 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: cluster 2023-12-08T10:23:21.637488+0000 mon.smithi060 (mon.0) 375 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.637934+0000 mon.smithi060 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.638396+0000 mon.smithi060 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.638753+0000 mon.smithi060 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.642823+0000 mon.smithi060 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.643174+0000 mon.smithi060 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.643435+0000 mon.smithi060 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:22 smithi105 bash[29464]: audit 2023-12-08T10:23:21.643683+0000 mon.smithi060 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:24.336 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:24.392 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.640900+0000 mon.smithi060 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:24.392 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: cluster 2023-12-08T10:23:22.641158+0000 mon.smithi060 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-08T10:23:24.392 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.642024+0000 mon.smithi060 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:24.392 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.642926+0000 mon.smithi060 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:24.392 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.648237+0000 mon.smithi060 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.649419+0000 mon.smithi060 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.649776+0000 mon.smithi060 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.649986+0000 mon.smithi060 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:22.651355+0000 mon.smithi060 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:23.159636+0000 mon.smithi060 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:23:24.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:24 smithi060 bash[25939]: audit 2023-12-08T10:23:23.160990+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:23:24.552 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.640900+0000 mon.smithi060 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:24.552 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: cluster 2023-12-08T10:23:22.641158+0000 mon.smithi060 (mon.0) 384 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-08T10:23:24.552 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.642024+0000 mon.smithi060 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:24.552 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.642926+0000 mon.smithi060 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.648237+0000 mon.smithi060 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.649419+0000 mon.smithi060 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.649776+0000 mon.smithi060 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.649986+0000 mon.smithi060 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:22.651355+0000 mon.smithi060 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:23.159636+0000 mon.smithi060 (mon.0) 392 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:23:24.553 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:24 smithi105 bash[29464]: audit 2023-12-08T10:23:23.160990+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:23:25.220 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:21.963469+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:25.220 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:21.963556+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:25.220 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:23.496242+0000 mgr.smithi060.abncol (mgr.14182) 63 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:23:25.220 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:23.649717+0000 mon.smithi060 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956] boot 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.649775+0000 mon.smithi060 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:23.649846+0000 mon.smithi060 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.650298+0000 mon.smithi060 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.650881+0000 mon.smithi060 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.651169+0000 mon.smithi060 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.651439+0000 mon.smithi060 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.651737+0000 mon.smithi060 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.651942+0000 mon.smithi060 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.652230+0000 mon.smithi060 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:23.655648+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.144697+0000 mon.smithi060 (mon.0) 403 : 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-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.332372+0000 mon.smithi060 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.60:0/3186598248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.653324+0000 mon.smithi060 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.653452+0000 mon.smithi060 (mon.0) 406 : 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-08T10:23:25.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: cluster 2023-12-08T10:23:24.653559+0000 mon.smithi060 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.654153+0000 mon.smithi060 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.654656+0000 mon.smithi060 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.655137+0000 mon.smithi060 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.655493+0000 mon.smithi060 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.655860+0000 mon.smithi060 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.656899+0000 mon.smithi060 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.660483+0000 mon.smithi060 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.955803+0000 mon.smithi060 (mon.0) 415 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.957149+0000 mon.smithi060 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:23:25.222 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:25 smithi060 bash[25939]: audit 2023-12-08T10:23:24.958342+0000 mon.smithi060 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:25.328 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1702031003,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:21.963469+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:21.963556+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:23.496242+0000 mgr.smithi060.abncol (mgr.14182) 63 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:23.649717+0000 mon.smithi060 (mon.0) 393 : cluster [INF] osd.1 [v2:172.21.15.60:6802/1443277956,v1:172.21.15.60:6803/1443277956] boot 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.649775+0000 mon.smithi060 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:23.649846+0000 mon.smithi060 (mon.0) 395 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T10:23:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.650298+0000 mon.smithi060 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.650881+0000 mon.smithi060 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.651169+0000 mon.smithi060 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.651439+0000 mon.smithi060 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.651737+0000 mon.smithi060 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.651942+0000 mon.smithi060 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.652230+0000 mon.smithi060 (mon.0) 402 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:23.655648+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.144697+0000 mon.smithi060 (mon.0) 403 : 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-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.332372+0000 mon.smithi060 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.60:0/3186598248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.653324+0000 mon.smithi060 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.653452+0000 mon.smithi060 (mon.0) 406 : 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-08T10:23:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: cluster 2023-12-08T10:23:24.653559+0000 mon.smithi060 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.654153+0000 mon.smithi060 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.654656+0000 mon.smithi060 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.655137+0000 mon.smithi060 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.655493+0000 mon.smithi060 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.655860+0000 mon.smithi060 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.656899+0000 mon.smithi060 (mon.0) 413 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.660483+0000 mon.smithi060 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.955803+0000 mon.smithi060 (mon.0) 415 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.957149+0000 mon.smithi060 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:23:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:25 smithi105 bash[29464]: audit 2023-12-08T10:23:24.958342+0000 mon.smithi060 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:26.329 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cluster 2023-12-08T10:23:24.109483+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cluster 2023-12-08T10:23:24.109568+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cephadm 2023-12-08T10:23:24.959369+0000 mgr.smithi060.abncol (mgr.14182) 64 : cephadm [INF] Deploying daemon osd.7 on smithi060 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cluster 2023-12-08T10:23:25.496788+0000 mgr.smithi060.abncol (mgr.14182) 65 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.656739+0000 mon.smithi060 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cluster 2023-12-08T10:23:25.656915+0000 mon.smithi060 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512] boot 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: cluster 2023-12-08T10:23:25.656999+0000 mon.smithi060 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.657361+0000 mon.smithi060 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.657945+0000 mon.smithi060 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:26.950 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.658218+0000 mon.smithi060 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:26.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.658476+0000 mon.smithi060 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:26.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:26 smithi060 bash[25939]: audit 2023-12-08T10:23:25.658669+0000 mon.smithi060 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:27.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cluster 2023-12-08T10:23:24.109483+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cluster 2023-12-08T10:23:24.109568+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cephadm 2023-12-08T10:23:24.959369+0000 mgr.smithi060.abncol (mgr.14182) 64 : cephadm [INF] Deploying daemon osd.7 on smithi060 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cluster 2023-12-08T10:23:25.496788+0000 mgr.smithi060.abncol (mgr.14182) 65 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.656739+0000 mon.smithi060 (mon.0) 418 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cluster 2023-12-08T10:23:25.656915+0000 mon.smithi060 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.105:6816/1826999512,v1:172.21.15.105:6817/1826999512] boot 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: cluster 2023-12-08T10:23:25.656999+0000 mon.smithi060 (mon.0) 420 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.657361+0000 mon.smithi060 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.657945+0000 mon.smithi060 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.658218+0000 mon.smithi060 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.658476+0000 mon.smithi060 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:26 smithi105 bash[29464]: audit 2023-12-08T10:23:25.658669+0000 mon.smithi060 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:27.744 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: cluster 2023-12-08T10:23:26.666411+0000 mon.smithi060 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:26.666541+0000 mon.smithi060 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:26.666798+0000 mon.smithi060 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:26.667037+0000 mon.smithi060 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:26.667221+0000 mon.smithi060 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:27.537583+0000 mon.smithi060 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:23:27.745 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:27 smithi105 bash[29464]: audit 2023-12-08T10:23:27.539142+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: cluster 2023-12-08T10:23:26.666411+0000 mon.smithi060 (mon.0) 426 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:26.666541+0000 mon.smithi060 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:26.666798+0000 mon.smithi060 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:26.667037+0000 mon.smithi060 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:26.667221+0000 mon.smithi060 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:27.537583+0000 mon.smithi060 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:23:27.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:27 smithi060 bash[25939]: audit 2023-12-08T10:23:27.539142+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:23:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: cluster 2023-12-08T10:23:27.497282+0000 mgr.smithi060.abncol (mgr.14182) 66 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:23:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.677718+0000 mon.smithi060 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:23:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: cluster 2023-12-08T10:23:27.677904+0000 mon.smithi060 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T10:23:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.678161+0000 mon.smithi060 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:28.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.678759+0000 mon.smithi060 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:28.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.679091+0000 mon.smithi060 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:28.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.679558+0000 mon.smithi060 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:28.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.679898+0000 mon.smithi060 (mon.0) 438 : 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-08T10:23:28.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:27.681070+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:28.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:28 smithi060 bash[25939]: audit 2023-12-08T10:23:28.203847+0000 mon.smithi060 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:23:28.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: cluster 2023-12-08T10:23:27.497282+0000 mgr.smithi060.abncol (mgr.14182) 66 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:23:28.977 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.677718+0000 mon.smithi060 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: cluster 2023-12-08T10:23:27.677904+0000 mon.smithi060 (mon.0) 433 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.678161+0000 mon.smithi060 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.678759+0000 mon.smithi060 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.679091+0000 mon.smithi060 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.679558+0000 mon.smithi060 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.679898+0000 mon.smithi060 (mon.0) 438 : 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-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:27.681070+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-08T10:23:28.978 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:28 smithi105 bash[29464]: audit 2023-12-08T10:23:28.203847+0000 mon.smithi060 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:23:30.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.679015+0000 mon.smithi060 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-12-08T10:23:30.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.679132+0000 mon.smithi060 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:23:30.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: cluster 2023-12-08T10:23:28.679208+0000 mon.smithi060 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.679681+0000 mon.smithi060 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.680044+0000 mon.smithi060 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.680280+0000 mon.smithi060 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.680555+0000 mon.smithi060 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.680761+0000 mon.smithi060 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:28.690809+0000 mon.smithi060 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:29.682058+0000 mon.smithi060 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: cluster 2023-12-08T10:23:29.682217+0000 mon.smithi060 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743] boot 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: cluster 2023-12-08T10:23:29.682294+0000 mon.smithi060 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:29.682587+0000 mon.smithi060 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:30.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:29 smithi060 bash[25939]: audit 2023-12-08T10:23:29.683428+0000 mon.smithi060 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.679015+0000 mon.smithi060 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.679132+0000 mon.smithi060 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: cluster 2023-12-08T10:23:28.679208+0000 mon.smithi060 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.679681+0000 mon.smithi060 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.680044+0000 mon.smithi060 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.680280+0000 mon.smithi060 (mon.0) 445 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.680555+0000 mon.smithi060 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.680761+0000 mon.smithi060 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:28.690809+0000 mon.smithi060 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:29.682058+0000 mon.smithi060 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: cluster 2023-12-08T10:23:29.682217+0000 mon.smithi060 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.105:6824/3260196743,v1:172.21.15.105:6825/3260196743] boot 2023-12-08T10:23:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: cluster 2023-12-08T10:23:29.682294+0000 mon.smithi060 (mon.0) 451 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T10:23:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:29.682587+0000 mon.smithi060 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:29 smithi105 bash[29464]: audit 2023-12-08T10:23:29.683428+0000 mon.smithi060 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: cluster 2023-12-08T10:23:28.550842+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: cluster 2023-12-08T10:23:28.550938+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: cluster 2023-12-08T10:23:29.497820+0000 mgr.smithi060.abncol (mgr.14182) 67 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: audit 2023-12-08T10:23:29.684437+0000 mon.smithi060 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: audit 2023-12-08T10:23:29.685655+0000 mon.smithi060 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: audit 2023-12-08T10:23:29.691056+0000 mon.smithi060 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: audit 2023-12-08T10:23:30.372915+0000 mon.smithi060 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:31.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:30 smithi060 bash[25939]: audit 2023-12-08T10:23:30.687880+0000 mon.smithi060 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:31.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: cluster 2023-12-08T10:23:28.550842+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: cluster 2023-12-08T10:23:28.550938+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: cluster 2023-12-08T10:23:29.497820+0000 mgr.smithi060.abncol (mgr.14182) 67 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: audit 2023-12-08T10:23:29.684437+0000 mon.smithi060 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: audit 2023-12-08T10:23:29.685655+0000 mon.smithi060 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: audit 2023-12-08T10:23:29.691056+0000 mon.smithi060 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: audit 2023-12-08T10:23:30.372915+0000 mon.smithi060 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:30 smithi105 bash[29464]: audit 2023-12-08T10:23:30.687880+0000 mon.smithi060 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: cluster 2023-12-08T10:23:29.179016+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: cluster 2023-12-08T10:23:29.179087+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: cluster 2023-12-08T10:23:30.693397+0000 mon.smithi060 (mon.0) 459 : cluster [INF] osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558] boot 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: cluster 2023-12-08T10:23:30.693472+0000 mon.smithi060 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: audit 2023-12-08T10:23:30.694524+0000 mon.smithi060 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:31.841 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: audit 2023-12-08T10:23:30.695651+0000 mon.smithi060 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:31.842 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: audit 2023-12-08T10:23:30.696269+0000 mon.smithi060 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:31.842 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: cluster 2023-12-08T10:23:31.527721+0000 mon.smithi060 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T10:23:31.842 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: audit 2023-12-08T10:23:31.528361+0000 mon.smithi060 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:31.842 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:31 smithi060 bash[25939]: audit 2023-12-08T10:23:31.529277+0000 mon.smithi060 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:32.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: cluster 2023-12-08T10:23:29.179016+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: cluster 2023-12-08T10:23:29.179087+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: cluster 2023-12-08T10:23:30.693397+0000 mon.smithi060 (mon.0) 459 : cluster [INF] osd.3 [v2:172.21.15.60:6810/982537558,v1:172.21.15.60:6811/982537558] boot 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: cluster 2023-12-08T10:23:30.693472+0000 mon.smithi060 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: audit 2023-12-08T10:23:30.694524+0000 mon.smithi060 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: audit 2023-12-08T10:23:30.695651+0000 mon.smithi060 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: audit 2023-12-08T10:23:30.696269+0000 mon.smithi060 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: cluster 2023-12-08T10:23:31.527721+0000 mon.smithi060 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: audit 2023-12-08T10:23:31.528361+0000 mon.smithi060 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:31 smithi105 bash[29464]: audit 2023-12-08T10:23:31.529277+0000 mon.smithi060 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:32.172 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: cluster 2023-12-08T10:23:31.498403+0000 mgr.smithi060.abncol (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: audit 2023-12-08T10:23:31.877351+0000 mon.smithi060 (mon.0) 467 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: audit 2023-12-08T10:23:32.168970+0000 mon.smithi060 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.60:0/397245531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: cluster 2023-12-08T10:23:32.537348+0000 mon.smithi060 (mon.0) 469 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: audit 2023-12-08T10:23:32.537680+0000 mon.smithi060 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:32 smithi060 bash[25939]: audit 2023-12-08T10:23:32.538511+0000 mon.smithi060 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:33.067 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1702031010,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:33.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: cluster 2023-12-08T10:23:31.498403+0000 mgr.smithi060.abncol (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:23:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: audit 2023-12-08T10:23:31.877351+0000 mon.smithi060 (mon.0) 467 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: audit 2023-12-08T10:23:32.168970+0000 mon.smithi060 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.60:0/397245531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: cluster 2023-12-08T10:23:32.537348+0000 mon.smithi060 (mon.0) 469 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T10:23:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: audit 2023-12-08T10:23:32.537680+0000 mon.smithi060 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:32 smithi105 bash[29464]: audit 2023-12-08T10:23:32.538511+0000 mon.smithi060 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:34.068 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:35.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:34 smithi060 bash[25939]: cluster 2023-12-08T10:23:33.498887+0000 mgr.smithi060.abncol (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:23:35.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:34 smithi060 bash[25939]: audit 2023-12-08T10:23:34.188948+0000 mon.smithi060 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:23:35.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:34 smithi105 bash[29464]: cluster 2023-12-08T10:23:33.498887+0000 mgr.smithi060.abncol (mgr.14182) 69 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:23:35.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:34 smithi105 bash[29464]: audit 2023-12-08T10:23:34.188948+0000 mon.smithi060 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:23:36.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:35 smithi060 bash[25939]: audit 2023-12-08T10:23:34.717808+0000 mon.smithi060 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:23:36.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:35 smithi060 bash[25939]: cluster 2023-12-08T10:23:34.717976+0000 mon.smithi060 (mon.0) 474 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T10:23:36.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:35 smithi060 bash[25939]: audit 2023-12-08T10:23:34.718834+0000 mon.smithi060 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:36.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:35 smithi060 bash[25939]: audit 2023-12-08T10:23:34.719610+0000 mon.smithi060 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:36.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:35 smithi060 bash[25939]: audit 2023-12-08T10:23:34.722661+0000 mon.smithi060 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:36.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:35 smithi105 bash[29464]: audit 2023-12-08T10:23:34.717808+0000 mon.smithi060 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:23:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:35 smithi105 bash[29464]: cluster 2023-12-08T10:23:34.717976+0000 mon.smithi060 (mon.0) 474 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T10:23:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:35 smithi105 bash[29464]: audit 2023-12-08T10:23:34.718834+0000 mon.smithi060 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:35 smithi105 bash[29464]: audit 2023-12-08T10:23:34.719610+0000 mon.smithi060 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:35 smithi105 bash[29464]: audit 2023-12-08T10:23:34.722661+0000 mon.smithi060 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: cluster 2023-12-08T10:23:35.499441+0000 mgr.smithi060.abncol (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-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: audit 2023-12-08T10:23:35.727476+0000 mon.smithi060 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: cluster 2023-12-08T10:23:35.727622+0000 mon.smithi060 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: audit 2023-12-08T10:23:35.728277+0000 mon.smithi060 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: audit 2023-12-08T10:23:35.728669+0000 mon.smithi060 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:37.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:36 smithi060 bash[25939]: audit 2023-12-08T10:23:35.736706+0000 mon.smithi060 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:37.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: cluster 2023-12-08T10:23:35.499441+0000 mgr.smithi060.abncol (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-08T10:23:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: audit 2023-12-08T10:23:35.727476+0000 mon.smithi060 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: cluster 2023-12-08T10:23:35.727622+0000 mon.smithi060 (mon.0) 479 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-08T10:23:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: audit 2023-12-08T10:23:35.728277+0000 mon.smithi060 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: audit 2023-12-08T10:23:35.728669+0000 mon.smithi060 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:36 smithi105 bash[29464]: audit 2023-12-08T10:23:35.736706+0000 mon.smithi060 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: cluster 2023-12-08T10:23:35.236332+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: cluster 2023-12-08T10:23:35.236427+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: audit 2023-12-08T10:23:36.736558+0000 mon.smithi060 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: cluster 2023-12-08T10:23:36.741001+0000 mon.smithi060 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685] boot 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: cluster 2023-12-08T10:23:36.741039+0000 mon.smithi060 (mon.0) 485 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: audit 2023-12-08T10:23:36.741508+0000 mon.smithi060 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:37 smithi060 bash[25939]: audit 2023-12-08T10:23:36.742042+0000 mon.smithi060 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:38.038 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:38.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: cluster 2023-12-08T10:23:35.236332+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: cluster 2023-12-08T10:23:35.236427+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: audit 2023-12-08T10:23:36.736558+0000 mon.smithi060 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: cluster 2023-12-08T10:23:36.741001+0000 mon.smithi060 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.60:6818/1973568685,v1:172.21.15.60:6819/1973568685] boot 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: cluster 2023-12-08T10:23:36.741039+0000 mon.smithi060 (mon.0) 485 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: audit 2023-12-08T10:23:36.741508+0000 mon.smithi060 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:23:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:37 smithi105 bash[29464]: audit 2023-12-08T10:23:36.742042+0000 mon.smithi060 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:38.685 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1702031016,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:39.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:38 smithi060 bash[25939]: cluster 2023-12-08T10:23:37.500149+0000 mgr.smithi060.abncol (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:23:39.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:38 smithi060 bash[25939]: cluster 2023-12-08T10:23:37.751408+0000 mon.smithi060 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T10:23:39.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:38 smithi060 bash[25939]: audit 2023-12-08T10:23:37.751629+0000 mon.smithi060 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:39.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:38 smithi060 bash[25939]: audit 2023-12-08T10:23:38.035085+0000 mon.smithi060 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.60:0/2780255569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:39.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:38 smithi105 bash[29464]: cluster 2023-12-08T10:23:37.500149+0000 mgr.smithi060.abncol (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:23:39.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:38 smithi105 bash[29464]: cluster 2023-12-08T10:23:37.751408+0000 mon.smithi060 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T10:23:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:38 smithi105 bash[29464]: audit 2023-12-08T10:23:37.751629+0000 mon.smithi060 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:38 smithi105 bash[29464]: audit 2023-12-08T10:23:38.035085+0000 mon.smithi060 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.60:0/2780255569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:39.686 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:23:40.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:39 smithi060 bash[25939]: audit 2023-12-08T10:23:39.696971+0000 mon.smithi060 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:23:40.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:39 smithi105 bash[29464]: audit 2023-12-08T10:23:39.696971+0000 mon.smithi060 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:23:41.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:40 smithi105 bash[29464]: cluster 2023-12-08T10:23:39.500803+0000 mgr.smithi060.abncol (mgr.14182) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:23:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:40 smithi105 bash[29464]: audit 2023-12-08T10:23:39.761866+0000 mon.smithi060 (mon.0) 492 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:23:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:40 smithi105 bash[29464]: cluster 2023-12-08T10:23:39.762014+0000 mon.smithi060 (mon.0) 493 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T10:23:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:40 smithi105 bash[29464]: audit 2023-12-08T10:23:39.762249+0000 mon.smithi060 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:40 smithi105 bash[29464]: audit 2023-12-08T10:23:39.762630+0000 mon.smithi060 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:41.218 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:40 smithi060 bash[25939]: cluster 2023-12-08T10:23:39.500803+0000 mgr.smithi060.abncol (mgr.14182) 72 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:23:41.218 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:40 smithi060 bash[25939]: audit 2023-12-08T10:23:39.761866+0000 mon.smithi060 (mon.0) 492 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:23:41.218 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:40 smithi060 bash[25939]: cluster 2023-12-08T10:23:39.762014+0000 mon.smithi060 (mon.0) 493 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T10:23:41.218 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:40 smithi060 bash[25939]: audit 2023-12-08T10:23:39.762249+0000 mon.smithi060 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:41.218 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:40 smithi060 bash[25939]: audit 2023-12-08T10:23:39.762630+0000 mon.smithi060 (mon.0) 495 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: audit 2023-12-08T10:23:40.763849+0000 mon.smithi060 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: cluster 2023-12-08T10:23:40.763977+0000 mon.smithi060 (mon.0) 497 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: audit 2023-12-08T10:23:40.765298+0000 mon.smithi060 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: audit 2023-12-08T10:23:40.773362+0000 mon.smithi060 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: cluster 2023-12-08T10:23:41.530685+0000 mon.smithi060 (mon.0) 500 : cluster [INF] osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456] boot 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: cluster 2023-12-08T10:23:41.530731+0000 mon.smithi060 (mon.0) 501 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:23:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:41 smithi105 bash[29464]: audit 2023-12-08T10:23:41.531108+0000 mon.smithi060 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:42.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: audit 2023-12-08T10:23:40.763849+0000 mon.smithi060 (mon.0) 496 : audit [INF] from='osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: cluster 2023-12-08T10:23:40.763977+0000 mon.smithi060 (mon.0) 497 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: audit 2023-12-08T10:23:40.765298+0000 mon.smithi060 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: audit 2023-12-08T10:23:40.773362+0000 mon.smithi060 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: cluster 2023-12-08T10:23:41.530685+0000 mon.smithi060 (mon.0) 500 : cluster [INF] osd.7 [v2:172.21.15.60:6826/2577910456,v1:172.21.15.60:6827/2577910456] boot 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: cluster 2023-12-08T10:23:41.530731+0000 mon.smithi060 (mon.0) 501 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:23:42.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:41 smithi060 bash[25939]: audit 2023-12-08T10:23:41.531108+0000 mon.smithi060 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:23:43.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:42 smithi105 bash[29464]: cluster 2023-12-08T10:23:40.659779+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:42 smithi105 bash[29464]: cluster 2023-12-08T10:23:40.659878+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:42 smithi105 bash[29464]: cluster 2023-12-08T10:23:41.501565+0000 mgr.smithi060.abncol (mgr.14182) 73 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:23:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:42 smithi105 bash[29464]: cluster 2023-12-08T10:23:42.540913+0000 mon.smithi060 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:23:43.137 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:42 smithi060 bash[25939]: cluster 2023-12-08T10:23:40.659779+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:23:43.137 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:42 smithi060 bash[25939]: cluster 2023-12-08T10:23:40.659878+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:23:43.138 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:42 smithi060 bash[25939]: cluster 2023-12-08T10:23:41.501565+0000 mgr.smithi060.abncol (mgr.14182) 73 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:23:43.138 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:42 smithi060 bash[25939]: cluster 2023-12-08T10:23:42.540913+0000 mon.smithi060 (mon.0) 503 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:23:43.864 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:23:44.721 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1702031021,"num_in_osds":8,"osd_in_since":1702030972,"num_remapped_pgs":0} 2023-12-08T10:23:44.722 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T10:23:44.722 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:23:44.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:44 smithi105 bash[29464]: cluster 2023-12-08T10:23:43.502283+0000 mgr.smithi060.abncol (mgr.14182) 74 : cluster [DBG] pgmap v86: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:44.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:44 smithi105 bash[29464]: cluster 2023-12-08T10:23:43.540355+0000 mon.smithi060 (mon.0) 504 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:23:44.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:44 smithi105 bash[29464]: audit 2023-12-08T10:23:43.861490+0000 mon.smithi060 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.60:0/3935650951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:44 smithi060 bash[25939]: cluster 2023-12-08T10:23:43.502283+0000 mgr.smithi060.abncol (mgr.14182) 74 : cluster [DBG] pgmap v86: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:44 smithi060 bash[25939]: cluster 2023-12-08T10:23:43.540355+0000 mon.smithi060 (mon.0) 504 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:23:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:44 smithi060 bash[25939]: audit 2023-12-08T10:23:43.861490+0000 mon.smithi060 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.60:0/3935650951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:23:46.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: audit 2023-12-08T10:23:44.775312+0000 mon.smithi060 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: cephadm 2023-12-08T10:23:44.776512+0000 mgr.smithi060.abncol (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi060 (unknown last config time)... 2023-12-08T10:23:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: audit 2023-12-08T10:23:44.776879+0000 mon.smithi060 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:23:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: audit 2023-12-08T10:23:44.777820+0000 mon.smithi060 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:23:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: audit 2023-12-08T10:23:44.778747+0000 mon.smithi060 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:45 smithi105 bash[29464]: cephadm 2023-12-08T10:23:44.779691+0000 mgr.smithi060.abncol (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2023-12-08T10:23:46.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: audit 2023-12-08T10:23:44.775312+0000 mon.smithi060 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:46.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: cephadm 2023-12-08T10:23:44.776512+0000 mgr.smithi060.abncol (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi060 (unknown last config time)... 2023-12-08T10:23:46.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: audit 2023-12-08T10:23:44.776879+0000 mon.smithi060 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:23:46.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: audit 2023-12-08T10:23:44.777820+0000 mon.smithi060 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:23:46.210 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: audit 2023-12-08T10:23:44.778747+0000 mon.smithi060 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:46.211 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:45 smithi060 bash[25939]: cephadm 2023-12-08T10:23:44.779691+0000 mgr.smithi060.abncol (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2023-12-08T10:23:47.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:46 smithi105 bash[29464]: cluster 2023-12-08T10:23:45.502951+0000 mgr.smithi060.abncol (mgr.14182) 77 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:47.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:46 smithi060 bash[25939]: cluster 2023-12-08T10:23:45.502951+0000 mgr.smithi060.abncol (mgr.14182) 77 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:48.761 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: audit 2023-12-08T10:23:47.440701+0000 mon.smithi060 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:48.761 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: cephadm 2023-12-08T10:23:47.441849+0000 mgr.smithi060.abncol (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi060.abncol (unknown last config time)... 2023-12-08T10:23:48.761 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: audit 2023-12-08T10:23:47.442349+0000 mon.smithi060 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.abncol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:23:48.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: audit 2023-12-08T10:23:47.443884+0000 mon.smithi060 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:23:48.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: audit 2023-12-08T10:23:47.445062+0000 mon.smithi060 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:48.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: cephadm 2023-12-08T10:23:47.446130+0000 mgr.smithi060.abncol (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi060.abncol on smithi060 2023-12-08T10:23:48.762 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:48 smithi060 bash[25939]: cluster 2023-12-08T10:23:47.503511+0000 mgr.smithi060.abncol (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:48.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: audit 2023-12-08T10:23:47.440701+0000 mon.smithi060 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: cephadm 2023-12-08T10:23:47.441849+0000 mgr.smithi060.abncol (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi060.abncol (unknown last config time)... 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: audit 2023-12-08T10:23:47.442349+0000 mon.smithi060 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.abncol", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: audit 2023-12-08T10:23:47.443884+0000 mon.smithi060 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: audit 2023-12-08T10:23:47.445062+0000 mon.smithi060 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: cephadm 2023-12-08T10:23:47.446130+0000 mgr.smithi060.abncol (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi060.abncol on smithi060 2023-12-08T10:23:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:48 smithi105 bash[29464]: cluster 2023-12-08T10:23:47.503511+0000 mgr.smithi060.abncol (mgr.14182) 80 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:49.123 INFO:teuthology.orchestra.run.smithi060.stdout:[client.0] 2023-12-08T10:23:49.124 INFO:teuthology.orchestra.run.smithi060.stdout: key = AQC17nJlZjrWBhAAAkwHarMFoENOJG4n4r8wgQ== 2023-12-08T10:23:49.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:49 smithi060 bash[25939]: audit 2023-12-08T10:23:49.114340+0000 mon.smithi060 (mon.0) 514 : audit [INF] from='client.? 172.21.15.60:0/3454438780' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:23:49.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:49 smithi060 bash[25939]: audit 2023-12-08T10:23:49.121043+0000 mon.smithi060 (mon.0) 515 : audit [INF] from='client.? 172.21.15.60:0/3454438780' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:23:49.826 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:23:49.826 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T10:23:49.826 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T10:23:49.839 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:23:49.852 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:49 smithi105 bash[29464]: audit 2023-12-08T10:23:49.114340+0000 mon.smithi060 (mon.0) 514 : audit [INF] from='client.? 172.21.15.60:0/3454438780' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:23:49.852 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:49 smithi105 bash[29464]: audit 2023-12-08T10:23:49.121043+0000 mon.smithi060 (mon.0) 515 : audit [INF] from='client.? 172.21.15.60:0/3454438780' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:23:50.905 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:50 smithi060 bash[25939]: cluster 2023-12-08T10:23:49.504144+0000 mgr.smithi060.abncol (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:50.905 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:50 smithi060 bash[25939]: audit 2023-12-08T10:23:49.653614+0000 mon.smithi060 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:50.905 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:50 smithi060 bash[25939]: cephadm 2023-12-08T10:23:49.655464+0000 mgr.smithi060.abncol (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi060 (dependencies changed)... 2023-12-08T10:23:50.905 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:50 smithi060 bash[25939]: cephadm 2023-12-08T10:23:49.669097+0000 mgr.smithi060.abncol (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi060 on smithi060 2023-12-08T10:23:50.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:50 smithi105 bash[29464]: cluster 2023-12-08T10:23:49.504144+0000 mgr.smithi060.abncol (mgr.14182) 81 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:50.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:50 smithi105 bash[29464]: audit 2023-12-08T10:23:49.653614+0000 mon.smithi060 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:50.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:50 smithi105 bash[29464]: cephadm 2023-12-08T10:23:49.655464+0000 mgr.smithi060.abncol (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi060 (dependencies changed)... 2023-12-08T10:23:50.932 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:50 smithi105 bash[29464]: cephadm 2023-12-08T10:23:49.669097+0000 mgr.smithi060.abncol (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi060 on smithi060 2023-12-08T10:23:52.674 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:52 smithi060 bash[25939]: cluster 2023-12-08T10:23:51.504697+0000 mgr.smithi060.abncol (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:52.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:52 smithi105 bash[29464]: cluster 2023-12-08T10:23:51.504697+0000 mgr.smithi060.abncol (mgr.14182) 84 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:53.003 INFO:teuthology.orchestra.run.smithi105.stdout:[client.1] 2023-12-08T10:23:53.003 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQC47nJliEs4OxAA0nr60c34674PW7DC0A9FdQ== 2023-12-08T10:23:53.594 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:23:53.594 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T10:23:53.594 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T10:23:53.661 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:23:53.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:53 smithi105 bash[29464]: audit 2023-12-08T10:23:52.993135+0000 mon.smithi060 (mon.0) 517 : 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-08T10:23:53.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:53 smithi105 bash[29464]: audit 2023-12-08T10:23:52.993326+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/2883760803' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:23:53.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:53 smithi105 bash[29464]: audit 2023-12-08T10:23:53.000621+0000 mon.smithi060 (mon.0) 518 : 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-08T10:23:53.934 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:53 smithi060 bash[25939]: audit 2023-12-08T10:23:52.993135+0000 mon.smithi060 (mon.0) 517 : 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-08T10:23:53.934 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:53 smithi060 bash[25939]: audit 2023-12-08T10:23:52.993326+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/2883760803' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:23:53.934 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:53 smithi060 bash[25939]: audit 2023-12-08T10:23:53.000621+0000 mon.smithi060 (mon.0) 518 : 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-08T10:23:55.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:54 smithi060 bash[25939]: cluster 2023-12-08T10:23:53.505348+0000 mgr.smithi060.abncol (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:55.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:54 smithi060 bash[25939]: audit 2023-12-08T10:23:54.043425+0000 mon.smithi060 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:55.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:54 smithi060 bash[25939]: audit 2023-12-08T10:23:54.044751+0000 mon.smithi060 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:23:55.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:54 smithi060 bash[25939]: audit 2023-12-08T10:23:54.046168+0000 mon.smithi060 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:55.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:54 smithi105 bash[29464]: cluster 2023-12-08T10:23:53.505348+0000 mgr.smithi060.abncol (mgr.14182) 85 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:54 smithi105 bash[29464]: audit 2023-12-08T10:23:54.043425+0000 mon.smithi060 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:54 smithi105 bash[29464]: audit 2023-12-08T10:23:54.044751+0000 mon.smithi060 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:23:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:54 smithi105 bash[29464]: audit 2023-12-08T10:23:54.046168+0000 mon.smithi060 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:23:55.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:55 smithi060 bash[25939]: cephadm 2023-12-08T10:23:54.044268+0000 mgr.smithi060.abncol (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2023-12-08T10:23:55.770 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:55 smithi060 bash[25939]: cephadm 2023-12-08T10:23:54.047261+0000 mgr.smithi060.abncol (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2023-12-08T10:23:56.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:55 smithi105 bash[29464]: cephadm 2023-12-08T10:23:54.044268+0000 mgr.smithi060.abncol (mgr.14182) 86 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2023-12-08T10:23:56.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:55 smithi105 bash[29464]: cephadm 2023-12-08T10:23:54.047261+0000 mgr.smithi060.abncol (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2023-12-08T10:23:57.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:56 smithi060 bash[25939]: cluster 2023-12-08T10:23:55.505876+0000 mgr.smithi060.abncol (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:57.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:56 smithi060 bash[25939]: audit 2023-12-08T10:23:56.400876+0000 mon.smithi060 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:57.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:56 smithi105 bash[29464]: cluster 2023-12-08T10:23:55.505876+0000 mgr.smithi060.abncol (mgr.14182) 88 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:57.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:56 smithi105 bash[29464]: audit 2023-12-08T10:23:56.400876+0000 mon.smithi060 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:23:57.754 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:57 smithi060 bash[25939]: cephadm 2023-12-08T10:23:56.402589+0000 mgr.smithi060.abncol (mgr.14182) 89 : cephadm [INF] Reconfiguring grafana.smithi060 (dependencies changed)... 2023-12-08T10:23:57.754 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:57 smithi060 bash[25939]: cephadm 2023-12-08T10:23:56.450752+0000 mgr.smithi060.abncol (mgr.14182) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi060 on smithi060 2023-12-08T10:23:58.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:57 smithi105 bash[29464]: cephadm 2023-12-08T10:23:56.402589+0000 mgr.smithi060.abncol (mgr.14182) 89 : cephadm [INF] Reconfiguring grafana.smithi060 (dependencies changed)... 2023-12-08T10:23:58.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:57 smithi105 bash[29464]: cephadm 2023-12-08T10:23:56.450752+0000 mgr.smithi060.abncol (mgr.14182) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi060 on smithi060 2023-12-08T10:23:58.993 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:23:58 smithi060 bash[25939]: cluster 2023-12-08T10:23:57.506451+0000 mgr.smithi060.abncol (mgr.14182) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:59.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:23:58 smithi105 bash[29464]: cluster 2023-12-08T10:23:57.506451+0000 mgr.smithi060.abncol (mgr.14182) 91 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:23:59.511 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:01.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:00 smithi060 bash[25939]: cluster 2023-12-08T10:23:59.507075+0000 mgr.smithi060.abncol (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:01.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:00 smithi105 bash[29464]: cluster 2023-12-08T10:23:59.507075+0000 mgr.smithi060.abncol (mgr.14182) 92 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: audit 2023-12-08T10:24:01.237973+0000 mon.smithi060 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: cephadm 2023-12-08T10:24:01.239239+0000 mgr.smithi060.abncol (mgr.14182) 93 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: audit 2023-12-08T10:24:01.239671+0000 mon.smithi060 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: audit 2023-12-08T10:24:01.241061+0000 mon.smithi060 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: cephadm 2023-12-08T10:24:01.242205+0000 mgr.smithi060.abncol (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-12-08T10:24:02.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:02 smithi060 bash[25939]: cluster 2023-12-08T10:24:01.507694+0000 mgr.smithi060.abncol (mgr.14182) 95 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: audit 2023-12-08T10:24:01.237973+0000 mon.smithi060 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: cephadm 2023-12-08T10:24:01.239239+0000 mgr.smithi060.abncol (mgr.14182) 93 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: audit 2023-12-08T10:24:01.239671+0000 mon.smithi060 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: audit 2023-12-08T10:24:01.241061+0000 mon.smithi060 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: cephadm 2023-12-08T10:24:01.242205+0000 mgr.smithi060.abncol (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-12-08T10:24:02.550 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:02 smithi105 bash[29464]: cluster 2023-12-08T10:24:01.507694+0000 mgr.smithi060.abncol (mgr.14182) 95 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:03.440 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:24:03.440 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":41,"fsid":"397dbe7e-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:19:44.819142+0000","modified":"2023-12-08T10:23:43.535491+0000","last_up_change":"2023-12-08T10:23:41.523714+0000","last_in_change":"2023-12-08T10:22:52.018449+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:23:24.130127+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2c755dae-721c-44de-992c-13c12a2731ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6801","nonce":149854249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6803","nonce":149854249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6807","nonce":149854249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6805","nonce":149854249}]},"public_addr":"172.21.15.105:6801/149854249","cluster_addr":"172.21.15.105:6803/149854249","heartbeat_back_addr":"172.21.15.105:6807/149854249","heartbeat_front_addr":"172.21.15.105:6805/149854249","state":["exists","up"]},{"osd":1,"uuid":"e8105bb7-9e3f-45d6-a26c-91586d258db0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6803","nonce":1443277956}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6805","nonce":1443277956}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6809","nonce":1443277956}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6807","nonce":1443277956}]},"public_addr":"172.21.15.60:6803/1443277956","cluster_addr":"172.21.15.60:6805/1443277956","heartbeat_back_addr":"172.21.15.60:6809/1443277956","heartbeat_front_addr":"172.21.15.60:6807/1443277956","state":["exists","up"]},{"osd":2,"uuid":"78d093fb-f889-494d-b1cf-51d81ce4d1bf","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":444088320},{"type":"v1","addr":"172.21.15.105:6809","nonce":444088320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6811","nonce":444088320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6815","nonce":444088320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6813","nonce":444088320}]},"public_addr":"172.21.15.105:6809/444088320","cluster_addr":"172.21.15.105:6811/444088320","heartbeat_back_addr":"172.21.15.105:6815/444088320","heartbeat_front_addr":"172.21.15.105:6813/444088320","state":["exists","up"]},{"osd":3,"uuid":"8f18da1c-ec28-4e79-990e-a7750b915cbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6811","nonce":982537558}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6813","nonce":982537558}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6817","nonce":982537558}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6815","nonce":982537558}]},"public_addr":"172.21.15.60:6811/982537558","cluster_addr":"172.21.15.60:6813/982537558","heartbeat_back_addr":"172.21.15.60:6817/982537558","heartbeat_front_addr":"172.21.15.60:6815/982537558","state":["exists","up"]},{"osd":4,"uuid":"f8d48a86-7388-4e54-8c33-661ed7774baf","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":1826999512},{"type":"v1","addr":"172.21.15.105:6817","nonce":1826999512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6819","nonce":1826999512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6823","nonce":1826999512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6821","nonce":1826999512}]},"public_addr":"172.21.15.105:6817/1826999512","cluster_addr":"172.21.15.105:6819/1826999512","heartbeat_back_addr":"172.21.15.105:6823/1826999512","heartbeat_front_addr":"172.21.15.105:6821/1826999512","state":["exists","up"]},{"osd":5,"uuid":"ee5b35e6-3b31-43cc-8f18-216607c63a30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6819","nonce":1973568685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6821","nonce":1973568685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6825","nonce":1973568685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6823","nonce":1973568685}]},"public_addr":"172.21.15.60:6819/1973568685","cluster_addr":"172.21.15.60:6821/1973568685","heartbeat_back_addr":"172.21.15.60:6825/1973568685","heartbeat_front_addr":"172.21.15.60:6823/1973568685","state":["exists","up"]},{"osd":6,"uuid":"83f13e43-8812-4e50-8d9d-25d3e0f57cbf","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":3260196743},{"type":"v1","addr":"172.21.15.105:6825","nonce":3260196743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6827","nonce":3260196743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6831","nonce":3260196743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6829","nonce":3260196743}]},"public_addr":"172.21.15.105:6825/3260196743","cluster_addr":"172.21.15.105:6827/3260196743","heartbeat_back_addr":"172.21.15.105:6831/3260196743","heartbeat_front_addr":"172.21.15.105:6829/3260196743","state":["exists","up"]},{"osd":7,"uuid":"a6c9182c-1996-478d-a1b4-141b4aaa9106","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6827","nonce":2577910456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6829","nonce":2577910456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6833","nonce":2577910456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6831","nonce":2577910456}]},"public_addr":"172.21.15.60:6827/2577910456","cluster_addr":"172.21.15.60:6829/2577910456","heartbeat_back_addr":"172.21.15.60:6833/2577910456","heartbeat_front_addr":"172.21.15.60:6831/2577910456","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-08T10:23:14.564474+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-08T10:23:21.963561+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-08T10:23:19.438630+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-08T10:23:29.179091+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-08T10:23:24.109573+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-08T10:23:35.236433+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-08T10:23:28.550946+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-08T10:23:40.659883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2752814051":"2023-12-09T10:21:49.468444+0000","172.21.15.60:6801/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3438317607":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3774007480":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6800/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:0/957103113":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:0/1598275774":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/2343240629":"2023-12-09T10:20:12.989007+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-08T10:24:04.114 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T10:23:24.130127+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T10:24:04.114 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T10:24:04.232 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: audit 2023-12-08T10:24:03.068983+0000 mon.smithi060 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: cephadm 2023-12-08T10:24:03.070358+0000 mgr.smithi060.abncol (mgr.14182) 96 : cephadm [INF] Reconfiguring mgr.smithi105.gcxhaw (monmap changed)... 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: audit 2023-12-08T10:24:03.070944+0000 mon.smithi060 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.gcxhaw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: audit 2023-12-08T10:24:03.072443+0000 mon.smithi060 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: audit 2023-12-08T10:24:03.073808+0000 mon.smithi060 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: cephadm 2023-12-08T10:24:03.075004+0000 mgr.smithi060.abncol (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi105.gcxhaw on smithi105 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: audit 2023-12-08T10:24:03.435824+0000 mon.smithi060 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.60:0/785319135' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:04.233 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:04 smithi105 bash[29464]: cluster 2023-12-08T10:24:03.508193+0000 mgr.smithi060.abncol (mgr.14182) 98 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: audit 2023-12-08T10:24:03.068983+0000 mon.smithi060 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: cephadm 2023-12-08T10:24:03.070358+0000 mgr.smithi060.abncol (mgr.14182) 96 : cephadm [INF] Reconfiguring mgr.smithi105.gcxhaw (monmap changed)... 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: audit 2023-12-08T10:24:03.070944+0000 mon.smithi060 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.gcxhaw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: audit 2023-12-08T10:24:03.072443+0000 mon.smithi060 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: audit 2023-12-08T10:24:03.073808+0000 mon.smithi060 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: cephadm 2023-12-08T10:24:03.075004+0000 mgr.smithi060.abncol (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi105.gcxhaw on smithi105 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: audit 2023-12-08T10:24:03.435824+0000 mon.smithi060 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.60:0/785319135' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:04.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:04 smithi060 bash[25939]: cluster 2023-12-08T10:24:03.508193+0000 mgr.smithi060.abncol (mgr.14182) 98 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: audit 2023-12-08T10:24:04.772303+0000 mon.smithi060 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: cephadm 2023-12-08T10:24:04.773625+0000 mgr.smithi060.abncol (mgr.14182) 99 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: audit 2023-12-08T10:24:04.774158+0000 mon.smithi060 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: audit 2023-12-08T10:24:04.775969+0000 mon.smithi060 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: audit 2023-12-08T10:24:04.777564+0000 mon.smithi060 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:06.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:05 smithi060 bash[25939]: cephadm 2023-12-08T10:24:04.779051+0000 mgr.smithi060.abncol (mgr.14182) 100 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: audit 2023-12-08T10:24:04.772303+0000 mon.smithi060 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: cephadm 2023-12-08T10:24:04.773625+0000 mgr.smithi060.abncol (mgr.14182) 99 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: audit 2023-12-08T10:24:04.774158+0000 mon.smithi060 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: audit 2023-12-08T10:24:04.775969+0000 mon.smithi060 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: audit 2023-12-08T10:24:04.777564+0000 mon.smithi060 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:05 smithi105 bash[29464]: cephadm 2023-12-08T10:24:04.779051+0000 mgr.smithi060.abncol (mgr.14182) 100 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: cluster 2023-12-08T10:24:05.508754+0000 mgr.smithi060.abncol (mgr.14182) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.459772+0000 mon.smithi060 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.468992+0000 mon.smithi060 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.472359+0000 mon.smithi060 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.479562+0000 mon.smithi060 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.491323+0000 mon.smithi060 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.501533+0000 mon.smithi060 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:24:07.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.510548+0000 mon.smithi060 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.521441+0000 mon.smithi060 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:24:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.526796+0000 mon.smithi060 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:24:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.534919+0000 mon.smithi060 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:06 smithi060 bash[25939]: audit 2023-12-08T10:24:06.546781+0000 mon.smithi060 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:07.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: cluster 2023-12-08T10:24:05.508754+0000 mgr.smithi060.abncol (mgr.14182) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.459772+0000 mon.smithi060 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.468992+0000 mon.smithi060 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.472359+0000 mon.smithi060 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.479562+0000 mon.smithi060 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.491323+0000 mon.smithi060 (mon.0) 539 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.501533+0000 mon.smithi060 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.510548+0000 mon.smithi060 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.521441+0000 mon.smithi060 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.526796+0000 mon.smithi060 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.534919+0000 mon.smithi060 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:06 smithi105 bash[29464]: audit 2023-12-08T10:24:06.546781+0000 mon.smithi060 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.469969+0000 mgr.smithi060.abncol (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.473174+0000 mgr.smithi060.abncol (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.491965+0000 mgr.smithi060.abncol (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.502297+0000 mgr.smithi060.abncol (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.522077+0000 mgr.smithi060.abncol (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:24:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:07 smithi105 bash[29464]: audit 2023-12-08T10:24:06.527429+0000 mgr.smithi060.abncol (mgr.14182) 107 : 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-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.469969+0000 mgr.smithi060.abncol (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.473174+0000 mgr.smithi060.abncol (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.491965+0000 mgr.smithi060.abncol (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.502297+0000 mgr.smithi060.abncol (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi060.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.522077+0000 mgr.smithi060.abncol (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:24:08.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:07 smithi060 bash[25939]: audit 2023-12-08T10:24:06.527429+0000 mgr.smithi060.abncol (mgr.14182) 107 : 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-08T10:24:08.964 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:09.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:08 smithi105 bash[29464]: cluster 2023-12-08T10:24:07.509398+0000 mgr.smithi060.abncol (mgr.14182) 108 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:09.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:08 smithi060 bash[25939]: cluster 2023-12-08T10:24:07.509398+0000 mgr.smithi060.abncol (mgr.14182) 108 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:11.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:10 smithi105 bash[29464]: cluster 2023-12-08T10:24:09.509955+0000 mgr.smithi060.abncol (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:11.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:10 smithi060 bash[25939]: cluster 2023-12-08T10:24:09.509955+0000 mgr.smithi060.abncol (mgr.14182) 109 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:11.950 INFO:teuthology.orchestra.run.smithi060.stdout:pg_num: 1 2023-12-08T10:24:12.548 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T10:24:12.548 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T10:24:12.548 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T10:24:13.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:12 smithi105 bash[29464]: cluster 2023-12-08T10:24:11.510437+0000 mgr.smithi060.abncol (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:12 smithi105 bash[29464]: audit 2023-12-08T10:24:11.947911+0000 mon.smithi060 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.60:0/2554484802' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:24:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:12 smithi105 bash[29464]: audit 2023-12-08T10:24:12.306075+0000 mon.smithi060 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:12 smithi105 bash[29464]: audit 2023-12-08T10:24:12.385772+0000 mon.smithi060 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:13.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:12 smithi060 bash[25939]: cluster 2023-12-08T10:24:11.510437+0000 mgr.smithi060.abncol (mgr.14182) 110 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:13.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:12 smithi060 bash[25939]: audit 2023-12-08T10:24:11.947911+0000 mon.smithi060 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.60:0/2554484802' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:24:13.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:12 smithi060 bash[25939]: audit 2023-12-08T10:24:12.306075+0000 mon.smithi060 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:13.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:12 smithi060 bash[25939]: audit 2023-12-08T10:24:12.385772+0000 mon.smithi060 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:15.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:14 smithi105 bash[29464]: cluster 2023-12-08T10:24:13.511066+0000 mgr.smithi060.abncol (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:15.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:14 smithi060 bash[25939]: cluster 2023-12-08T10:24:13.511066+0000 mgr.smithi060.abncol (mgr.14182) 111 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:17.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:16 smithi105 bash[29464]: cluster 2023-12-08T10:24:15.511674+0000 mgr.smithi060.abncol (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:17.167 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:17.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:16 smithi060 bash[25939]: cluster 2023-12-08T10:24:15.511674+0000 mgr.smithi060.abncol (mgr.14182) 112 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:19.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:18 smithi060 bash[25939]: cluster 2023-12-08T10:24:17.512333+0000 mgr.smithi060.abncol (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:19.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:18 smithi105 bash[29464]: cluster 2023-12-08T10:24:17.512333+0000 mgr.smithi060.abncol (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:21.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:20 smithi060 bash[25939]: cluster 2023-12-08T10:24:19.512900+0000 mgr.smithi060.abncol (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:21.100 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:24:21.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:20 smithi105 bash[29464]: cluster 2023-12-08T10:24:19.512900+0000 mgr.smithi060.abncol (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:21.835 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi060.abncol","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2409565060},{"type":"v1","addr":"172.21.15.60:6801","nonce":2409565060}]},"active_addr":"172.21.15.60:6801/2409565060","active_change":"2023-12-08T10:21:49.468626+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi105.gcxhaw","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.60:8443/","prometheus":"http://172.21.15.60: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.60:0","nonce":2760200770}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.60:0","nonce":3164774444}]}]} 2023-12-08T10:24:21.840 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T10:24:21.840 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T10:24:21.841 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:24:22.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:21 smithi105 bash[29464]: audit 2023-12-08T10:24:21.089012+0000 mon.smithi060 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.60:0/3494538280' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:24:22.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:21 smithi060 bash[25939]: audit 2023-12-08T10:24:21.089012+0000 mon.smithi060 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.60:0/3494538280' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:24:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: cluster 2023-12-08T10:24:21.513582+0000 mgr.smithi060.abncol (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.040923+0000 mon.smithi060 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.325619+0000 mon.smithi060 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.327760+0000 mon.smithi060 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.329485+0000 mon.smithi060 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.331111+0000 mon.smithi060 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:22 smithi105 bash[29464]: audit 2023-12-08T10:24:22.339353+0000 mon.smithi060 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:23.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: cluster 2023-12-08T10:24:21.513582+0000 mgr.smithi060.abncol (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.040923+0000 mon.smithi060 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.325619+0000 mon.smithi060 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.327760+0000 mon.smithi060 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.329485+0000 mon.smithi060 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.331111+0000 mon.smithi060 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:23.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:22 smithi060 bash[25939]: audit 2023-12-08T10:24:22.339353+0000 mon.smithi060 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: cephadm 2023-12-08T10:24:22.032253+0000 mgr.smithi060.abncol (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi105 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: cephadm 2023-12-08T10:24:22.332233+0000 mgr.smithi060.abncol (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.360378+0000 mon.smithi060 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.661996+0000 mon.smithi060 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.664385+0000 mon.smithi060 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.665869+0000 mon.smithi060 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.667277+0000 mon.smithi060 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.668721+0000 mon.smithi060 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.676910+0000 mon.smithi060 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.678892+0000 mon.smithi060 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.680348+0000 mon.smithi060 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.688465+0000 mon.smithi060 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.696081+0000 mon.smithi060 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.702833+0000 mon.smithi060 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.704315+0000 mon.smithi060 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.704744+0000 mon.smithi060 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:23 smithi105 bash[29464]: audit 2023-12-08T10:24:23.705389+0000 mon.smithi060 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: cephadm 2023-12-08T10:24:22.032253+0000 mgr.smithi060.abncol (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi105 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: cephadm 2023-12-08T10:24:22.332233+0000 mgr.smithi060.abncol (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.360378+0000 mon.smithi060 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.661996+0000 mon.smithi060 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.664385+0000 mon.smithi060 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.665869+0000 mon.smithi060 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.667277+0000 mon.smithi060 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.668721+0000 mon.smithi060 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.676910+0000 mon.smithi060 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.678892+0000 mon.smithi060 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.680348+0000 mon.smithi060 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.688465+0000 mon.smithi060 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.696081+0000 mon.smithi060 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.702833+0000 mon.smithi060 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.704315+0000 mon.smithi060 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.704744+0000 mon.smithi060 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:24.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:23 smithi060 bash[25939]: audit 2023-12-08T10:24:23.705389+0000 mon.smithi060 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:25.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:24 smithi105 bash[29464]: cephadm 2023-12-08T10:24:23.347320+0000 mgr.smithi060.abncol (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi060 2023-12-08T10:24:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:24 smithi105 bash[29464]: cluster 2023-12-08T10:24:23.514357+0000 mgr.smithi060.abncol (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:24 smithi105 bash[29464]: cephadm 2023-12-08T10:24:23.669839+0000 mgr.smithi060.abncol (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3530M 2023-12-08T10:24:25.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:24 smithi060 bash[25939]: cephadm 2023-12-08T10:24:23.347320+0000 mgr.smithi060.abncol (mgr.14182) 118 : cephadm [INF] Detected new or changed devices on smithi060 2023-12-08T10:24:25.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:24 smithi060 bash[25939]: cluster 2023-12-08T10:24:23.514357+0000 mgr.smithi060.abncol (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:25.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:24 smithi060 bash[25939]: cephadm 2023-12-08T10:24:23.669839+0000 mgr.smithi060.abncol (mgr.14182) 120 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3530M 2023-12-08T10:24:26.679 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:27.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:26 smithi105 bash[29464]: cluster 2023-12-08T10:24:25.515055+0000 mgr.smithi060.abncol (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:27.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:26 smithi060 bash[25939]: cluster 2023-12-08T10:24:25.515055+0000 mgr.smithi060.abncol (mgr.14182) 121 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:29.112 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:28 smithi060 bash[25939]: cluster 2023-12-08T10:24:27.515754+0000 mgr.smithi060.abncol (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:29.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:28 smithi105 bash[29464]: cluster 2023-12-08T10:24:27.515754+0000 mgr.smithi060.abncol (mgr.14182) 122 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:30.851 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:24:30.852 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":41,"fsid":"397dbe7e-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:19:44.819142+0000","modified":"2023-12-08T10:23:43.535491+0000","last_up_change":"2023-12-08T10:23:41.523714+0000","last_in_change":"2023-12-08T10:22:52.018449+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:23:24.130127+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2c755dae-721c-44de-992c-13c12a2731ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6801","nonce":149854249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6803","nonce":149854249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6807","nonce":149854249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6805","nonce":149854249}]},"public_addr":"172.21.15.105:6801/149854249","cluster_addr":"172.21.15.105:6803/149854249","heartbeat_back_addr":"172.21.15.105:6807/149854249","heartbeat_front_addr":"172.21.15.105:6805/149854249","state":["exists","up"]},{"osd":1,"uuid":"e8105bb7-9e3f-45d6-a26c-91586d258db0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6803","nonce":1443277956}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6805","nonce":1443277956}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6809","nonce":1443277956}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6807","nonce":1443277956}]},"public_addr":"172.21.15.60:6803/1443277956","cluster_addr":"172.21.15.60:6805/1443277956","heartbeat_back_addr":"172.21.15.60:6809/1443277956","heartbeat_front_addr":"172.21.15.60:6807/1443277956","state":["exists","up"]},{"osd":2,"uuid":"78d093fb-f889-494d-b1cf-51d81ce4d1bf","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":444088320},{"type":"v1","addr":"172.21.15.105:6809","nonce":444088320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6811","nonce":444088320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6815","nonce":444088320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6813","nonce":444088320}]},"public_addr":"172.21.15.105:6809/444088320","cluster_addr":"172.21.15.105:6811/444088320","heartbeat_back_addr":"172.21.15.105:6815/444088320","heartbeat_front_addr":"172.21.15.105:6813/444088320","state":["exists","up"]},{"osd":3,"uuid":"8f18da1c-ec28-4e79-990e-a7750b915cbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6811","nonce":982537558}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6813","nonce":982537558}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6817","nonce":982537558}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6815","nonce":982537558}]},"public_addr":"172.21.15.60:6811/982537558","cluster_addr":"172.21.15.60:6813/982537558","heartbeat_back_addr":"172.21.15.60:6817/982537558","heartbeat_front_addr":"172.21.15.60:6815/982537558","state":["exists","up"]},{"osd":4,"uuid":"f8d48a86-7388-4e54-8c33-661ed7774baf","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":1826999512},{"type":"v1","addr":"172.21.15.105:6817","nonce":1826999512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6819","nonce":1826999512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6823","nonce":1826999512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6821","nonce":1826999512}]},"public_addr":"172.21.15.105:6817/1826999512","cluster_addr":"172.21.15.105:6819/1826999512","heartbeat_back_addr":"172.21.15.105:6823/1826999512","heartbeat_front_addr":"172.21.15.105:6821/1826999512","state":["exists","up"]},{"osd":5,"uuid":"ee5b35e6-3b31-43cc-8f18-216607c63a30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6819","nonce":1973568685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6821","nonce":1973568685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6825","nonce":1973568685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6823","nonce":1973568685}]},"public_addr":"172.21.15.60:6819/1973568685","cluster_addr":"172.21.15.60:6821/1973568685","heartbeat_back_addr":"172.21.15.60:6825/1973568685","heartbeat_front_addr":"172.21.15.60:6823/1973568685","state":["exists","up"]},{"osd":6,"uuid":"83f13e43-8812-4e50-8d9d-25d3e0f57cbf","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":3260196743},{"type":"v1","addr":"172.21.15.105:6825","nonce":3260196743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6827","nonce":3260196743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6831","nonce":3260196743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6829","nonce":3260196743}]},"public_addr":"172.21.15.105:6825/3260196743","cluster_addr":"172.21.15.105:6827/3260196743","heartbeat_back_addr":"172.21.15.105:6831/3260196743","heartbeat_front_addr":"172.21.15.105:6829/3260196743","state":["exists","up"]},{"osd":7,"uuid":"a6c9182c-1996-478d-a1b4-141b4aaa9106","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6827","nonce":2577910456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6829","nonce":2577910456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6833","nonce":2577910456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6831","nonce":2577910456}]},"public_addr":"172.21.15.60:6827/2577910456","cluster_addr":"172.21.15.60:6829/2577910456","heartbeat_back_addr":"172.21.15.60:6833/2577910456","heartbeat_front_addr":"172.21.15.60:6831/2577910456","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-08T10:23:14.564474+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-08T10:23:21.963561+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-08T10:23:19.438630+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-08T10:23:29.179091+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-08T10:23:24.109573+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-08T10:23:35.236433+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-08T10:23:28.550946+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-08T10:23:40.659883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2752814051":"2023-12-09T10:21:49.468444+0000","172.21.15.60:6801/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3438317607":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3774007480":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6800/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:0/957103113":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:0/1598275774":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/2343240629":"2023-12-09T10:20:12.989007+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-08T10:24:31.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:30 smithi105 bash[29464]: cluster 2023-12-08T10:24:29.516409+0000 mgr.smithi060.abncol (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:31.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:30 smithi060 bash[25939]: cluster 2023-12-08T10:24:29.516409+0000 mgr.smithi060.abncol (mgr.14182) 123 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:31.636 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T10:24:31.636 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:24:32.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:31 smithi060 bash[25939]: audit 2023-12-08T10:24:30.847848+0000 mon.smithi060 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.60:0/2417254139' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:32.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:31 smithi105 bash[29464]: audit 2023-12-08T10:24:30.847848+0000 mon.smithi060 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.60:0/2417254139' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:33.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:32 smithi060 bash[25939]: cluster 2023-12-08T10:24:31.517129+0000 mgr.smithi060.abncol (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:33.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:32 smithi105 bash[29464]: cluster 2023-12-08T10:24:31.517129+0000 mgr.smithi060.abncol (mgr.14182) 124 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:35.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:34 smithi105 bash[29464]: cluster 2023-12-08T10:24:33.517694+0000 mgr.smithi060.abncol (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:35.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:34 smithi060 bash[25939]: cluster 2023-12-08T10:24:33.517694+0000 mgr.smithi060.abncol (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:35 smithi105 bash[29464]: cluster 2023-12-08T10:24:35.518227+0000 mgr.smithi060.abncol (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:36.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:35 smithi060 bash[25939]: cluster 2023-12-08T10:24:35.518227+0000 mgr.smithi060.abncol (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:36.858 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:38.845 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:38 smithi105 bash[29464]: cluster 2023-12-08T10:24:37.518896+0000 mgr.smithi060.abncol (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:39.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:38 smithi060 bash[25939]: cluster 2023-12-08T10:24:37.518896+0000 mgr.smithi060.abncol (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:40.563 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:24:40.563 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":41,"fsid":"397dbe7e-95b3-11ee-95a3-87774f69a715","created":"2023-12-08T10:19:44.819142+0000","modified":"2023-12-08T10:23:43.535491+0000","last_up_change":"2023-12-08T10:23:41.523714+0000","last_in_change":"2023-12-08T10:22:52.018449+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T10:23:24.130127+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2c755dae-721c-44de-992c-13c12a2731ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6800","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6801","nonce":149854249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6803","nonce":149854249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6807","nonce":149854249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":149854249},{"type":"v1","addr":"172.21.15.105:6805","nonce":149854249}]},"public_addr":"172.21.15.105:6801/149854249","cluster_addr":"172.21.15.105:6803/149854249","heartbeat_back_addr":"172.21.15.105:6807/149854249","heartbeat_front_addr":"172.21.15.105:6805/149854249","state":["exists","up"]},{"osd":1,"uuid":"e8105bb7-9e3f-45d6-a26c-91586d258db0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6803","nonce":1443277956}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6805","nonce":1443277956}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6809","nonce":1443277956}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1443277956},{"type":"v1","addr":"172.21.15.60:6807","nonce":1443277956}]},"public_addr":"172.21.15.60:6803/1443277956","cluster_addr":"172.21.15.60:6805/1443277956","heartbeat_back_addr":"172.21.15.60:6809/1443277956","heartbeat_front_addr":"172.21.15.60:6807/1443277956","state":["exists","up"]},{"osd":2,"uuid":"78d093fb-f889-494d-b1cf-51d81ce4d1bf","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":444088320},{"type":"v1","addr":"172.21.15.105:6809","nonce":444088320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6811","nonce":444088320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6815","nonce":444088320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":444088320},{"type":"v1","addr":"172.21.15.105:6813","nonce":444088320}]},"public_addr":"172.21.15.105:6809/444088320","cluster_addr":"172.21.15.105:6811/444088320","heartbeat_back_addr":"172.21.15.105:6815/444088320","heartbeat_front_addr":"172.21.15.105:6813/444088320","state":["exists","up"]},{"osd":3,"uuid":"8f18da1c-ec28-4e79-990e-a7750b915cbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6811","nonce":982537558}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6813","nonce":982537558}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6817","nonce":982537558}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":982537558},{"type":"v1","addr":"172.21.15.60:6815","nonce":982537558}]},"public_addr":"172.21.15.60:6811/982537558","cluster_addr":"172.21.15.60:6813/982537558","heartbeat_back_addr":"172.21.15.60:6817/982537558","heartbeat_front_addr":"172.21.15.60:6815/982537558","state":["exists","up"]},{"osd":4,"uuid":"f8d48a86-7388-4e54-8c33-661ed7774baf","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":1826999512},{"type":"v1","addr":"172.21.15.105:6817","nonce":1826999512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6819","nonce":1826999512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6823","nonce":1826999512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":1826999512},{"type":"v1","addr":"172.21.15.105:6821","nonce":1826999512}]},"public_addr":"172.21.15.105:6817/1826999512","cluster_addr":"172.21.15.105:6819/1826999512","heartbeat_back_addr":"172.21.15.105:6823/1826999512","heartbeat_front_addr":"172.21.15.105:6821/1826999512","state":["exists","up"]},{"osd":5,"uuid":"ee5b35e6-3b31-43cc-8f18-216607c63a30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6819","nonce":1973568685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6821","nonce":1973568685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6825","nonce":1973568685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":1973568685},{"type":"v1","addr":"172.21.15.60:6823","nonce":1973568685}]},"public_addr":"172.21.15.60:6819/1973568685","cluster_addr":"172.21.15.60:6821/1973568685","heartbeat_back_addr":"172.21.15.60:6825/1973568685","heartbeat_front_addr":"172.21.15.60:6823/1973568685","state":["exists","up"]},{"osd":6,"uuid":"83f13e43-8812-4e50-8d9d-25d3e0f57cbf","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":3260196743},{"type":"v1","addr":"172.21.15.105:6825","nonce":3260196743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6827","nonce":3260196743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6831","nonce":3260196743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":3260196743},{"type":"v1","addr":"172.21.15.105:6829","nonce":3260196743}]},"public_addr":"172.21.15.105:6825/3260196743","cluster_addr":"172.21.15.105:6827/3260196743","heartbeat_back_addr":"172.21.15.105:6831/3260196743","heartbeat_front_addr":"172.21.15.105:6829/3260196743","state":["exists","up"]},{"osd":7,"uuid":"a6c9182c-1996-478d-a1b4-141b4aaa9106","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6827","nonce":2577910456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6829","nonce":2577910456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6832","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6833","nonce":2577910456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":2577910456},{"type":"v1","addr":"172.21.15.60:6831","nonce":2577910456}]},"public_addr":"172.21.15.60:6827/2577910456","cluster_addr":"172.21.15.60:6829/2577910456","heartbeat_back_addr":"172.21.15.60:6833/2577910456","heartbeat_front_addr":"172.21.15.60:6831/2577910456","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-08T10:23:14.564474+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-08T10:23:21.963561+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-08T10:23:19.438630+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-08T10:23:29.179091+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-08T10:23:24.109573+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-08T10:23:35.236433+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-08T10:23:28.550946+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-08T10:23:40.659883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.60:0/2752814051":"2023-12-09T10:21:49.468444+0000","172.21.15.60:6801/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3438317607":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/3774007480":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6800/3906822438":"2023-12-09T10:20:52.789018+0000","172.21.15.60:0/957103113":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:0/1598275774":"2023-12-09T10:20:52.789018+0000","172.21.15.60:6801/845976710":"2023-12-09T10:20:12.989007+0000","172.21.15.60:6800/2839734214":"2023-12-09T10:21:49.468444+0000","172.21.15.60:0/2343240629":"2023-12-09T10:20:12.989007+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-08T10:24:40.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:40 smithi105 bash[29464]: cluster 2023-12-08T10:24:39.519469+0000 mgr.smithi060.abncol (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:41.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:40 smithi060 bash[25939]: cluster 2023-12-08T10:24:39.519469+0000 mgr.smithi060.abncol (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:41.474 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T10:24:41.769 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:41 smithi060 bash[25939]: audit 2023-12-08T10:24:40.560569+0000 mon.smithi060 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.60:0/347420366' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:41.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:41 smithi105 bash[29464]: audit 2023-12-08T10:24:40.560569+0000 mon.smithi060 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.60:0/347420366' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:24:42.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:42 smithi105 bash[29464]: cluster 2023-12-08T10:24:41.519936+0000 mgr.smithi060.abncol (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:43.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:42 smithi060 bash[25939]: cluster 2023-12-08T10:24:41.519936+0000 mgr.smithi060.abncol (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:44.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:44 smithi105 bash[29464]: cluster 2023-12-08T10:24:43.520612+0000 mgr.smithi060.abncol (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:45.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:44 smithi060 bash[25939]: cluster 2023-12-08T10:24:43.520612+0000 mgr.smithi060.abncol (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:46.334 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:46.865 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:46 smithi105 bash[29464]: cluster 2023-12-08T10:24:45.521321+0000 mgr.smithi060.abncol (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:47.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:46 smithi060 bash[25939]: cluster 2023-12-08T10:24:45.521321+0000 mgr.smithi060.abncol (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:48 smithi105 bash[29464]: cluster 2023-12-08T10:24:47.522083+0000 mgr.smithi060.abncol (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:49.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:48 smithi060 bash[25939]: cluster 2023-12-08T10:24:47.522083+0000 mgr.smithi060.abncol (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:51.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:50 smithi060 bash[25939]: cluster 2023-12-08T10:24:49.522742+0000 mgr.smithi060.abncol (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:51.063 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:50 smithi060 bash[25939]: audit 2023-12-08T10:24:49.800917+0000 mon.smithi060 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:51.064 INFO:teuthology.orchestra.run.smithi060.stdout:68719476758 2023-12-08T10:24:51.065 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T10:24:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:50 smithi105 bash[29464]: cluster 2023-12-08T10:24:49.522742+0000 mgr.smithi060.abncol (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:50 smithi105 bash[29464]: audit 2023-12-08T10:24:49.800917+0000 mon.smithi060 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:52 smithi105 bash[29464]: cluster 2023-12-08T10:24:51.523265+0000 mgr.smithi060.abncol (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:52 smithi105 bash[29464]: audit 2023-12-08T10:24:52.577910+0000 mon.smithi060 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:52 smithi105 bash[29464]: audit 2023-12-08T10:24:52.584003+0000 mon.smithi060 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:53.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:52 smithi060 bash[25939]: cluster 2023-12-08T10:24:51.523265+0000 mgr.smithi060.abncol (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:53.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:52 smithi060 bash[25939]: audit 2023-12-08T10:24:52.577910+0000 mon.smithi060 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:53.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:52 smithi060 bash[25939]: audit 2023-12-08T10:24:52.584003+0000 mon.smithi060 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:24:55.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:54 smithi105 bash[29464]: cluster 2023-12-08T10:24:53.523891+0000 mgr.smithi060.abncol (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:55.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:54 smithi060 bash[25939]: cluster 2023-12-08T10:24:53.523891+0000 mgr.smithi060.abncol (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:56.134 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:24:57.112 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:56 smithi060 bash[25939]: cluster 2023-12-08T10:24:55.524455+0000 mgr.smithi060.abncol (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:57.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:56 smithi105 bash[29464]: cluster 2023-12-08T10:24:55.524455+0000 mgr.smithi060.abncol (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: cluster 2023-12-08T10:24:57.524946+0000 mgr.smithi060.abncol (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.376518+0000 mon.smithi060 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.463497+0000 mon.smithi060 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.465405+0000 mon.smithi060 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:59.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.467253+0000 mon.smithi060 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:24:59.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.476000+0000 mon.smithi060 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:24:58 smithi060 bash[25939]: audit 2023-12-08T10:24:58.484476+0000 mon.smithi060 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:24:59.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: cluster 2023-12-08T10:24:57.524946+0000 mgr.smithi060.abncol (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.376518+0000 mon.smithi060 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.463497+0000 mon.smithi060 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.465405+0000 mon.smithi060 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.467253+0000 mon.smithi060 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.476000+0000 mon.smithi060 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:24:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:24:58 smithi105 bash[29464]: audit 2023-12-08T10:24:58.484476+0000 mon.smithi060 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:24:59.577 INFO:teuthology.orchestra.run.smithi060.stdout:98784247829 2023-12-08T10:24:59.578 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T10:25:01.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:00 smithi105 bash[29464]: cluster 2023-12-08T10:24:59.525492+0000 mgr.smithi060.abncol (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:01.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:00 smithi060 bash[25939]: cluster 2023-12-08T10:24:59.525492+0000 mgr.smithi060.abncol (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:03.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:02 smithi105 bash[29464]: cluster 2023-12-08T10:25:01.526101+0000 mgr.smithi060.abncol (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:03.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:02 smithi060 bash[25939]: cluster 2023-12-08T10:25:01.526101+0000 mgr.smithi060.abncol (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:04.437 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:05.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:04 smithi105 bash[29464]: cluster 2023-12-08T10:25:03.526888+0000 mgr.smithi060.abncol (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:05.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:04 smithi060 bash[25939]: cluster 2023-12-08T10:25:03.526888+0000 mgr.smithi060.abncol (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:07.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:06 smithi105 bash[29464]: cluster 2023-12-08T10:25:05.527508+0000 mgr.smithi060.abncol (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:07.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:06 smithi060 bash[25939]: cluster 2023-12-08T10:25:05.527508+0000 mgr.smithi060.abncol (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:07.770 INFO:teuthology.orchestra.run.smithi060.stdout:85899345945 2023-12-08T10:25:07.770 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T10:25:09.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:08 smithi105 bash[29464]: cluster 2023-12-08T10:25:07.528107+0000 mgr.smithi060.abncol (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:09.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:08 smithi060 bash[25939]: cluster 2023-12-08T10:25:07.528107+0000 mgr.smithi060.abncol (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:10 smithi105 bash[29464]: cluster 2023-12-08T10:25:09.528728+0000 mgr.smithi060.abncol (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:11.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:10 smithi060 bash[25939]: cluster 2023-12-08T10:25:09.528728+0000 mgr.smithi060.abncol (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:12.627 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:13.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:12 smithi105 bash[29464]: cluster 2023-12-08T10:25:11.529272+0000 mgr.smithi060.abncol (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:13.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:12 smithi060 bash[25939]: cluster 2023-12-08T10:25:11.529272+0000 mgr.smithi060.abncol (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:15.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:14 smithi105 bash[29464]: cluster 2023-12-08T10:25:13.529861+0000 mgr.smithi060.abncol (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:15.132 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:14 smithi060 bash[25939]: cluster 2023-12-08T10:25:13.529861+0000 mgr.smithi060.abncol (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:15.971 INFO:teuthology.orchestra.run.smithi060.stdout:128849018904 2023-12-08T10:25:15.972 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T10:25:17.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:16 smithi105 bash[29464]: cluster 2023-12-08T10:25:15.530403+0000 mgr.smithi060.abncol (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:17.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:16 smithi060 bash[25939]: cluster 2023-12-08T10:25:15.530403+0000 mgr.smithi060.abncol (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:18 smithi105 bash[29464]: cluster 2023-12-08T10:25:17.531063+0000 mgr.smithi060.abncol (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:19.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:18 smithi060 bash[25939]: cluster 2023-12-08T10:25:17.531063+0000 mgr.smithi060.abncol (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:20.806 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:21.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:20 smithi060 bash[25939]: cluster 2023-12-08T10:25:19.531697+0000 mgr.smithi060.abncol (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:21.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:20 smithi105 bash[29464]: cluster 2023-12-08T10:25:19.531697+0000 mgr.smithi060.abncol (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:23.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:22 smithi060 bash[25939]: cluster 2023-12-08T10:25:21.532282+0000 mgr.smithi060.abncol (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:23.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:22 smithi105 bash[29464]: cluster 2023-12-08T10:25:21.532282+0000 mgr.smithi060.abncol (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:24.169 INFO:teuthology.orchestra.run.smithi060.stdout:107374182426 2023-12-08T10:25:24.170 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T10:25:25.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:24 smithi060 bash[25939]: cluster 2023-12-08T10:25:23.532776+0000 mgr.smithi060.abncol (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:25.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:24 smithi105 bash[29464]: cluster 2023-12-08T10:25:23.532776+0000 mgr.smithi060.abncol (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:26.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:25 smithi105 bash[29464]: cluster 2023-12-08T10:25:25.533322+0000 mgr.smithi060.abncol (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:26.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:25 smithi060 bash[25939]: cluster 2023-12-08T10:25:25.533322+0000 mgr.smithi060.abncol (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:28.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:28 smithi105 bash[29464]: cluster 2023-12-08T10:25:27.533949+0000 mgr.smithi060.abncol (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:29.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:28 smithi060 bash[25939]: cluster 2023-12-08T10:25:27.533949+0000 mgr.smithi060.abncol (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:29.024 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:30.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:30 smithi105 bash[29464]: cluster 2023-12-08T10:25:29.534557+0000 mgr.smithi060.abncol (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:31.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:30 smithi060 bash[25939]: cluster 2023-12-08T10:25:29.534557+0000 mgr.smithi060.abncol (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:32.475 INFO:teuthology.orchestra.run.smithi060.stdout:150323855386 2023-12-08T10:25:32.475 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T10:25:32.769 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:32 smithi060 bash[25939]: cluster 2023-12-08T10:25:31.535246+0000 mgr.smithi060.abncol (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:32.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:32 smithi105 bash[29464]: cluster 2023-12-08T10:25:31.535246+0000 mgr.smithi060.abncol (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:34 smithi105 bash[29464]: cluster 2023-12-08T10:25:33.535930+0000 mgr.smithi060.abncol (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:35.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:34 smithi060 bash[25939]: cluster 2023-12-08T10:25:33.535930+0000 mgr.smithi060.abncol (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:36.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:36 smithi105 bash[29464]: cluster 2023-12-08T10:25:35.536504+0000 mgr.smithi060.abncol (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:37.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:36 smithi060 bash[25939]: cluster 2023-12-08T10:25:35.536504+0000 mgr.smithi060.abncol (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:37.312 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:38.769 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:38 smithi060 bash[25939]: cluster 2023-12-08T10:25:37.537121+0000 mgr.smithi060.abncol (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:38.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:38 smithi105 bash[29464]: cluster 2023-12-08T10:25:37.537121+0000 mgr.smithi060.abncol (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:40.550 INFO:teuthology.orchestra.run.smithi060.stdout:124554051613 2023-12-08T10:25:40.551 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T10:25:40.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:40 smithi105 bash[29464]: cluster 2023-12-08T10:25:39.537701+0000 mgr.smithi060.abncol (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:41.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:40 smithi060 bash[25939]: cluster 2023-12-08T10:25:39.537701+0000 mgr.smithi060.abncol (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:42.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:42 smithi105 bash[29464]: cluster 2023-12-08T10:25:41.538302+0000 mgr.smithi060.abncol (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:43.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:42 smithi060 bash[25939]: cluster 2023-12-08T10:25:41.538302+0000 mgr.smithi060.abncol (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:44.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:44 smithi105 bash[29464]: cluster 2023-12-08T10:25:43.539014+0000 mgr.smithi060.abncol (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:45.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:44 smithi060 bash[25939]: cluster 2023-12-08T10:25:43.539014+0000 mgr.smithi060.abncol (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:45.404 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:46 smithi105 bash[29464]: cluster 2023-12-08T10:25:45.539566+0000 mgr.smithi060.abncol (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:47.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:46 smithi060 bash[25939]: cluster 2023-12-08T10:25:45.539566+0000 mgr.smithi060.abncol (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:48.753 INFO:teuthology.orchestra.run.smithi060.stdout:167503724572 2023-12-08T10:25:48.754 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T10:25:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:48 smithi105 bash[29464]: cluster 2023-12-08T10:25:47.540209+0000 mgr.smithi060.abncol (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:49.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:48 smithi060 bash[25939]: cluster 2023-12-08T10:25:47.540209+0000 mgr.smithi060.abncol (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:51.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:50 smithi060 bash[25939]: cluster 2023-12-08T10:25:49.540790+0000 mgr.smithi060.abncol (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:51.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:50 smithi105 bash[29464]: cluster 2023-12-08T10:25:49.540790+0000 mgr.smithi060.abncol (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:53.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:52 smithi060 bash[25939]: cluster 2023-12-08T10:25:51.541371+0000 mgr.smithi060.abncol (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:53.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:52 smithi105 bash[29464]: cluster 2023-12-08T10:25:51.541371+0000 mgr.smithi060.abncol (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:53.597 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:25:54.708 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:54 smithi060 bash[25939]: cluster 2023-12-08T10:25:53.542009+0000 mgr.smithi060.abncol (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:55.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:54 smithi105 bash[29464]: cluster 2023-12-08T10:25:53.542009+0000 mgr.smithi060.abncol (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:56.526 INFO:teuthology.orchestra.run.smithi060.stdout:68719476771 2023-12-08T10:25:57.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:56 smithi060 bash[25939]: cluster 2023-12-08T10:25:55.542616+0000 mgr.smithi060.abncol (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:57.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:56 smithi060 bash[25939]: audit 2023-12-08T10:25:56.524855+0000 mon.smithi060 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.60:0/940702729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:25:57.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:56 smithi105 bash[29464]: cluster 2023-12-08T10:25:55.542616+0000 mgr.smithi060.abncol (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:56 smithi105 bash[29464]: audit 2023-12-08T10:25:56.524855+0000 mon.smithi060 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.60:0/940702729' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:25:57.124 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-12-08T10:25:57.125 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T10:25:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:58 smithi060 bash[25939]: cluster 2023-12-08T10:25:57.543295+0000 mgr.smithi060.abncol (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:59.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:25:58 smithi060 bash[25939]: audit 2023-12-08T10:25:58.500496+0000 mon.smithi060 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:25:59.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:58 smithi105 bash[29464]: cluster 2023-12-08T10:25:57.543295+0000 mgr.smithi060.abncol (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:25:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:25:58 smithi105 bash[29464]: audit 2023-12-08T10:25:58.500496+0000 mon.smithi060 (mon.0) 583 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:26:01.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:00 smithi060 bash[25939]: cluster 2023-12-08T10:25:59.543879+0000 mgr.smithi060.abncol (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:00 smithi105 bash[29464]: cluster 2023-12-08T10:25:59.543879+0000 mgr.smithi060.abncol (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:01.971 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:02.956 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:02 smithi060 bash[25939]: cluster 2023-12-08T10:26:01.544466+0000 mgr.smithi060.abncol (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:03.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:02 smithi105 bash[29464]: cluster 2023-12-08T10:26:01.544466+0000 mgr.smithi060.abncol (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:04.957 INFO:teuthology.orchestra.run.smithi060.stdout:98784247841 2023-12-08T10:26:05.005 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: cluster 2023-12-08T10:26:03.545102+0000 mgr.smithi060.abncol (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:05.005 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.246802+0000 mon.smithi060 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.005 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.335080+0000 mon.smithi060 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.005 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.624610+0000 mon.smithi060 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:05.006 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.626474+0000 mon.smithi060 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:26:05.006 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.636015+0000 mon.smithi060 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.006 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:04 smithi060 bash[25939]: audit 2023-12-08T10:26:04.645764+0000 mon.smithi060 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: cluster 2023-12-08T10:26:03.545102+0000 mgr.smithi060.abncol (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.246802+0000 mon.smithi060 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.335080+0000 mon.smithi060 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.624610+0000 mon.smithi060 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.626474+0000 mon.smithi060 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.636015+0000 mon.smithi060 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:26:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:04 smithi105 bash[29464]: audit 2023-12-08T10:26:04.645764+0000 mon.smithi060 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:26:05.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247829 got 98784247841 for osd.1 2023-12-08T10:26:05.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T10:26:05.769 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:05 smithi060 bash[25939]: audit 2023-12-08T10:26:04.955283+0000 mon.smithi060 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.60:0/1453106035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:26:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:05 smithi105 bash[29464]: audit 2023-12-08T10:26:04.955283+0000 mon.smithi060 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.60:0/1453106035' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:26:07.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:06 smithi060 bash[25939]: cluster 2023-12-08T10:26:05.545723+0000 mgr.smithi060.abncol (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:07.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:06 smithi105 bash[29464]: cluster 2023-12-08T10:26:05.545723+0000 mgr.smithi060.abncol (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:09.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:08 smithi060 bash[25939]: cluster 2023-12-08T10:26:07.546345+0000 mgr.smithi060.abncol (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:09.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:08 smithi105 bash[29464]: cluster 2023-12-08T10:26:07.546345+0000 mgr.smithi060.abncol (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:10.359 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:11.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:10 smithi060 bash[25939]: cluster 2023-12-08T10:26:09.546939+0000 mgr.smithi060.abncol (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:10 smithi105 bash[29464]: cluster 2023-12-08T10:26:09.546939+0000 mgr.smithi060.abncol (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:13.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:12 smithi060 bash[25939]: cluster 2023-12-08T10:26:11.547488+0000 mgr.smithi060.abncol (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:13.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:12 smithi105 bash[29464]: cluster 2023-12-08T10:26:11.547488+0000 mgr.smithi060.abncol (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:13.266 INFO:teuthology.orchestra.run.smithi060.stdout:85899345957 2023-12-08T10:26:13.873 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345957 for osd.2 2023-12-08T10:26:13.873 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T10:26:14.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:13 smithi060 bash[25939]: audit 2023-12-08T10:26:13.264520+0000 mon.smithi060 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.60:0/3809273326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:26:14.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:13 smithi105 bash[29464]: audit 2023-12-08T10:26:13.264520+0000 mon.smithi060 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.60:0/3809273326' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:26:15.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:14 smithi060 bash[25939]: cluster 2023-12-08T10:26:13.548112+0000 mgr.smithi060.abncol (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:14 smithi105 bash[29464]: cluster 2023-12-08T10:26:13.548112+0000 mgr.smithi060.abncol (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:17.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:16 smithi060 bash[25939]: cluster 2023-12-08T10:26:15.548688+0000 mgr.smithi060.abncol (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:17.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:16 smithi105 bash[29464]: cluster 2023-12-08T10:26:15.548688+0000 mgr.smithi060.abncol (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:18.728 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:19.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:18 smithi060 bash[25939]: cluster 2023-12-08T10:26:17.549346+0000 mgr.smithi060.abncol (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:18 smithi105 bash[29464]: cluster 2023-12-08T10:26:17.549346+0000 mgr.smithi060.abncol (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:21.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:20 smithi060 bash[25939]: cluster 2023-12-08T10:26:19.549884+0000 mgr.smithi060.abncol (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:21.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:20 smithi105 bash[29464]: cluster 2023-12-08T10:26:19.549884+0000 mgr.smithi060.abncol (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:21.524 INFO:teuthology.orchestra.run.smithi060.stdout:128849018917 2023-12-08T10:26:22.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:21 smithi060 bash[25939]: audit 2023-12-08T10:26:21.521687+0000 mon.smithi060 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.60:0/1873636262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:26:22.098 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018904 got 128849018917 for osd.3 2023-12-08T10:26:22.098 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T10:26:22.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:21 smithi105 bash[29464]: audit 2023-12-08T10:26:21.521687+0000 mon.smithi060 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.60:0/1873636262' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:26:23.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:22 smithi060 bash[25939]: cluster 2023-12-08T10:26:21.550309+0000 mgr.smithi060.abncol (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:23.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:22 smithi105 bash[29464]: cluster 2023-12-08T10:26:21.550309+0000 mgr.smithi060.abncol (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:25.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:24 smithi060 bash[25939]: cluster 2023-12-08T10:26:23.550913+0000 mgr.smithi060.abncol (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:25.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:24 smithi105 bash[29464]: cluster 2023-12-08T10:26:23.550913+0000 mgr.smithi060.abncol (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:26.948 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:27.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:26 smithi060 bash[25939]: cluster 2023-12-08T10:26:25.551506+0000 mgr.smithi060.abncol (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:27.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:26 smithi105 bash[29464]: cluster 2023-12-08T10:26:25.551506+0000 mgr.smithi060.abncol (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:29.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:28 smithi060 bash[25939]: cluster 2023-12-08T10:26:27.551970+0000 mgr.smithi060.abncol (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:28 smithi105 bash[29464]: cluster 2023-12-08T10:26:27.551970+0000 mgr.smithi060.abncol (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:29.889 INFO:teuthology.orchestra.run.smithi060.stdout:107374182439 2023-12-08T10:26:30.490 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2023-12-08T10:26:30.490 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T10:26:31.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:30 smithi060 bash[25939]: cluster 2023-12-08T10:26:29.552486+0000 mgr.smithi060.abncol (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:31.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:30 smithi060 bash[25939]: audit 2023-12-08T10:26:29.886965+0000 mon.smithi060 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.60:0/3995930259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:26:31.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:30 smithi105 bash[29464]: cluster 2023-12-08T10:26:29.552486+0000 mgr.smithi060.abncol (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:30 smithi105 bash[29464]: audit 2023-12-08T10:26:29.886965+0000 mon.smithi060 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.60:0/3995930259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:26:33.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:32 smithi060 bash[25939]: cluster 2023-12-08T10:26:31.553073+0000 mgr.smithi060.abncol (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:33.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:32 smithi105 bash[29464]: cluster 2023-12-08T10:26:31.553073+0000 mgr.smithi060.abncol (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:35.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:34 smithi060 bash[25939]: cluster 2023-12-08T10:26:33.553730+0000 mgr.smithi060.abncol (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:35.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:34 smithi105 bash[29464]: cluster 2023-12-08T10:26:33.553730+0000 mgr.smithi060.abncol (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:35.339 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:37.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:36 smithi060 bash[25939]: cluster 2023-12-08T10:26:35.554395+0000 mgr.smithi060.abncol (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:37.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:36 smithi105 bash[29464]: cluster 2023-12-08T10:26:35.554395+0000 mgr.smithi060.abncol (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:38.293 INFO:teuthology.orchestra.run.smithi060.stdout:150323855399 2023-12-08T10:26:38.870 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855386 got 150323855399 for osd.5 2023-12-08T10:26:38.870 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T10:26:39.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:38 smithi060 bash[25939]: cluster 2023-12-08T10:26:37.555029+0000 mgr.smithi060.abncol (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:39.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:38 smithi060 bash[25939]: audit 2023-12-08T10:26:38.291056+0000 mon.smithi060 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.60:0/87742151' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:26:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:38 smithi105 bash[29464]: cluster 2023-12-08T10:26:37.555029+0000 mgr.smithi060.abncol (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:39.210 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:38 smithi105 bash[29464]: audit 2023-12-08T10:26:38.291056+0000 mon.smithi060 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.60:0/87742151' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:26:41.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:40 smithi060 bash[25939]: cluster 2023-12-08T10:26:39.555610+0000 mgr.smithi060.abncol (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:40 smithi105 bash[29464]: cluster 2023-12-08T10:26:39.555610+0000 mgr.smithi060.abncol (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:42 smithi105 bash[29464]: cluster 2023-12-08T10:26:41.556213+0000 mgr.smithi060.abncol (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:43.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:42 smithi060 bash[25939]: cluster 2023-12-08T10:26:41.556213+0000 mgr.smithi060.abncol (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:43.711 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:44.891 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:44 smithi060 bash[25939]: cluster 2023-12-08T10:26:43.556864+0000 mgr.smithi060.abncol (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:44 smithi105 bash[29464]: cluster 2023-12-08T10:26:43.556864+0000 mgr.smithi060.abncol (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:46.728 INFO:teuthology.orchestra.run.smithi060.stdout:124554051626 2023-12-08T10:26:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:46 smithi105 bash[29464]: cluster 2023-12-08T10:26:45.557399+0000 mgr.smithi060.abncol (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:46 smithi105 bash[29464]: audit 2023-12-08T10:26:46.726067+0000 mon.smithi060 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.60:0/3872367581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:26:47.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:46 smithi060 bash[25939]: cluster 2023-12-08T10:26:45.557399+0000 mgr.smithi060.abncol (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:47.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:46 smithi060 bash[25939]: audit 2023-12-08T10:26:46.726067+0000 mon.smithi060 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.60:0/3872367581' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:26:47.350 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051626 for osd.6 2023-12-08T10:26:47.350 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T10:26:49.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:48 smithi105 bash[29464]: cluster 2023-12-08T10:26:47.557985+0000 mgr.smithi060.abncol (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:49.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:48 smithi060 bash[25939]: cluster 2023-12-08T10:26:47.557985+0000 mgr.smithi060.abncol (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:50 smithi105 bash[29464]: cluster 2023-12-08T10:26:49.558563+0000 mgr.smithi060.abncol (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:51.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:50 smithi060 bash[25939]: cluster 2023-12-08T10:26:49.558563+0000 mgr.smithi060.abncol (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:52.194 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:26:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:52 smithi105 bash[29464]: cluster 2023-12-08T10:26:51.559153+0000 mgr.smithi060.abncol (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:53.128 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:52 smithi060 bash[25939]: cluster 2023-12-08T10:26:51.559153+0000 mgr.smithi060.abncol (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:55.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:54 smithi060 bash[25939]: cluster 2023-12-08T10:26:53.559725+0000 mgr.smithi060.abncol (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:55.113 INFO:teuthology.orchestra.run.smithi060.stdout:167503724585 2023-12-08T10:26:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:54 smithi105 bash[29464]: cluster 2023-12-08T10:26:53.559725+0000 mgr.smithi060.abncol (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:55.677 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724572 got 167503724585 for osd.7 2023-12-08T10:26:55.677 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T10:26:55.677 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:26:56.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:55 smithi060 bash[25939]: audit 2023-12-08T10:26:55.111095+0000 mon.smithi060 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.60:0/1041569076' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:26:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:55 smithi105 bash[29464]: audit 2023-12-08T10:26:55.111095+0000 mon.smithi060 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.60:0/1041569076' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:26:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:56 smithi105 bash[29464]: cluster 2023-12-08T10:26:55.560164+0000 mgr.smithi060.abncol (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:57.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:56 smithi060 bash[25939]: cluster 2023-12-08T10:26:55.560164+0000 mgr.smithi060.abncol (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:26:58 smithi105 bash[29464]: cluster 2023-12-08T10:26:57.560758+0000 mgr.smithi060.abncol (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:26:59.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:26:58 smithi060 bash[25939]: cluster 2023-12-08T10:26:57.560758+0000 mgr.smithi060.abncol (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:00.532 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:27:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:00 smithi105 bash[29464]: cluster 2023-12-08T10:26:59.561374+0000 mgr.smithi060.abncol (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:01.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:00 smithi060 bash[25939]: cluster 2023-12-08T10:26:59.561374+0000 mgr.smithi060.abncol (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:03.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:02 smithi105 bash[29464]: cluster 2023-12-08T10:27:01.562008+0000 mgr.smithi060.abncol (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:03.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:02 smithi060 bash[25939]: cluster 2023-12-08T10:27:01.562008+0000 mgr.smithi060.abncol (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:03.488 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:27:03.490 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2023-12-08T10:27:04.104 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2023-12-08T10:27:01.561699+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-12-08T10:23:43.784850+0000","last_change":"2023-12-08T10:23:43.784850+0000","last_active":"2023-12-08T10:23:43.784850+0000","last_peered":"2023-12-08T10:23:43.784850+0000","last_clean":"2023-12-08T10:23:43.784850+0000","last_became_active":"2023-12-08T10:23:43.784110+0000","last_became_peered":"2023-12-08T10:23:43.784110+0000","last_unstale":"2023-12-08T10:23:43.784850+0000","last_undegraded":"2023-12-08T10:23:43.784850+0000","last_fullsized":"2023-12-08T10:23:43.784850+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:23:24.646289+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:23:24.646289+0000","last_clean_scrub_stamp":"2023-12-08T10:23:24.646289+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724586,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.85699999999999998,"15min":0.85499999999999998},"min":{"1min":0.63900000000000001,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.92800000000000005,"15min":0.92100000000000004},"min":{"1min":0.67300000000000004,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.151,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.88200000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.85299999999999998,"15min":0.86899999999999999},"min":{"1min":0.52700000000000002,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.1339999999999999,"5min":1.726,"15min":1.726},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.872,"5min":0.95099999999999996,"15min":0.98199999999999998},"min":{"1min":0.66500000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.131,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.75700000000000001}]},{"osd":2,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.84199999999999997,"15min":0.83199999999999996},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2050000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.024,"15min":1.028},"min":{"1min":0.67300000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.081}]},{"osd":3,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97099999999999997,"15min":0.95099999999999996},"min":{"1min":0.59399999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.341,"5min":1.351,"15min":1.351},"last":0.81699999999999995},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.95299999999999996,"15min":0.96099999999999997},"min":{"1min":0.60999999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.341,"5min":1.504,"15min":1.504},"last":1.0169999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0589999999999999,"15min":1.0669999999999999},"min":{"1min":0.73299999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.079,"5min":1.139,"15min":1.145},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.157}]},{"osd":5,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.1890000000000001,"15min":1.222},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.4830000000000001,"5min":1.486,"15min":1.486},"last":1.2649999999999999},{"interface":"front","average":{"1min":1.153,"5min":1.22,"15min":1.2390000000000001},"min":{"1min":0.77500000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.466,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.046}]},{"osd":6,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.228,"5min":1.2789999999999999,"15min":1.2969999999999999},"min":{"1min":0.92500000000000004,"5min":0.755,"15min":0.755},"max":{"1min":1.448,"5min":1.633,"15min":1.633},"last":1.296},{"interface":"front","average":{"1min":1.133,"5min":1.1899999999999999,"15min":1.1970000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.5589999999999999,"5min":1.635,"15min":1.635},"last":1.3140000000000001}]}]},{"osd":5,"up_from":35,"seq":150323855404,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.81000000000000005,"15min":0.80600000000000005},"min":{"1min":0.63300000000000001,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.873,"15min":0.85399999999999998},"min":{"1min":0.625,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.242,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":1.087}]},{"osd":1,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.85199999999999998,"15min":0.84999999999999998},"min":{"1min":0.57899999999999996,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.988,"5min":1.988,"15min":1.988},"last":1.171},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.86399999999999999,"15min":0.84799999999999998},"min":{"1min":0.60399999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":0.55100000000000005}]},{"osd":2,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.016,"15min":1.0169999999999999},"min":{"1min":0.69999999999999996,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.0510000000000002,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.046,"15min":1.04},"min":{"1min":0.72699999999999998,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3200000000000001,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":0.98599999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.93100000000000005,"15min":0.90600000000000003},"min":{"1min":0.55200000000000005,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.458,"5min":1.778,"15min":1.778},"last":0.76800000000000002},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.014,"15min":0.995},"min":{"1min":0.92400000000000004,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.8779999999999999,"5min":1.8779999999999999,"15min":1.8779999999999999},"last":0.87}]},{"osd":4,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.204,"5min":1.1919999999999999,"15min":1.1870000000000001},"min":{"1min":0.83399999999999996,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":2.1480000000000001,"5min":2.1480000000000001,"15min":2.1480000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.0309999999999999,"15min":1.0109999999999999},"min":{"1min":0.77800000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.93600000000000005}]},{"osd":6,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.24,"5min":1.177,"15min":1.153},"min":{"1min":0.97399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.8180000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.2889999999999999,"5min":1.21,"15min":1.194},"min":{"1min":0.88600000000000001,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.097,"5min":2.097,"15min":2.097},"last":1.03}]},{"osd":7,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.276,"5min":1.2190000000000001,"15min":1.1899999999999999},"min":{"1min":1.0029999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.607,"5min":2.016,"15min":2.016},"last":1.139},{"interface":"front","average":{"1min":1.3740000000000001,"5min":1.2829999999999999,"15min":1.2649999999999999},"min":{"1min":1.1100000000000001,"5min":0.754,"15min":0.754},"max":{"1min":2.194,"5min":2.194,"15min":2.194},"last":1.2230000000000001}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:26 2023","interfaces":[{"interface":"back","average":{"1min":0.71399999999999997,"5min":0.71499999999999997,"15min":0.70499999999999996},"min":{"1min":0.48799999999999999,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.04,"5min":1.169,"15min":1.169},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.748,"15min":0.72599999999999998},"min":{"1min":0.54900000000000004,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.1339999999999999,"5min":1.802,"15min":1.802},"last":0.621}]},{"osd":1,"last update":"Fri Dec 8 10:26:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.99199999999999999,"15min":0.98799999999999999},"min":{"1min":0.749,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.405,"5min":2.073,"15min":2.073},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.94499999999999995,"15min":0.97299999999999998},"min":{"1min":0.65600000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.157,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.0580000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0129999999999999,"15min":1.016},"min":{"1min":0.84799999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2749999999999999,"5min":2.2429999999999999,"15min":2.2429999999999999},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.0109999999999999,"15min":1.0449999999999999},"min":{"1min":0.71799999999999997,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.169,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.94299999999999995}]},{"osd":4,"last update":"Fri Dec 8 10:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.90500000000000003,"15min":0.91900000000000004},"min":{"1min":0.64600000000000002,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.3049999999999999,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.71599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1439999999999999,"5min":1.492,"15min":1.492},"last":0.997}]},{"osd":5,"last update":"Fri Dec 8 10:26:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0760000000000001},"min":{"1min":0.78800000000000003,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.45,"5min":2.3079999999999998,"15min":2.3079999999999998},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.139,"5min":1.1379999999999999,"15min":1.1499999999999999},"min":{"1min":0.877,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3180000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":1.161}]},{"osd":6,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.0960000000000001,"15min":1.105},"min":{"1min":0.83099999999999996,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.3779999999999999,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1659999999999999,"15min":1.1899999999999999},"min":{"1min":0.88600000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.367,"5min":1.8640000000000001,"15min":1.8640000000000001},"last":1.1060000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:26:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.248,"15min":1.226},"min":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.899,"5min":2.1680000000000001,"15min":2.1680000000000001},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.26,"5min":1.2629999999999999,"15min":1.2809999999999999},"min":{"1min":0.94399999999999995,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.8320000000000001,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":1.3049999999999999}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.85699999999999998,"15min":0.83599999999999997},"min":{"1min":0.58699999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.81299999999999994,"15min":0.80700000000000005},"min":{"1min":0.66900000000000004,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0409999999999999,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.95299999999999996}]},{"osd":2,"last update":"Fri Dec 8 10:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.73299999999999998,"15min":0.72099999999999997},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.0880000000000001,"5min":1.194,"15min":1.194},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.878,"5min":0.81699999999999995,"15min":0.77400000000000002},"min":{"1min":0.61199999999999999,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2310000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.873}]},{"osd":3,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.94099999999999995,"15min":0.91900000000000004},"min":{"1min":0.68100000000000005,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1679999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.05},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.86599999999999999,"15min":0.85799999999999998},"min":{"1min":0.76300000000000001,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.79800000000000004}]},{"osd":4,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.82799999999999996,"15min":0.81100000000000005},"min":{"1min":0.60499999999999998,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.143,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.875,"15min":0.85999999999999999},"min":{"1min":0.65200000000000002,"5min":0.497,"15min":0.497},"max":{"1min":1.1990000000000001,"5min":1.333,"15min":1.333},"last":0.91700000000000004}]},{"osd":5,"last update":"Fri Dec 8 10:26:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.751,"5min":0.751,"15min":0.751},"max":{"1min":1.2649999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.083,"5min":1.0369999999999999,"15min":1.0009999999999999},"min":{"1min":0.80500000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.4379999999999999,"5min":1.52,"15min":1.52},"last":1.456}]},{"osd":6,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":0.98199999999999998,"15min":0.95899999999999996},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.071,"15min":1.0329999999999999},"min":{"1min":0.80800000000000005,"5min":0.754,"15min":0.754},"max":{"1min":1.3600000000000001,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.1319999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:26:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.125,"15min":1.101},"min":{"1min":0.95699999999999996,"5min":0.878,"15min":0.878},"max":{"1min":1.663,"5min":1.663,"15min":1.663},"last":1.171},{"interface":"front","average":{"1min":1.3080000000000001,"5min":1.2430000000000001,"15min":1.2050000000000001},"min":{"1min":1.034,"5min":0.95699999999999996,"15min":0.95699999999999996},"max":{"1min":1.768,"5min":1.768,"15min":1.768},"last":1.28}]}]},{"osd":1,"up_from":23,"seq":98784247853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.82099999999999995,"15min":0.82799999999999996},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.143,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.046},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.89800000000000002,"15min":0.91000000000000003},"min":{"1min":0.67700000000000005,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.206,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.77700000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.91700000000000004,"15min":0.90800000000000003},"min":{"1min":0.67500000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.997,"5min":1.032,"15min":1.03},"min":{"1min":0.78300000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.222,"5min":1.403,"15min":1.403},"last":1.101}]},{"osd":3,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.85299999999999998,"15min":0.85399999999999998},"min":{"1min":0.58399999999999996,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.26,"5min":1.423,"15min":1.423},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.91800000000000004,"15min":0.89700000000000002},"min":{"1min":0.54300000000000004,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.3,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.071}]},{"osd":4,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.999,"15min":0.997},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.3009999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.80300000000000005},{"interface":"front","average":{"1min":1.002,"5min":1.0129999999999999,"15min":1.006},"min":{"1min":0.79900000000000004,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1799999999999999,"5min":1.605,"15min":1.605},"last":1.0209999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0249999999999999,"15min":1.0249999999999999},"min":{"1min":0.64400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.397,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.63800000000000001},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.097,"15min":1.075},"min":{"1min":0.85299999999999998,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.2729999999999999,"5min":2.2890000000000001,"15min":2.2890000000000001},"last":0.91600000000000004}]},{"osd":6,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.016,"15min":1.002},"min":{"1min":0.80800000000000005,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.2190000000000001,"5min":1.718,"15min":1.718},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1890000000000001,"15min":1.173},"min":{"1min":0.93899999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3080000000000001,"5min":1.738,"15min":1.738},"last":1.1850000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.1399999999999999,"15min":1.1220000000000001},"min":{"1min":1.01,"5min":0.503,"15min":0.503},"max":{"1min":1.4430000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.2330000000000001,"15min":1.212},"min":{"1min":1.0049999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.355,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.121}]}]},{"osd":4,"up_from":25,"seq":107374182446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.71499999999999997,"15min":0.72899999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.86799999999999999,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.752},{"interface":"front","average":{"1min":0.749,"5min":0.78800000000000003,"15min":0.79600000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.97599999999999998,"5min":1.149,"15min":1.149},"last":0.72699999999999998}]},{"osd":1,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.92200000000000004,"15min":0.91600000000000004},"min":{"1min":0.72199999999999998,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.107,"5min":1.29,"15min":1.29},"last":1.0449999999999999},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.95399999999999996,"15min":0.96899999999999997},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.1850000000000001,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.087}]},{"osd":2,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.80000000000000004,"15min":0.80100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.91300000000000003,"15min":0.94099999999999995},"min":{"1min":0.58199999999999996,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.21,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.78800000000000003}]},{"osd":3,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.96899999999999997,"15min":0.98299999999999998},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.097,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.80500000000000005,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.2170000000000001,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.0069999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.054,"15min":1.071},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.2769999999999999,"5min":1.514,"15min":1.514},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.115,"5min":1.1559999999999999,"15min":1.1779999999999999},"min":{"1min":0.86699999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.276,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.1140000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.1140000000000001,"15min":1.1479999999999999},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.29,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.127,"15min":1.151},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2569999999999999,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.87}]},{"osd":7,"last update":"Fri Dec 8 10:26:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1910000000000001,"15min":1.196},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.55,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.137},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2430000000000001,"15min":1.2370000000000001},"min":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"max":{"1min":1.7390000000000001,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":1.1639999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.71099999999999997,"15min":0.70699999999999996},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0609999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.82699999999999996,"15min":0.83699999999999997},"min":{"1min":0.57599999999999996,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.65300000000000002}]},{"osd":1,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.92400000000000004,"15min":0.90700000000000003},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.077},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97099999999999997},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.3080000000000001,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.91500000000000004}]},{"osd":2,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.92100000000000004,"15min":0.92900000000000005},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.103,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.111},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.80500000000000005,"15min":0.80000000000000004},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.1399999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.61499999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.042,"15min":1.048},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2030000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.98899999999999999,"15min":0.99099999999999999},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1919999999999999,"5min":1.327,"15min":1.327},"last":0.89100000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.90700000000000003,"15min":0.91000000000000003},"min":{"1min":0.59999999999999998,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3169999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.77600000000000002},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0640000000000001,"15min":1.0720000000000001},"min":{"1min":0.68300000000000005,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.28,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.2190000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1990000000000001,"15min":1.2070000000000001},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.1910000000000001},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.82599999999999996,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.393,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.0329999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:26:50 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.2,"15min":1.21},"min":{"1min":0.95599999999999996,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.264,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.3},{"interface":"front","average":{"1min":1.2130000000000001,"5min":1.2569999999999999,"15min":1.2669999999999999},"min":{"1min":1.012,"5min":0.90500000000000003,"15min":0.90500000000000003},"max":{"1min":1.6120000000000001,"5min":1.671,"15min":1.671},"last":1.268}]}]},{"osd":3,"up_from":30,"seq":128849018925,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.92800000000000005,"15min":0.94499999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.872},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88700000000000001,"15min":0.89100000000000001},"min":{"1min":0.67600000000000005,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.68400000000000005}]},{"osd":1,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.77600000000000002,"15min":0.76000000000000001},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.224,"5min":1.474,"15min":1.474},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.86099999999999999,"15min":0.87},"min":{"1min":0.56599999999999995,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.51400000000000001}]},{"osd":2,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93300000000000005,"15min":0.93700000000000006},"min":{"1min":0.72199999999999998,"5min":0.629,"15min":0.629},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":0.623},{"interface":"front","average":{"1min":1.042,"5min":1.0609999999999999,"15min":1.0600000000000001},"min":{"1min":0.74399999999999999,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.3839999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.77300000000000002}]},{"osd":4,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.97199999999999998},"min":{"1min":0.65500000000000003,"5min":0.622,"15min":0.622},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":0.80700000000000005},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0129999999999999,"15min":0.999},"min":{"1min":0.876,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.4239999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.72299999999999998}]},{"osd":5,"last update":"Fri Dec 8 10:26:46 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.038,"15min":1.05},"min":{"1min":0.73999999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.3280000000000001,"5min":1.641,"15min":1.641},"last":0.55000000000000004},{"interface":"front","average":{"1min":1.135,"5min":1.1759999999999999,"15min":1.198},"min":{"1min":0.83399999999999996,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.3620000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.0940000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.238,"15min":1.25},"min":{"1min":0.82199999999999995,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.0469999999999999},{"interface":"front","average":{"1min":1.179,"5min":1.151,"15min":1.1559999999999999},"min":{"1min":0.98799999999999999,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":0.997}]},{"osd":7,"last update":"Fri Dec 8 10:26:46 2023","interfaces":[{"interface":"back","average":{"1min":1.2230000000000001,"5min":1.2050000000000001,"15min":1.218},"min":{"1min":0.70899999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.5,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":1.236,"5min":1.3100000000000001,"15min":1.343},"min":{"1min":0.94899999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.508,"5min":1.595,"15min":1.595},"last":0.94799999999999995}]}]}],"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-08T10:27:04.105 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:27:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:04 smithi105 bash[29464]: audit 2023-12-08T10:27:03.478126+0000 mgr.smithi060.abncol (mgr.14182) 200 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:04 smithi105 bash[29464]: cluster 2023-12-08T10:27:03.562494+0000 mgr.smithi060.abncol (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:04 smithi105 bash[29464]: audit 2023-12-08T10:27:04.659682+0000 mon.smithi060 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:05.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:04 smithi060 bash[25939]: audit 2023-12-08T10:27:03.478126+0000 mgr.smithi060.abncol (mgr.14182) 200 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:05.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:04 smithi060 bash[25939]: cluster 2023-12-08T10:27:03.562494+0000 mgr.smithi060.abncol (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:05.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:04 smithi060 bash[25939]: audit 2023-12-08T10:27:04.659682+0000 mon.smithi060 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:06 smithi105 bash[29464]: cluster 2023-12-08T10:27:05.563024+0000 mgr.smithi060.abncol (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:07.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:06 smithi060 bash[25939]: cluster 2023-12-08T10:27:05.563024+0000 mgr.smithi060.abncol (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:08.954 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:27:09.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:08 smithi105 bash[29464]: cluster 2023-12-08T10:27:07.563595+0000 mgr.smithi060.abncol (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:09.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:08 smithi060 bash[25939]: cluster 2023-12-08T10:27:07.563595+0000 mgr.smithi060.abncol (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: cluster 2023-12-08T10:27:09.564012+0000 mgr.smithi060.abncol (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.183265+0000 mon.smithi060 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.490154+0000 mon.smithi060 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.793312+0000 mon.smithi060 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.795181+0000 mon.smithi060 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.804545+0000 mon.smithi060 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:10 smithi105 bash[29464]: audit 2023-12-08T10:27:10.811405+0000 mon.smithi060 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: cluster 2023-12-08T10:27:09.564012+0000 mgr.smithi060.abncol (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.183265+0000 mon.smithi060 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.490154+0000 mon.smithi060 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.793312+0000 mon.smithi060 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.795181+0000 mon.smithi060 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.804545+0000 mon.smithi060 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:11.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:10 smithi060 bash[25939]: audit 2023-12-08T10:27:10.811405+0000 mon.smithi060 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:27:11.967 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:27:11.969 INFO:teuthology.orchestra.run.smithi060.stderr:dumped all 2023-12-08T10:27:12.572 INFO:teuthology.orchestra.run.smithi060.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2023-12-08T10:27:11.564327+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1282133,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-12-08T10:23:43.784850+0000","last_change":"2023-12-08T10:23:43.784850+0000","last_active":"2023-12-08T10:23:43.784850+0000","last_peered":"2023-12-08T10:23:43.784850+0000","last_clean":"2023-12-08T10:23:43.784850+0000","last_became_active":"2023-12-08T10:23:43.784110+0000","last_became_peered":"2023-12-08T10:23:43.784110+0000","last_unstale":"2023-12-08T10:23:43.784850+0000","last_undegraded":"2023-12-08T10:23:43.784850+0000","last_fullsized":"2023-12-08T10:23:43.784850+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:23:24.646289+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:23:24.646289+0000","last_clean_scrub_stamp":"2023-12-08T10:23:24.646289+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724588,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":159991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.85699999999999998,"15min":0.85499999999999998},"min":{"1min":0.63900000000000001,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.92800000000000005,"15min":0.92100000000000004},"min":{"1min":0.67300000000000004,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.151,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.90800000000000003}]},{"osd":1,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.85299999999999998,"15min":0.86899999999999999},"min":{"1min":0.52700000000000002,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.1339999999999999,"5min":1.726,"15min":1.726},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.872,"5min":0.95099999999999996,"15min":0.98199999999999998},"min":{"1min":0.66500000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.131,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.79000000000000004}]},{"osd":2,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.84199999999999997,"15min":0.83199999999999996},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.2050000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.98399999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.024,"15min":1.028},"min":{"1min":0.67300000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.1799999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97099999999999997,"15min":0.95099999999999996},"min":{"1min":0.59399999999999997,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.341,"5min":1.351,"15min":1.351},"last":1.125},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.95299999999999996,"15min":0.96099999999999997},"min":{"1min":0.60999999999999999,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.341,"5min":1.504,"15min":1.504},"last":0.76500000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0589999999999999,"15min":1.0669999999999999},"min":{"1min":0.73299999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.89100000000000001},{"interface":"front","average":{"1min":1.079,"5min":1.139,"15min":1.145},"min":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.0680000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.1890000000000001,"15min":1.222},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.4830000000000001,"5min":1.486,"15min":1.486},"last":1.024},{"interface":"front","average":{"1min":1.153,"5min":1.22,"15min":1.2390000000000001},"min":{"1min":0.77500000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.466,"5min":1.7609999999999999,"15min":1.7609999999999999},"last":1.288}]},{"osd":6,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.228,"5min":1.2789999999999999,"15min":1.2969999999999999},"min":{"1min":0.92500000000000004,"5min":0.755,"15min":0.755},"max":{"1min":1.448,"5min":1.633,"15min":1.633},"last":1.3959999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.1899999999999999,"15min":1.1970000000000001},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.5589999999999999,"5min":1.635,"15min":1.635},"last":1.1559999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.81000000000000005,"15min":0.80600000000000005},"min":{"1min":0.63300000000000001,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.873,"15min":0.85399999999999998},"min":{"1min":0.625,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.242,"5min":1.6339999999999999,"15min":1.6339999999999999},"last":0.79400000000000004}]},{"osd":1,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.85199999999999998,"15min":0.84999999999999998},"min":{"1min":0.57899999999999996,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.988,"5min":1.988,"15min":1.988},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.86399999999999999,"15min":0.84799999999999998},"min":{"1min":0.60399999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":1.694,"5min":1.694,"15min":1.694},"last":1.008}]},{"osd":2,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.016,"15min":1.0169999999999999},"min":{"1min":0.69999999999999996,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":2.0510000000000002,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":0.95699999999999996},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.046,"15min":1.04},"min":{"1min":0.72699999999999998,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3200000000000001,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":1.2629999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.93100000000000005,"15min":0.90600000000000003},"min":{"1min":0.55200000000000005,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.458,"5min":1.778,"15min":1.778},"last":1.052},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.014,"15min":0.995},"min":{"1min":0.92400000000000004,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.8779999999999999,"5min":1.8779999999999999,"15min":1.8779999999999999},"last":1.228}]},{"osd":4,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.204,"5min":1.1919999999999999,"15min":1.1870000000000001},"min":{"1min":0.83399999999999996,"5min":0.76400000000000001,"15min":0.76400000000000001},"max":{"1min":2.1480000000000001,"5min":2.1480000000000001,"15min":2.1480000000000001},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.0309999999999999,"15min":1.0109999999999999},"min":{"1min":0.77800000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":1.155}]},{"osd":6,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.24,"5min":1.177,"15min":1.153},"min":{"1min":0.97399999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.8180000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.2889999999999999,"5min":1.21,"15min":1.194},"min":{"1min":0.88600000000000001,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":2.097,"5min":2.097,"15min":2.097},"last":1.3069999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:26:45 2023","interfaces":[{"interface":"back","average":{"1min":1.276,"5min":1.2190000000000001,"15min":1.1899999999999999},"min":{"1min":1.0029999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.607,"5min":2.016,"15min":2.016},"last":1.335},{"interface":"front","average":{"1min":1.3740000000000001,"5min":1.2829999999999999,"15min":1.2649999999999999},"min":{"1min":1.1100000000000001,"5min":0.754,"15min":0.754},"max":{"1min":2.194,"5min":2.194,"15min":2.194},"last":1.3660000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:26 2023","interfaces":[{"interface":"back","average":{"1min":0.71399999999999997,"5min":0.71499999999999997,"15min":0.70499999999999996},"min":{"1min":0.48799999999999999,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.04,"5min":1.169,"15min":1.169},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.73399999999999999,"5min":0.748,"15min":0.72599999999999998},"min":{"1min":0.54900000000000004,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.1339999999999999,"5min":1.802,"15min":1.802},"last":1.0449999999999999}]},{"osd":1,"last update":"Fri Dec 8 10:26:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.99199999999999999,"15min":0.98799999999999999},"min":{"1min":0.749,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.405,"5min":2.073,"15min":2.073},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.94499999999999995,"15min":0.97299999999999998},"min":{"1min":0.65600000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.157,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.2050000000000001}]},{"osd":3,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0129999999999999,"15min":1.016},"min":{"1min":0.84799999999999998,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.2749999999999999,"5min":2.2429999999999999,"15min":2.2429999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.0109999999999999,"15min":1.0449999999999999},"min":{"1min":0.71799999999999997,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.169,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.111}]},{"osd":4,"last update":"Fri Dec 8 10:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.90500000000000003,"15min":0.91900000000000004},"min":{"1min":0.64600000000000002,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.3049999999999999,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.89900000000000002},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.71599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.1439999999999999,"5min":1.492,"15min":1.492},"last":0.94499999999999995}]},{"osd":5,"last update":"Fri Dec 8 10:26:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0760000000000001},"min":{"1min":0.78800000000000003,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.45,"5min":2.3079999999999998,"15min":2.3079999999999998},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.139,"5min":1.1379999999999999,"15min":1.1499999999999999},"min":{"1min":0.877,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3180000000000001,"5min":1.9770000000000001,"15min":1.9770000000000001},"last":1.2589999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.0960000000000001,"15min":1.105},"min":{"1min":0.83099999999999996,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.3779999999999999,"5min":1.9379999999999999,"15min":1.9379999999999999},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.1659999999999999,"15min":1.1899999999999999},"min":{"1min":0.88600000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.367,"5min":1.8640000000000001,"15min":1.8640000000000001},"last":1.3180000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:26:54 2023","interfaces":[{"interface":"back","average":{"1min":1.2969999999999999,"5min":1.248,"15min":1.226},"min":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"max":{"1min":1.899,"5min":2.1680000000000001,"15min":2.1680000000000001},"last":1.276},{"interface":"front","average":{"1min":1.26,"5min":1.2629999999999999,"15min":1.2809999999999999},"min":{"1min":0.94399999999999995,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.8320000000000001,"5min":1.8320000000000001,"15min":1.8320000000000001},"last":1.379}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.85699999999999998,"15min":0.83599999999999997},"min":{"1min":0.58699999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":0.998},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.81299999999999994,"15min":0.80700000000000005},"min":{"1min":0.66900000000000004,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.0409999999999999,"5min":1.1100000000000001,"15min":1.1100000000000001},"last":0.69299999999999995}]},{"osd":2,"last update":"Fri Dec 8 10:26:27 2023","interfaces":[{"interface":"back","average":{"1min":0.753,"5min":0.73299999999999998,"15min":0.72099999999999997},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.0880000000000001,"5min":1.194,"15min":1.194},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.878,"5min":0.81699999999999995,"15min":0.77400000000000002},"min":{"1min":0.61199999999999999,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2310000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.155}]},{"osd":3,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.94099999999999995,"15min":0.91900000000000004},"min":{"1min":0.68100000000000005,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1679999999999999,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.2410000000000001},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.86599999999999999,"15min":0.85799999999999998},"min":{"1min":0.76300000000000001,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.78500000000000003}]},{"osd":4,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.82799999999999996,"15min":0.81100000000000005},"min":{"1min":0.60499999999999998,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.143,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.875,"15min":0.85999999999999999},"min":{"1min":0.65200000000000002,"5min":0.497,"15min":0.497},"max":{"1min":1.1990000000000001,"5min":1.333,"15min":1.333},"last":0.74299999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:26:42 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.95999999999999996},"min":{"1min":0.751,"5min":0.751,"15min":0.751},"max":{"1min":1.2649999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.083,"5min":1.0369999999999999,"15min":1.0009999999999999},"min":{"1min":0.80500000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.4379999999999999,"5min":1.52,"15min":1.52},"last":1.2849999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":0.98199999999999998,"15min":0.95899999999999996},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.3280000000000001,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.119,"5min":1.071,"15min":1.0329999999999999},"min":{"1min":0.80800000000000005,"5min":0.754,"15min":0.754},"max":{"1min":1.3600000000000001,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.3740000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:26:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1970000000000001,"5min":1.125,"15min":1.101},"min":{"1min":0.95699999999999996,"5min":0.878,"15min":0.878},"max":{"1min":1.663,"5min":1.663,"15min":1.663},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.3080000000000001,"5min":1.2430000000000001,"15min":1.2050000000000001},"min":{"1min":1.034,"5min":0.95699999999999996,"15min":0.95699999999999996},"max":{"1min":1.768,"5min":1.768,"15min":1.768},"last":1.4159999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247855,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.82099999999999995,"15min":0.82799999999999996},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.143,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.82499999999999996,"5min":0.89800000000000002,"15min":0.91000000000000003},"min":{"1min":0.67700000000000005,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.206,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.91700000000000004}]},{"osd":2,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.91700000000000004,"15min":0.90800000000000003},"min":{"1min":0.67500000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.997,"5min":1.032,"15min":1.03},"min":{"1min":0.78300000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.222,"5min":1.403,"15min":1.403},"last":1.0669999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.85299999999999998,"15min":0.85399999999999998},"min":{"1min":0.58399999999999996,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.26,"5min":1.423,"15min":1.423},"last":1.3220000000000001},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.91800000000000004,"15min":0.89700000000000002},"min":{"1min":0.54300000000000004,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.3,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.101}]},{"osd":4,"last update":"Fri Dec 8 10:26:32 2023","interfaces":[{"interface":"back","average":{"1min":0.98899999999999999,"5min":0.999,"15min":0.997},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.3009999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.73199999999999998},{"interface":"front","average":{"1min":1.002,"5min":1.0129999999999999,"15min":1.006},"min":{"1min":0.79900000000000004,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1799999999999999,"5min":1.605,"15min":1.605},"last":1.121}]},{"osd":5,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.0249999999999999,"15min":1.0249999999999999},"min":{"1min":0.64400000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.397,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.097,"15min":1.075},"min":{"1min":0.85299999999999998,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.2729999999999999,"5min":2.2890000000000001,"15min":2.2890000000000001},"last":1.2450000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:26:36 2023","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.016,"15min":1.002},"min":{"1min":0.80800000000000005,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.2190000000000001,"5min":1.718,"15min":1.718},"last":0.86599999999999999},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1890000000000001,"15min":1.173},"min":{"1min":0.93899999999999995,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.3080000000000001,"5min":1.738,"15min":1.738},"last":1.4219999999999999}]},{"osd":7,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.1399999999999999,"15min":1.1220000000000001},"min":{"1min":1.01,"5min":0.503,"15min":0.503},"max":{"1min":1.4430000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.2050000000000001,"5min":1.2330000000000001,"15min":1.212},"min":{"1min":1.0049999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.355,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.496}]}]},{"osd":4,"up_from":25,"seq":107374182448,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.71499999999999997,"15min":0.72899999999999998},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.86799999999999999,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.749,"5min":0.78800000000000003,"15min":0.79600000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.97599999999999998,"5min":1.149,"15min":1.149},"last":1.095}]},{"osd":1,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.92200000000000004,"15min":0.91600000000000004},"min":{"1min":0.72199999999999998,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.107,"5min":1.29,"15min":1.29},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.95399999999999996,"15min":0.96899999999999997},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.1850000000000001,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.94599999999999995}]},{"osd":2,"last update":"Fri Dec 8 10:26:33 2023","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.80000000000000004,"15min":0.80100000000000005},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.91300000000000003,"15min":0.94099999999999995},"min":{"1min":0.58199999999999996,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.21,"5min":1.3260000000000001,"15min":1.3260000000000001},"last":0.66400000000000003}]},{"osd":3,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.96899999999999997,"15min":0.98299999999999998},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.097,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.016},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.80500000000000005,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.2170000000000001,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.1519999999999999}]},{"osd":5,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.054,"15min":1.071},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.2769999999999999,"5min":1.514,"15min":1.514},"last":1.048},{"interface":"front","average":{"1min":1.115,"5min":1.1559999999999999,"15min":1.1779999999999999},"min":{"1min":0.86699999999999999,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.276,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":1.0660000000000001}]},{"osd":6,"last update":"Fri Dec 8 10:26:41 2023","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.1140000000000001,"15min":1.1479999999999999},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.29,"5min":1.5660000000000001,"15min":1.5660000000000001},"last":0.76500000000000001},{"interface":"front","average":{"1min":1.0569999999999999,"5min":1.127,"15min":1.151},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2569999999999999,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.79400000000000004}]},{"osd":7,"last update":"Fri Dec 8 10:26:47 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1910000000000001,"15min":1.196},"min":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.55,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":0.96499999999999997},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2430000000000001,"15min":1.2370000000000001},"min":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"max":{"1min":1.7390000000000001,"5min":1.7390000000000001,"15min":1.7390000000000001},"last":0.98899999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051631,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.71099999999999997,"15min":0.70699999999999996},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0609999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.78700000000000003,"5min":0.82699999999999996,"15min":0.83699999999999997},"min":{"1min":0.57599999999999996,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.82599999999999996}]},{"osd":1,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.92400000000000004,"15min":0.90700000000000003},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":1.0800000000000001},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97099999999999997},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.3080000000000001,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.137}]},{"osd":2,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.92100000000000004,"15min":0.92900000000000005},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.103,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.996},{"interface":"front","average":{"1min":0.80800000000000005,"5min":0.80500000000000005,"15min":0.80000000000000004},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.1399999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.871}]},{"osd":3,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":1.042,"15min":1.048},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2030000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.464},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.98899999999999999,"15min":0.99099999999999999},"min":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1919999999999999,"5min":1.327,"15min":1.327},"last":1.1850000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:26:35 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.90700000000000003,"15min":0.91000000000000003},"min":{"1min":0.59999999999999998,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3169999999999999,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0640000000000001,"15min":1.0720000000000001},"min":{"1min":0.68300000000000005,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.28,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.3180000000000001}]},{"osd":5,"last update":"Fri Dec 8 10:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1559999999999999,"5min":1.1990000000000001,"15min":1.2070000000000001},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.5329999999999999,"5min":1.5329999999999999,"15min":1.5329999999999999},"last":1.246},{"interface":"front","average":{"1min":1.1080000000000001,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.82599999999999996,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.393,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.379}]},{"osd":7,"last update":"Fri Dec 8 10:26:50 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.2,"15min":1.21},"min":{"1min":0.95599999999999996,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.264,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.4370000000000001},{"interface":"front","average":{"1min":1.2130000000000001,"5min":1.2569999999999999,"15min":1.2669999999999999},"min":{"1min":1.012,"5min":0.90500000000000003,"15min":0.90500000000000003},"max":{"1min":1.6120000000000001,"5min":1.671,"15min":1.671},"last":1.5489999999999999}]}]},{"osd":3,"up_from":30,"seq":128849018927,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":160306,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.92800000000000005,"15min":0.94499999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.2470000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88700000000000001,"15min":0.89100000000000001},"min":{"1min":0.67600000000000005,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.3220000000000001,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.75800000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.77600000000000002,"15min":0.76000000000000001},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.224,"5min":1.474,"15min":1.474},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.86099999999999999,"15min":0.87},"min":{"1min":0.56599999999999995,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.66300000000000003}]},{"osd":2,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.93300000000000005,"15min":0.93700000000000006},"min":{"1min":0.72199999999999998,"5min":0.629,"15min":0.629},"max":{"1min":1.651,"5min":1.651,"15min":1.651},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.042,"5min":1.0609999999999999,"15min":1.0600000000000001},"min":{"1min":0.74399999999999999,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.3839999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.97499999999999998}]},{"osd":4,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.97799999999999998,"15min":0.97199999999999998},"min":{"1min":0.65500000000000003,"5min":0.622,"15min":0.622},"max":{"1min":1.417,"5min":1.417,"15min":1.417},"last":1.117},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0129999999999999,"15min":0.999},"min":{"1min":0.876,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.4239999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":0.91600000000000004}]},{"osd":5,"last update":"Fri Dec 8 10:26:46 2023","interfaces":[{"interface":"back","average":{"1min":1.018,"5min":1.038,"15min":1.05},"min":{"1min":0.73999999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.3280000000000001,"5min":1.641,"15min":1.641},"last":1.024},{"interface":"front","average":{"1min":1.135,"5min":1.1759999999999999,"15min":1.198},"min":{"1min":0.83399999999999996,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.3620000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.0629999999999999}]},{"osd":6,"last update":"Fri Dec 8 10:26:38 2023","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.238,"15min":1.25},"min":{"1min":0.82199999999999995,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.228},{"interface":"front","average":{"1min":1.179,"5min":1.151,"15min":1.1559999999999999},"min":{"1min":0.98799999999999999,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":1.2110000000000001}]},{"osd":7,"last update":"Fri Dec 8 10:26:46 2023","interfaces":[{"interface":"back","average":{"1min":1.2230000000000001,"5min":1.2050000000000001,"15min":1.218},"min":{"1min":0.70899999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.5,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.165},{"interface":"front","average":{"1min":1.236,"5min":1.3100000000000001,"15min":1.343},"min":{"1min":0.94899999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.508,"5min":1.595,"15min":1.595},"last":1.2929999999999999}]}]}],"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-08T10:27:12.574 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T10:27:12.574 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T10:27:12.574 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T10:27:12.574 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T10:27:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:12 smithi105 bash[29464]: cluster 2023-12-08T10:27:11.564648+0000 mgr.smithi060.abncol (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:13.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:12 smithi060 bash[25939]: cluster 2023-12-08T10:27:11.564648+0000 mgr.smithi060.abncol (mgr.14182) 205 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:14.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:13 smithi105 bash[29464]: audit 2023-12-08T10:27:11.956891+0000 mgr.smithi060.abncol (mgr.14182) 206 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:14.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:13 smithi060 bash[25939]: audit 2023-12-08T10:27:11.956891+0000 mgr.smithi060.abncol (mgr.14182) 206 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:27:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:14 smithi105 bash[29464]: cluster 2023-12-08T10:27:13.565301+0000 mgr.smithi060.abncol (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:15.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:14 smithi060 bash[25939]: cluster 2023-12-08T10:27:13.565301+0000 mgr.smithi060.abncol (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:16 smithi105 bash[29464]: cluster 2023-12-08T10:27:15.565879+0000 mgr.smithi060.abncol (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:17.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:16 smithi060 bash[25939]: cluster 2023-12-08T10:27:15.565879+0000 mgr.smithi060.abncol (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:17.413 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/mon.smithi060/config 2023-12-08T10:27:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:18 smithi105 bash[29464]: cluster 2023-12-08T10:27:17.566525+0000 mgr.smithi060.abncol (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:19.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:18 smithi060 bash[25939]: cluster 2023-12-08T10:27:17.566525+0000 mgr.smithi060.abncol (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:20.416 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:27:20.977 INFO:teuthology.orchestra.run.smithi060.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T10:27:20.977 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T10:27:20.977 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T10:27:20.977 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:27:20.986 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:27:20.987 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T10:27:21.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:20 smithi060 bash[25939]: cluster 2023-12-08T10:27:19.567152+0000 mgr.smithi060.abncol (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:21.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:20 smithi060 bash[25939]: audit 2023-12-08T10:27:20.414331+0000 mon.smithi060 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.60:0/1107614356' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:27:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:20 smithi105 bash[29464]: cluster 2023-12-08T10:27:19.567152+0000 mgr.smithi060.abncol (mgr.14182) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:20 smithi105 bash[29464]: audit 2023-12-08T10:27:20.414331+0000 mon.smithi060 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.60:0/1107614356' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:27:23.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:22 smithi060 bash[25939]: cluster 2023-12-08T10:27:21.567589+0000 mgr.smithi060.abncol (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:23.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:22 smithi105 bash[29464]: cluster 2023-12-08T10:27:21.567589+0000 mgr.smithi060.abncol (mgr.14182) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:24.064 INFO:teuthology.orchestra.run.smithi060.stdout:Backend: cephadm 2023-12-08T10:27:24.064 INFO:teuthology.orchestra.run.smithi060.stdout:Available: Yes 2023-12-08T10:27:24.064 INFO:teuthology.orchestra.run.smithi060.stdout:Paused: No 2023-12-08T10:27:24.650 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T10:27:25.019 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:24 smithi060 bash[25939]: cluster 2023-12-08T10:27:23.568033+0000 mgr.smithi060.abncol (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:25.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:24 smithi105 bash[29464]: cluster 2023-12-08T10:27:23.568033+0000 mgr.smithi060.abncol (mgr.14182) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:25.987 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:25 smithi060 bash[25939]: audit 2023-12-08T10:27:24.061484+0000 mgr.smithi060.abncol (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:25 smithi105 bash[29464]: audit 2023-12-08T10:27:24.061484+0000 mgr.smithi060.abncol (mgr.14182) 213 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:27.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:26 smithi060 bash[25939]: cluster 2023-12-08T10:27:25.568543+0000 mgr.smithi060.abncol (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:27.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:26 smithi105 bash[29464]: cluster 2023-12-08T10:27:25.568543+0000 mgr.smithi060.abncol (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (3m) 17s ago 6m 14.3M - 0.23.0 ba2b418f427c c60d8279778b 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi060 smithi060 running (6m) 17s ago 6m 7612k - 16.2.14-365-g451ceae1 03b62e1f94c4 567d1ab94740 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:crash.smithi105 smithi105 running (5m) 17s ago 5m 9367k - 16.2.14-365-g451ceae1 03b62e1f94c4 fc21abad3c53 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:grafana.smithi060 smithi060 *:3000 running (3m) 17s ago 5m 42.2M - 8.3.5 dad864ee21e9 4672351662ef 2023-12-08T10:27:27.782 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi060.abncol smithi060 *:9283 running (7m) 17s ago 7m 429M - 16.2.14-365-g451ceae1 03b62e1f94c4 16e5b32e7af0 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:mgr.smithi105.gcxhaw smithi105 *:8443,9283 running (5m) 17s ago 5m 377M - 16.2.14-365-g451ceae1 03b62e1f94c4 9b80ee8dbbf3 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi060 smithi060 running (7m) 17s ago 7m 61.9M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 066c25b5204e 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:mon.smithi105 smithi105 running (5m) 17s ago 5m 58.0M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 492a696a9c78 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi060 smithi060 *:9100 running (5m) 17s ago 5m 11.0M - 1.3.1 1dbe0e931976 bce467430a08 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter.smithi105 smithi105 *:9100 running (5m) 17s ago 5m 11.8M - 1.3.1 1dbe0e931976 9c39eec89f69 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.0 smithi105 running (4m) 17s ago 4m 34.6M 3785M 16.2.14-365-g451ceae1 03b62e1f94c4 bdff55896521 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.1 smithi060 running (4m) 17s ago 4m 34.3M 3530M 16.2.14-365-g451ceae1 03b62e1f94c4 27f752594d21 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.2 smithi105 running (4m) 17s ago 4m 34.6M 3785M 16.2.14-365-g451ceae1 03b62e1f94c4 66dedd344246 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.3 smithi060 running (4m) 17s ago 4m 35.4M 3530M 16.2.14-365-g451ceae1 03b62e1f94c4 16ecd86d8425 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.4 smithi105 running (4m) 17s ago 4m 34.9M 3785M 16.2.14-365-g451ceae1 03b62e1f94c4 a10ec53f72db 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.5 smithi060 running (3m) 17s ago 4m 34.2M 3530M 16.2.14-365-g451ceae1 03b62e1f94c4 91617b689e62 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.6 smithi105 running (4m) 17s ago 4m 34.6M 3785M 16.2.14-365-g451ceae1 03b62e1f94c4 85a969c8ab2e 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:osd.7 smithi060 running (3m) 17s ago 3m 34.7M 3530M 16.2.14-365-g451ceae1 03b62e1f94c4 2ab3ea74e874 2023-12-08T10:27:27.783 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus.smithi105 smithi105 *:9095 running (5m) 17s ago 5m 53.9M - 2.33.4 514e6a882f6e 203ae4a63210 2023-12-08T10:27:28.413 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T10:27:29.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:28 smithi060 bash[25939]: cluster 2023-12-08T10:27:27.569134+0000 mgr.smithi060.abncol (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:29.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:28 smithi060 bash[25939]: audit 2023-12-08T10:27:27.760074+0000 mgr.smithi060.abncol (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:29.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:28 smithi105 bash[29464]: cluster 2023-12-08T10:27:27.569134+0000 mgr.smithi060.abncol (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:29.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:28 smithi105 bash[29464]: audit 2023-12-08T10:27:27.760074+0000 mgr.smithi060.abncol (mgr.14182) 216 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:31.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:30 smithi060 bash[25939]: cluster 2023-12-08T10:27:29.569577+0000 mgr.smithi060.abncol (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:31.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:30 smithi105 bash[29464]: cluster 2023-12-08T10:27:29.569577+0000 mgr.smithi060.abncol (mgr.14182) 217 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:alertmanager ?:9093,9094 1/1 21s ago 6m count:1 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:crash 2/2 21s ago 6m * 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:grafana ?:3000 1/1 21s ago 6m count:1 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:mgr 2/2 21s ago 7m count:2 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:mon 2/2 21s ago 5m smithi060:172.21.15.60=smithi060;smithi105:172.21.15.105=smithi105;count:2 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:node-exporter ?:9100 2/2 21s ago 6m * 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:osd.all-available-devices 8 21s ago 5m * 2023-12-08T10:27:31.511 INFO:teuthology.orchestra.run.smithi060.stdout:prometheus ?:9095 1/1 21s ago 6m count:1 2023-12-08T10:27:32.112 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T10:27:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:32 smithi105 bash[29464]: audit 2023-12-08T10:27:31.503250+0000 mgr.smithi060.abncol (mgr.14182) 218 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:32 smithi105 bash[29464]: cluster 2023-12-08T10:27:31.570017+0000 mgr.smithi060.abncol (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:33.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:32 smithi060 bash[25939]: audit 2023-12-08T10:27:31.503250+0000 mgr.smithi060.abncol (mgr.14182) 218 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:33.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:32 smithi060 bash[25939]: cluster 2023-12-08T10:27:31.570017+0000 mgr.smithi060.abncol (mgr.14182) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:34 smithi105 bash[29464]: cluster 2023-12-08T10:27:33.570429+0000 mgr.smithi060.abncol (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:34.893 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:34 smithi060 bash[25939]: cluster 2023-12-08T10:27:33.570429+0000 mgr.smithi060.abncol (mgr.14182) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:35.245 INFO:teuthology.orchestra.run.smithi060.stdout:HOST ADDR LABELS STATUS 2023-12-08T10:27:35.246 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 172.21.15.60 2023-12-08T10:27:35.246 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 172.21.15.105 2023-12-08T10:27:35.246 INFO:teuthology.orchestra.run.smithi060.stdout:2 hosts in cluster 2023-12-08T10:27:35.863 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T10:27:36.676 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:36 smithi060 bash[25939]: audit 2023-12-08T10:27:35.241659+0000 mgr.smithi060.abncol (mgr.14182) 221 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:36.676 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:36 smithi060 bash[25939]: cluster 2023-12-08T10:27:35.571010+0000 mgr.smithi060.abncol (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:36.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:36 smithi105 bash[29464]: audit 2023-12-08T10:27:35.241659+0000 mgr.smithi060.abncol (mgr.14182) 221 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:36.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:36 smithi105 bash[29464]: cluster 2023-12-08T10:27:35.571010+0000 mgr.smithi060.abncol (mgr.14182) 222 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:38.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:38 smithi105 bash[29464]: cluster 2023-12-08T10:27:37.571647+0000 mgr.smithi060.abncol (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:39.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:38 smithi060 bash[25939]: cluster 2023-12-08T10:27:37.571647+0000 mgr.smithi060.abncol (mgr.14182) 223 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:39.040 INFO:teuthology.orchestra.run.smithi060.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:27:39.040 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme0n1 ssd _PHMB7476008A480DGN 447G 3m ago LVM detected, locked 2023-12-08T10:27:39.040 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme1n1 ssd _b7174bbb7df2aebb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.040 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme2n1 ssd _1d368da08bff2383 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.040 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme3n1 ssd _d913937ddae017a6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme4n1 ssd _36a1b73ba49e81c8 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 3m ago LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme1n1 ssd _b56cec0fa29ab968 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme2n1 ssd _0aaa36a9a9076d33 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme3n1 ssd _dfd7936911e1f3fb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.041 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme4n1 ssd _d79093e58a87a12e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:39.627 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T10:27:39.637 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T10:27:39.637 INFO:tasks.vip:peername 172.21.15.60 2023-12-08T10:27:39.641 INFO:tasks.vip:172.21.15.60 in 172.21.0.0/20, pos 3899 2023-12-08T10:27:39.645 INFO:tasks.vip:smithi060.front.sepia.ceph.com static 10.0.15.60, vnet 10.0.0.0/16 2023-12-08T10:27:39.645 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T10:27:39.646 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip route ls 2023-12-08T10:27:39.659 INFO:teuthology.orchestra.run.smithi060.stdout:default via 172.21.15.254 dev ens1f0 2023-12-08T10:27:39.660 INFO:teuthology.orchestra.run.smithi060.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-08T10:27:39.660 INFO:teuthology.orchestra.run.smithi060.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 2023-12-08T10:27:39.661 INFO:tasks.vip:Configuring 10.0.15.60 on smithi060.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:27:39.661 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr add 10.0.15.60/16 dev ens1f0 2023-12-08T10:27:39.718 INFO:tasks.vip:peername 172.21.15.105 2023-12-08T10:27:39.721 INFO:tasks.vip:172.21.15.105 in 172.21.0.0/20, pos 3944 2023-12-08T10:27:39.725 INFO:tasks.vip:smithi105.front.sepia.ceph.com static 10.0.15.105, vnet 10.0.0.0/16 2023-12-08T10:27:39.725 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip route ls 2023-12-08T10:27:39.738 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-08T10:27:39.738 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-08T10:27:39.739 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-08T10:27:39.739 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 2023-12-08T10:27:39.739 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-08T10:27:39.739 INFO:tasks.vip:Configuring 10.0.15.105 on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:27:39.740 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr add 10.0.15.105/16 dev enp3s0f1 2023-12-08T10:27:39.797 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:27:39.806 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:27:39.806 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T10:27:40.912 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:40 smithi060 bash[25939]: audit 2023-12-08T10:27:39.029908+0000 mgr.smithi060.abncol (mgr.14182) 224 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:40.912 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:40 smithi060 bash[25939]: cluster 2023-12-08T10:27:39.572265+0000 mgr.smithi060.abncol (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:40 smithi105 bash[29464]: audit 2023-12-08T10:27:39.029908+0000 mgr.smithi060.abncol (mgr.14182) 224 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:40 smithi105 bash[29464]: cluster 2023-12-08T10:27:39.572265+0000 mgr.smithi060.abncol (mgr.14182) 225 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:42.973 INFO:teuthology.orchestra.run.smithi060.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:27:42.973 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme0n1 ssd _PHMB7476008A480DGN 447G 3m ago LVM detected, locked 2023-12-08T10:27:42.973 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme1n1 ssd _b7174bbb7df2aebb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme2n1 ssd _1d368da08bff2383 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme3n1 ssd _d913937ddae017a6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi060 /dev/nvme4n1 ssd _36a1b73ba49e81c8 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 3m ago LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme1n1 ssd _b56cec0fa29ab968 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme2n1 ssd _0aaa36a9a9076d33 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme3n1 ssd _dfd7936911e1f3fb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:42.974 INFO:teuthology.orchestra.run.smithi060.stdout:smithi105 /dev/nvme4n1 ssd _d79093e58a87a12e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:27:43.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:42 smithi060 bash[25939]: cluster 2023-12-08T10:27:41.572921+0000 mgr.smithi060.abncol (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:42 smithi105 bash[29464]: cluster 2023-12-08T10:27:41.572921+0000 mgr.smithi060.abncol (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:43.568 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:27:43.579 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:27:43.579 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:27:43.594 INFO:teuthology.orchestra.run.smithi060.stderr:+ systemctl stop nfs-server 2023-12-08T10:27:43.615 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi105.front.sepia.ceph.com 2023-12-08T10:27:43.615 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:27:43.630 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2023-12-08T10:27:43.650 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:27:43.659 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:27:43.659 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-08T10:27:43.954 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:43 smithi105 bash[29464]: audit 2023-12-08T10:27:42.971040+0000 mon.smithi060 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:44.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:43 smithi060 bash[25939]: audit 2023-12-08T10:27:42.971040+0000 mon.smithi060 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:27:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:44 smithi060 bash[25939]: audit 2023-12-08T10:27:42.962679+0000 mgr.smithi060.abncol (mgr.14182) 227 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:45.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:44 smithi060 bash[25939]: cluster 2023-12-08T10:27:43.573654+0000 mgr.smithi060.abncol (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:44 smithi105 bash[29464]: audit 2023-12-08T10:27:42.962679+0000 mgr.smithi060.abncol (mgr.14182) 227 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:44 smithi105 bash[29464]: cluster 2023-12-08T10:27:43.573654+0000 mgr.smithi060.abncol (mgr.14182) 228 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:46.786 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled rgw.foorgw update... 2023-12-08T10:27:47.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:46 smithi060 bash[25939]: cluster 2023-12-08T10:27:45.574226+0000 mgr.smithi060.abncol (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:46 smithi105 bash[29464]: cluster 2023-12-08T10:27:45.574226+0000 mgr.smithi060.abncol (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:47.421 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.60/16' 2023-12-08T10:27:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:47 smithi105 bash[29464]: audit 2023-12-08T10:27:46.773356+0000 mgr.smithi060.abncol (mgr.14182) 230 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:47 smithi105 bash[29464]: cephadm 2023-12-08T10:27:46.776440+0000 mgr.smithi060.abncol (mgr.14182) 231 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:27:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:47 smithi105 bash[29464]: audit 2023-12-08T10:27:46.783326+0000 mon.smithi060 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:48.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:47 smithi060 bash[25939]: audit 2023-12-08T10:27:46.773356+0000 mgr.smithi060.abncol (mgr.14182) 230 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:48.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:47 smithi060 bash[25939]: cephadm 2023-12-08T10:27:46.776440+0000 mgr.smithi060.abncol (mgr.14182) 231 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:27:48.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:47 smithi060 bash[25939]: audit 2023-12-08T10:27:46.783326+0000 mon.smithi060 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:48 smithi105 bash[29464]: cluster 2023-12-08T10:27:47.574778+0000 mgr.smithi060.abncol (mgr.14182) 232 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:48 smithi105 bash[29464]: audit 2023-12-08T10:27:48.775594+0000 mon.smithi060 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:49.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:48 smithi060 bash[25939]: cluster 2023-12-08T10:27:47.574778+0000 mgr.smithi060.abncol (mgr.14182) 232 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:49.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:48 smithi060 bash[25939]: audit 2023-12-08T10:27:48.775594+0000 mon.smithi060 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:50.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:50 smithi060 bash[25939]: audit 2023-12-08T10:27:49.149451+0000 mon.smithi060 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:50.221 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:50 smithi060 bash[25939]: cluster 2023-12-08T10:27:49.575351+0000 mgr.smithi060.abncol (mgr.14182) 233 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:50 smithi105 bash[29464]: audit 2023-12-08T10:27:49.149451+0000 mon.smithi060 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:50 smithi105 bash[29464]: cluster 2023-12-08T10:27:49.575351+0000 mgr.smithi060.abncol (mgr.14182) 233 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:51.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:51 smithi060 bash[25939]: audit 2023-12-08T10:27:50.605892+0000 mgr.smithi060.abncol (mgr.14182) 234 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.60/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:51.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:51 smithi060 bash[25939]: audit 2023-12-08T10:27:50.607873+0000 mon.smithi060 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:27:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:51 smithi105 bash[29464]: audit 2023-12-08T10:27:50.605892+0000 mgr.smithi060.abncol (mgr.14182) 234 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.60/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:27:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:51 smithi105 bash[29464]: audit 2023-12-08T10:27:50.607873+0000 mon.smithi060 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:27:52.235 INFO:teuthology.orchestra.run.smithi060.stdout:NFS Cluster Created Successfully 2023-12-08T10:27:52.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:52 smithi060 bash[25939]: audit 2023-12-08T10:27:51.166093+0000 mon.smithi060 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:27:52.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:52 smithi060 bash[25939]: cluster 2023-12-08T10:27:51.166201+0000 mon.smithi060 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:27:52.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:52 smithi060 bash[25939]: audit 2023-12-08T10:27:51.168325+0000 mon.smithi060 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:27:52.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:52 smithi060 bash[25939]: cluster 2023-12-08T10:27:51.575996+0000 mgr.smithi060.abncol (mgr.14182) 235 : cluster [DBG] pgmap v212: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:52 smithi105 bash[29464]: audit 2023-12-08T10:27:51.166093+0000 mon.smithi060 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:27:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:52 smithi105 bash[29464]: cluster 2023-12-08T10:27:51.166201+0000 mon.smithi060 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:27:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:52 smithi105 bash[29464]: audit 2023-12-08T10:27:51.168325+0000 mon.smithi060 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:27:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:52 smithi105 bash[29464]: cluster 2023-12-08T10:27:51.575996+0000 mgr.smithi060.abncol (mgr.14182) 235 : cluster [DBG] pgmap v212: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:52.945 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:27:52.955 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:27:52.956 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-08T10:27:52.965 INFO:teuthology.orchestra.run.smithi060.stderr:+ dnf install -y python3-boto3 2023-12-08T10:27:52.966 INFO:teuthology.orchestra.run.smithi060.stderr:bash: dnf: command not found 2023-12-08T10:27:52.966 INFO:teuthology.orchestra.run.smithi060.stderr:+ apt install -y python3-boto3 2023-12-08T10:27:52.972 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:27:52.973 INFO:teuthology.orchestra.run.smithi060.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-12-08T10:27:52.973 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:27:53.045 INFO:teuthology.orchestra.run.smithi060.stdout:Reading package lists... 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: audit 2023-12-08T10:27:52.171406+0000 mon.smithi060 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: cluster 2023-12-08T10:27:52.172020+0000 mon.smithi060 (mon.0) 614 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: cephadm 2023-12-08T10:27:52.219718+0000 mgr.smithi060.abncol (mgr.14182) 236 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: audit 2023-12-08T10:27:52.224595+0000 mon.smithi060 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: cephadm 2023-12-08T10:27:52.227515+0000 mgr.smithi060.abncol (mgr.14182) 237 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:27:53.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:53 smithi060 bash[25939]: audit 2023-12-08T10:27:52.232280+0000 mon.smithi060 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:53.361 INFO:teuthology.orchestra.run.smithi060.stdout:Building dependency tree... 2023-12-08T10:27:53.362 INFO:teuthology.orchestra.run.smithi060.stdout:Reading state information... 2023-12-08T10:27:53.597 INFO:teuthology.orchestra.run.smithi060.stdout:The following packages were automatically installed and are no longer required: 2023-12-08T10:27:53.597 INFO:teuthology.orchestra.run.smithi060.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-08T10:27:53.597 INFO:teuthology.orchestra.run.smithi060.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-08T10:27:53.598 INFO:teuthology.orchestra.run.smithi060.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-08T10:27:53.598 INFO:teuthology.orchestra.run.smithi060.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-08T10:27:53.598 INFO:teuthology.orchestra.run.smithi060.stdout:The following additional packages will be installed: 2023-12-08T10:27:53.599 INFO:teuthology.orchestra.run.smithi060.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-12-08T10:27:53.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-12-08T10:27:53.599 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-12-08T10:27:53.602 INFO:teuthology.orchestra.run.smithi060.stdout:Suggested packages: 2023-12-08T10:27:53.602 INFO:teuthology.orchestra.run.smithi060.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-12-08T10:27:53.602 INFO:teuthology.orchestra.run.smithi060.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-12-08T10:27:53.602 INFO:teuthology.orchestra.run.smithi060.stdout: sgml-base-doc debhelper 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: audit 2023-12-08T10:27:52.171406+0000 mon.smithi060 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: cluster 2023-12-08T10:27:52.172020+0000 mon.smithi060 (mon.0) 614 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: cephadm 2023-12-08T10:27:52.219718+0000 mgr.smithi060.abncol (mgr.14182) 236 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: audit 2023-12-08T10:27:52.224595+0000 mon.smithi060 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: cephadm 2023-12-08T10:27:52.227515+0000 mgr.smithi060.abncol (mgr.14182) 237 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:27:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:53 smithi105 bash[29464]: audit 2023-12-08T10:27:52.232280+0000 mon.smithi060 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:53.642 INFO:teuthology.orchestra.run.smithi060.stdout:The following NEW packages will be installed: 2023-12-08T10:27:53.643 INFO:teuthology.orchestra.run.smithi060.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-12-08T10:27:53.643 INFO:teuthology.orchestra.run.smithi060.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-12-08T10:27:53.644 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-12-08T10:27:53.644 INFO:teuthology.orchestra.run.smithi060.stdout: xml-core 2023-12-08T10:27:53.703 INFO:teuthology.orchestra.run.smithi060.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-12-08T10:27:53.703 INFO:teuthology.orchestra.run.smithi060.stdout:Need to get 4,955 kB of archives. 2023-12-08T10:27:53.703 INFO:teuthology.orchestra.run.smithi060.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-12-08T10:27:53.703 INFO:teuthology.orchestra.run.smithi060.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-12-08T10:27:53.720 INFO:teuthology.orchestra.run.smithi060.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-12-08T10:27:53.729 INFO:teuthology.orchestra.run.smithi060.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-12-08T10:27:53.775 INFO:teuthology.orchestra.run.smithi060.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-12-08T10:27:53.777 INFO:teuthology.orchestra.run.smithi060.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-12-08T10:27:53.778 INFO:teuthology.orchestra.run.smithi060.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-12-08T10:27:53.784 INFO:teuthology.orchestra.run.smithi060.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-12-08T10:27:53.784 INFO:teuthology.orchestra.run.smithi060.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-12-08T10:27:53.806 INFO:teuthology.orchestra.run.smithi060.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-08T10:27:53.807 INFO:teuthology.orchestra.run.smithi060.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-08T10:27:53.860 INFO:teuthology.orchestra.run.smithi060.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-08T10:27:53.861 INFO:teuthology.orchestra.run.smithi060.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-12-08T10:27:53.861 INFO:teuthology.orchestra.run.smithi060.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-12-08T10:27:53.862 INFO:teuthology.orchestra.run.smithi060.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-12-08T10:27:53.866 INFO:teuthology.orchestra.run.smithi060.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-08T10:27:54.133 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: unable to initialize frontend: Dialog 2023-12-08T10:27:54.133 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-08T10:27:54.133 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: falling back to frontend: Readline 2023-12-08T10:27:54.151 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: unable to initialize frontend: Readline 2023-12-08T10:27:54.152 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: (This frontend requires a controlling tty.) 2023-12-08T10:27:54.152 INFO:teuthology.orchestra.run.smithi060.stderr:debconf: falling back to frontend: Teletype 2023-12-08T10:27:54.158 INFO:teuthology.orchestra.run.smithi060.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-12-08T10:27:54.225 INFO:teuthology.orchestra.run.smithi060.stdout:Fetched 4,955 kB in 0s (23.7 MB/s) 2023-12-08T10:27:54.435 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package sgml-base. 2023-12-08T10:27:54.503 INFO:teuthology.orchestra.run.smithi060.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-08T10:27:54.509 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-12-08T10:27:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:54 smithi105 bash[29464]: cluster 2023-12-08T10:27:53.189860+0000 mon.smithi060 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:27:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:54 smithi105 bash[29464]: cluster 2023-12-08T10:27:53.243930+0000 mon.smithi060 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi060.abncol(active, since 6m), standbys: smithi105.gcxhaw 2023-12-08T10:27:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:54 smithi105 bash[29464]: cluster 2023-12-08T10:27:53.576499+0000 mgr.smithi060.abncol (mgr.14182) 238 : cluster [DBG] pgmap v215: 33 pgs: 18 creating+peering, 9 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:54.695 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:54 smithi060 bash[25939]: cluster 2023-12-08T10:27:53.189860+0000 mon.smithi060 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T10:27:54.695 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:54 smithi060 bash[25939]: cluster 2023-12-08T10:27:53.243930+0000 mon.smithi060 (mon.0) 618 : cluster [DBG] mgrmap e19: smithi060.abncol(active, since 6m), standbys: smithi105.gcxhaw 2023-12-08T10:27:54.695 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:54 smithi060 bash[25939]: cluster 2023-12-08T10:27:53.576499+0000 mgr.smithi060.abncol (mgr.14182) 238 : cluster [DBG] pgmap v215: 33 pgs: 18 creating+peering, 9 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:54.886 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking sgml-base (1.29) ... 2023-12-08T10:27:56.035 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package xml-core. 2023-12-08T10:27:56.054 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-12-08T10:27:56.087 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking xml-core (0.18) ... 2023-12-08T10:27:57.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:56 smithi060 bash[25939]: cluster 2023-12-08T10:27:55.577054+0000 mgr.smithi060.abncol (mgr.14182) 239 : cluster [DBG] pgmap v216: 33 pgs: 18 creating+peering, 2 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:57.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:56 smithi105 bash[29464]: cluster 2023-12-08T10:27:55.577054+0000 mgr.smithi060.abncol (mgr.14182) 239 : cluster [DBG] pgmap v216: 33 pgs: 18 creating+peering, 2 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:57.378 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package docutils-common. 2023-12-08T10:27:57.397 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-12-08T10:27:57.548 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-12-08T10:27:58.379 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libpaper1:amd64. 2023-12-08T10:27:58.394 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-08T10:27:58.521 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-08T10:27:58.849 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package libpaper-utils. 2023-12-08T10:27:58.863 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-08T10:27:58.907 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-08T10:27:59.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:58 smithi060 bash[25939]: cluster 2023-12-08T10:27:57.577606+0000 mgr.smithi060.abncol (mgr.14182) 240 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:59.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:27:58 smithi060 bash[25939]: audit 2023-12-08T10:27:58.610488+0000 mon.smithi060 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:58 smithi105 bash[29464]: cluster 2023-12-08T10:27:57.577606+0000 mgr.smithi060.abncol (mgr.14182) 240 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:27:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:27:58 smithi105 bash[29464]: audit 2023-12-08T10:27:58.610488+0000 mon.smithi060 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:27:59.194 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-dateutil. 2023-12-08T10:27:59.208 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-12-08T10:27:59.252 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-12-08T10:27:59.530 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-roman. 2023-12-08T10:27:59.544 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-12-08T10:27:59.580 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-12-08T10:28:00.394 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-docutils. 2023-12-08T10:28:00.410 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-12-08T10:28:00.464 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-12-08T10:28:00.849 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-jmespath. 2023-12-08T10:28:00.868 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-12-08T10:28:00.907 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-08T10:28:01.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:00 smithi060 bash[25939]: cluster 2023-12-08T10:27:59.578233+0000 mgr.smithi060.abncol (mgr.14182) 241 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:00 smithi105 bash[29464]: cluster 2023-12-08T10:27:59.578233+0000 mgr.smithi060.abncol (mgr.14182) 241 : cluster [DBG] pgmap v218: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:01.219 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-botocore. 2023-12-08T10:28:01.235 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-12-08T10:28:01.277 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-08T10:28:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.715662+0000 mon.smithi060 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.717196+0000 mon.smithi060 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.718522+0000 mon.smithi060 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.726332+0000 mon.smithi060 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.734028+0000 mon.smithi060 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: cephadm 2023-12-08T10:28:00.740904+0000 mgr.smithi060.abncol (mgr.14182) 242 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.744392+0000 mon.smithi060 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.745126+0000 mon.smithi060 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.gvsorm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.752481+0000 mon.smithi060 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.gvsorm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.759436+0000 mon.smithi060 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: audit 2023-12-08T10:28:00.760522+0000 mon.smithi060 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:02.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:01 smithi060 bash[25939]: cephadm 2023-12-08T10:28:00.761456+0000 mgr.smithi060.abncol (mgr.14182) 243 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.gvsorm on smithi105 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.715662+0000 mon.smithi060 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.717196+0000 mon.smithi060 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.718522+0000 mon.smithi060 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.726332+0000 mon.smithi060 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.734028+0000 mon.smithi060 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: cephadm 2023-12-08T10:28:00.740904+0000 mgr.smithi060.abncol (mgr.14182) 242 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.744392+0000 mon.smithi060 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.745126+0000 mon.smithi060 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.gvsorm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.752481+0000 mon.smithi060 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.gvsorm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.759436+0000 mon.smithi060 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: audit 2023-12-08T10:28:00.760522+0000 mon.smithi060 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:02.098 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:01 smithi105 bash[29464]: cephadm 2023-12-08T10:28:00.761456+0000 mgr.smithi060.abncol (mgr.14182) 243 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.gvsorm on smithi105 2023-12-08T10:28:02.377 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-s3transfer. 2023-12-08T10:28:02.394 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-12-08T10:28:02.446 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-08T10:28:02.721 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-boto3. 2023-12-08T10:28:02.741 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-12-08T10:28:02.779 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-12-08T10:28:02.946 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:02 smithi105 bash[29464]: cluster 2023-12-08T10:28:01.578908+0000 mgr.smithi060.abncol (mgr.14182) 244 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:03.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:02 smithi060 bash[25939]: cluster 2023-12-08T10:28:01.578908+0000 mgr.smithi060.abncol (mgr.14182) 244 : cluster [DBG] pgmap v219: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:03.126 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-olefile. 2023-12-08T10:28:03.141 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-12-08T10:28:03.176 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-12-08T10:28:04.090 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pil:amd64. 2023-12-08T10:28:04.103 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: audit 2023-12-08T10:28:02.987954+0000 mon.smithi060 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: audit 2023-12-08T10:28:02.990099+0000 mon.smithi060 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi060.xfiukj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: audit 2023-12-08T10:28:02.996970+0000 mon.smithi060 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi060.xfiukj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: audit 2023-12-08T10:28:03.006824+0000 mon.smithi060 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: audit 2023-12-08T10:28:03.008774+0000 mon.smithi060 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: cephadm 2023-12-08T10:28:03.010134+0000 mgr.smithi060.abncol (mgr.14182) 245 : cephadm [INF] Deploying daemon rgw.foorgw.smithi060.xfiukj on smithi060 2023-12-08T10:28:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:03 smithi105 bash[29464]: cluster 2023-12-08T10:28:03.579764+0000 mgr.smithi060.abncol (mgr.14182) 246 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:04.268 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: audit 2023-12-08T10:28:02.987954+0000 mon.smithi060 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: audit 2023-12-08T10:28:02.990099+0000 mon.smithi060 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi060.xfiukj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: audit 2023-12-08T10:28:02.996970+0000 mon.smithi060 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi060.xfiukj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: audit 2023-12-08T10:28:03.006824+0000 mon.smithi060 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: audit 2023-12-08T10:28:03.008774+0000 mon.smithi060 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: cephadm 2023-12-08T10:28:03.010134+0000 mgr.smithi060.abncol (mgr.14182) 245 : cephadm [INF] Deploying daemon rgw.foorgw.smithi060.xfiukj on smithi060 2023-12-08T10:28:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:03 smithi060 bash[25939]: cluster 2023-12-08T10:28:03.579764+0000 mgr.smithi060.abncol (mgr.14182) 246 : cluster [DBG] pgmap v220: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:04.837 INFO:teuthology.orchestra.run.smithi060.stdout:Selecting previously unselected package python3-pygments. 2023-12-08T10:28:04.853 INFO:teuthology.orchestra.run.smithi060.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-12-08T10:28:04.896 INFO:teuthology.orchestra.run.smithi060.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:28:06.002 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-08T10:28:06.046 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:06 smithi060 bash[25939]: cluster 2023-12-08T10:28:05.011926+0000 mon.smithi060 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:28:06.046 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:06 smithi060 bash[25939]: audit 2023-12-08T10:28:05.017315+0000 mon.smithi060 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:28:06.049 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:06 smithi060 bash[25939]: audit 2023-12-08T10:28:05.017335+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:28:06.049 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:06 smithi060 bash[25939]: cluster 2023-12-08T10:28:05.580492+0000 mgr.smithi060.abncol (mgr.14182) 247 : cluster [DBG] pgmap v222: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:06 smithi105 bash[29464]: cluster 2023-12-08T10:28:05.011926+0000 mon.smithi060 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T10:28:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:06 smithi105 bash[29464]: audit 2023-12-08T10:28:05.017315+0000 mon.smithi060 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:28:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:06 smithi105 bash[29464]: audit 2023-12-08T10:28:05.017335+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T10:28:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:06 smithi105 bash[29464]: cluster 2023-12-08T10:28:05.580492+0000 mgr.smithi060.abncol (mgr.14182) 247 : cluster [DBG] pgmap v222: 65 pgs: 32 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:28:06.175 INFO:teuthology.orchestra.run.smithi060.stdout:debconf: unable to initialize frontend: Dialog 2023-12-08T10:28:06.176 INFO:teuthology.orchestra.run.smithi060.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-08T10:28:06.176 INFO:teuthology.orchestra.run.smithi060.stdout:debconf: falling back to frontend: Readline 2023-12-08T10:28:06.642 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:28:06.642 INFO:teuthology.orchestra.run.smithi060.stdout:Creating config file /etc/papersize with new version 2023-12-08T10:28:07.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.017047+0000 mon.smithi060 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T10:28:07.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cluster 2023-12-08T10:28:06.017306+0000 mon.smithi060 (mon.0) 638 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.084633+0000 mon.smithi060 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.538934+0000 mon.smithi060 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cephadm 2023-12-08T10:28:06.561580+0000 mgr.smithi060.abncol (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.rpgdqi 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.562120+0000 mon.smithi060 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.566734+0000 mon.smithi060 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cephadm 2023-12-08T10:28:06.567698+0000 mgr.smithi060.abncol (mgr.14182) 249 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.568283+0000 mon.smithi060 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.574287+0000 mon.smithi060 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.575786+0000 mon.smithi060 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.627662+0000 mon.smithi060 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.631157+0000 mon.smithi060 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cephadm 2023-12-08T10:28:06.708415+0000 mgr.smithi060.abncol (mgr.14182) 250 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:28:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cephadm 2023-12-08T10:28:06.708666+0000 mgr.smithi060.abncol (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.rpgdqi-rgw 2023-12-08T10:28:07.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.709383+0000 mon.smithi060 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:07.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.715456+0000 mon.smithi060 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:07.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: audit 2023-12-08T10:28:06.725425+0000 mon.smithi060 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:07.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:07 smithi105 bash[29464]: cephadm 2023-12-08T10:28:06.727333+0000 mgr.smithi060.abncol (mgr.14182) 252 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi060.rpgdqi on smithi060 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.017047+0000 mon.smithi060 (mon.0) 637 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cluster 2023-12-08T10:28:06.017306+0000 mon.smithi060 (mon.0) 638 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.084633+0000 mon.smithi060 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.538934+0000 mon.smithi060 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cephadm 2023-12-08T10:28:06.561580+0000 mgr.smithi060.abncol (mgr.14182) 248 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.rpgdqi 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.562120+0000 mon.smithi060 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.566734+0000 mon.smithi060 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cephadm 2023-12-08T10:28:06.567698+0000 mgr.smithi060.abncol (mgr.14182) 249 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.568283+0000 mon.smithi060 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.574287+0000 mon.smithi060 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 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-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.575786+0000 mon.smithi060 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:07.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.627662+0000 mon.smithi060 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.631157+0000 mon.smithi060 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cephadm 2023-12-08T10:28:06.708415+0000 mgr.smithi060.abncol (mgr.14182) 250 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cephadm 2023-12-08T10:28:06.708666+0000 mgr.smithi060.abncol (mgr.14182) 251 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi060.rpgdqi-rgw 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.709383+0000 mon.smithi060 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.715456+0000 mon.smithi060 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi060.rpgdqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: audit 2023-12-08T10:28:06.725425+0000 mon.smithi060 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:07.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:07 smithi060 bash[25939]: cephadm 2023-12-08T10:28:06.727333+0000 mgr.smithi060.abncol (mgr.14182) 252 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi060.rpgdqi on smithi060 2023-12-08T10:28:07.582 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-08T10:28:08.093 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-roman (2.0.0-3) ... 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: cluster 2023-12-08T10:28:07.018780+0000 mon.smithi060 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: audit 2023-12-08T10:28:07.034039+0000 mon.smithi060 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: audit 2023-12-08T10:28:07.034763+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: cluster 2023-12-08T10:28:07.581301+0000 mgr.smithi060.abncol (mgr.14182) 253 : cluster [DBG] pgmap v225: 97 pgs: 5 creating+peering, 43 unknown, 49 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 1023 B/s wr, 1 op/s 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: audit 2023-12-08T10:28:08.024714+0000 mon.smithi060 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T10:28:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:08 smithi105 bash[29464]: cluster 2023-12-08T10:28:08.024846+0000 mon.smithi060 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: cluster 2023-12-08T10:28:07.018780+0000 mon.smithi060 (mon.0) 651 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: audit 2023-12-08T10:28:07.034039+0000 mon.smithi060 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: audit 2023-12-08T10:28:07.034763+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: cluster 2023-12-08T10:28:07.581301+0000 mgr.smithi060.abncol (mgr.14182) 253 : cluster [DBG] pgmap v225: 97 pgs: 5 creating+peering, 43 unknown, 49 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 1023 B/s wr, 1 op/s 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: audit 2023-12-08T10:28:08.024714+0000 mon.smithi060 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T10:28:08.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:08 smithi060 bash[25939]: cluster 2023-12-08T10:28:08.024846+0000 mon.smithi060 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T10:28:08.579 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-08T10:28:08.998 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-12-08T10:28:09.652 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up sgml-base (1.29) ... 2023-12-08T10:28:09.804 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-08T10:28:10.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: cluster 2023-12-08T10:28:09.043496+0000 mon.smithi060 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:28:10.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.047306+0000 mon.smithi060 (mon.0) 656 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.047660+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.050528+0000 mon.smithi060 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: cluster 2023-12-08T10:28:09.581885+0000 mgr.smithi060.abncol (mgr.14182) 254 : cluster [DBG] pgmap v228: 129 pgs: 7 creating+peering, 61 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.812464+0000 mon.smithi060 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.822582+0000 mon.smithi060 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: cephadm 2023-12-08T10:28:09.844010+0000 mgr.smithi060.abncol (mgr.14182) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cnstui on smithi105 2023-12-08T10:28:10.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:10 smithi060 bash[25939]: audit 2023-12-08T10:28:09.862556+0000 mon.smithi060 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:10.304 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up xml-core (0.18) ... 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: cluster 2023-12-08T10:28:09.043496+0000 mon.smithi060 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.047306+0000 mon.smithi060 (mon.0) 656 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.047660+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/203771729' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.050528+0000 mon.smithi060 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: cluster 2023-12-08T10:28:09.581885+0000 mgr.smithi060.abncol (mgr.14182) 254 : cluster [DBG] pgmap v228: 129 pgs: 7 creating+peering, 61 unknown, 61 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 2 op/s 2023-12-08T10:28:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.812464+0000 mon.smithi060 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.822582+0000 mon.smithi060 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: cephadm 2023-12-08T10:28:09.844010+0000 mgr.smithi060.abncol (mgr.14182) 255 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cnstui on smithi105 2023-12-08T10:28:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:10 smithi105 bash[29464]: audit 2023-12-08T10:28:09.862556+0000 mon.smithi060 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:11.288 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-12-08T10:28:11.333 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:11 smithi060 bash[25939]: audit 2023-12-08T10:28:10.050871+0000 mon.smithi060 (mon.0) 661 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:28:11.334 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:11 smithi060 bash[25939]: audit 2023-12-08T10:28:10.051059+0000 mon.smithi060 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:28:11.334 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:11 smithi060 bash[25939]: cluster 2023-12-08T10:28:10.051228+0000 mon.smithi060 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:28:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:11 smithi105 bash[29464]: audit 2023-12-08T10:28:10.050871+0000 mon.smithi060 (mon.0) 661 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:28:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:11 smithi105 bash[29464]: audit 2023-12-08T10:28:10.051059+0000 mon.smithi060 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T10:28:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:11 smithi105 bash[29464]: cluster 2023-12-08T10:28:10.051228+0000 mon.smithi060 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-08T10:28:11.591 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-08T10:28:12.159 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-12-08T10:28:12.287 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-12-08T10:28:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:12 smithi105 bash[29464]: cluster 2023-12-08T10:28:11.060260+0000 mon.smithi060 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:28:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:12 smithi105 bash[29464]: audit 2023-12-08T10:28:11.061951+0000 mon.smithi060 (mon.0) 665 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:12 smithi105 bash[29464]: audit 2023-12-08T10:28:11.068995+0000 mon.smithi060 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:12 smithi105 bash[29464]: audit 2023-12-08T10:28:11.069167+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/3339737864' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:12 smithi105 bash[29464]: cluster 2023-12-08T10:28:11.582619+0000 mgr.smithi060.abncol (mgr.14182) 256 : cluster [DBG] pgmap v231: 161 pgs: 4 creating+peering, 77 unknown, 80 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2023-12-08T10:28:12.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:12 smithi060 bash[25939]: cluster 2023-12-08T10:28:11.060260+0000 mon.smithi060 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-08T10:28:12.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:12 smithi060 bash[25939]: audit 2023-12-08T10:28:11.061951+0000 mon.smithi060 (mon.0) 665 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:12 smithi060 bash[25939]: audit 2023-12-08T10:28:11.068995+0000 mon.smithi060 (mon.0) 666 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:12 smithi060 bash[25939]: audit 2023-12-08T10:28:11.069167+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/3339737864' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T10:28:12.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:12 smithi060 bash[25939]: cluster 2023-12-08T10:28:11.582619+0000 mgr.smithi060.abncol (mgr.14182) 256 : cluster [DBG] pgmap v231: 161 pgs: 4 creating+peering, 77 unknown, 80 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2023-12-08T10:28:12.998 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: audit 2023-12-08T10:28:12.070703+0000 mon.smithi060 (mon.0) 667 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: audit 2023-12-08T10:28:12.071425+0000 mon.smithi060 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: cluster 2023-12-08T10:28:12.071629+0000 mon.smithi060 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: audit 2023-12-08T10:28:12.076806+0000 mon.smithi060 (mon.0) 670 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: audit 2023-12-08T10:28:12.080467+0000 mon.smithi060 (mon.0) 671 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:13 smithi105 bash[29464]: audit 2023-12-08T10:28:12.081009+0000 mon.smithi105 (mon.1) 23 : audit [INF] from='client.? 172.21.15.105:0/3339737864' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: audit 2023-12-08T10:28:12.070703+0000 mon.smithi060 (mon.0) 667 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:28:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: audit 2023-12-08T10:28:12.071425+0000 mon.smithi060 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T10:28:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: cluster 2023-12-08T10:28:12.071629+0000 mon.smithi060 (mon.0) 669 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-08T10:28:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: audit 2023-12-08T10:28:12.076806+0000 mon.smithi060 (mon.0) 670 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:13.520 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: audit 2023-12-08T10:28:12.080467+0000 mon.smithi060 (mon.0) 671 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:13.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:13 smithi060 bash[25939]: audit 2023-12-08T10:28:12.081009+0000 mon.smithi105 (mon.1) 23 : audit [INF] from='client.? 172.21.15.105:0/3339737864' entity='client.rgw.foorgw.smithi105.gvsorm' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: audit 2023-12-08T10:28:13.074832+0000 mon.smithi060 (mon.0) 672 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: audit 2023-12-08T10:28:13.075084+0000 mon.smithi060 (mon.0) 673 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cluster 2023-12-08T10:28:13.075307+0000 mon.smithi060 (mon.0) 674 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cluster 2023-12-08T10:28:13.583434+0000 mgr.smithi060.abncol (mgr.14182) 257 : cluster [DBG] pgmap v234: 161 pgs: 16 creating+peering, 18 unknown, 127 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.7 KiB/s wr, 8 op/s 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cephadm 2023-12-08T10:28:13.684157+0000 mgr.smithi060.abncol (mgr.14182) 258 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cephadm 2023-12-08T10:28:13.684727+0000 mgr.smithi060.abncol (mgr.14182) 259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: audit 2023-12-08T10:28:13.685507+0000 mon.smithi060 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cnstui"}]: dispatch 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cephadm 2023-12-08T10:28:13.687447+0000 mgr.smithi060.abncol (mgr.14182) 260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cnstui on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:14 smithi105 bash[29464]: cephadm 2023-12-08T10:28:13.691582+0000 mgr.smithi060.abncol (mgr.14182) 261 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.gkfubi on smithi060 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: audit 2023-12-08T10:28:13.074832+0000 mon.smithi060 (mon.0) 672 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: audit 2023-12-08T10:28:13.075084+0000 mon.smithi060 (mon.0) 673 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.gvsorm' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cluster 2023-12-08T10:28:13.075307+0000 mon.smithi060 (mon.0) 674 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cluster 2023-12-08T10:28:13.583434+0000 mgr.smithi060.abncol (mgr.14182) 257 : cluster [DBG] pgmap v234: 161 pgs: 16 creating+peering, 18 unknown, 127 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.7 KiB/s wr, 8 op/s 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cephadm 2023-12-08T10:28:13.684157+0000 mgr.smithi060.abncol (mgr.14182) 258 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.496 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cephadm 2023-12-08T10:28:13.684727+0000 mgr.smithi060.abncol (mgr.14182) 259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: audit 2023-12-08T10:28:13.685507+0000 mon.smithi060 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cnstui"}]: dispatch 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cephadm 2023-12-08T10:28:13.687447+0000 mgr.smithi060.abncol (mgr.14182) 260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cnstui on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-cnstui 2023-12-08T10:28:14.497 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.cnstui 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.cnstui ... 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:14.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:14 smithi060 bash[25939]: cephadm 2023-12-08T10:28:13.691582+0000 mgr.smithi060.abncol (mgr.14182) 261 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.gkfubi on smithi060 2023-12-08T10:28:17.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:16 smithi060 bash[25939]: cluster 2023-12-08T10:28:15.584444+0000 mgr.smithi060.abncol (mgr.14182) 262 : cluster [DBG] pgmap v235: 161 pgs: 14 creating+peering, 5 unknown, 142 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 2.7 KiB/s wr, 90 op/s 2023-12-08T10:28:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:16 smithi105 bash[29464]: cluster 2023-12-08T10:28:15.584444+0000 mgr.smithi060.abncol (mgr.14182) 262 : cluster [DBG] pgmap v235: 161 pgs: 14 creating+peering, 5 unknown, 142 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 2.7 KiB/s wr, 90 op/s 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cluster 2023-12-08T10:28:17.585935+0000 mgr.smithi060.abncol (mgr.14182) 263 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 6.0 KiB/s wr, 274 op/s 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cephadm 2023-12-08T10:28:17.801580+0000 mgr.smithi060.abncol (mgr.14182) 264 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cephadm 2023-12-08T10:28:17.802166+0000 mgr.smithi060.abncol (mgr.14182) 265 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: audit 2023-12-08T10:28:17.802915+0000 mon.smithi060 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.gkfubi"}]: dispatch 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cephadm 2023-12-08T10:28:17.804537+0000 mgr.smithi060.abncol (mgr.14182) 266 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.gkfubi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: audit 2023-12-08T10:28:17.815373+0000 mon.smithi060 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cephadm 2023-12-08T10:28:17.815902+0000 mgr.smithi060.abncol (mgr.14182) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.nrsupk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cephadm 2023-12-08T10:28:17.817580+0000 mgr.smithi060.abncol (mgr.14182) 268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.chqywj on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: audit 2023-12-08T10:28:17.818701+0000 mon.smithi060 (mon.0) 678 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:28:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:18 smithi060 bash[25939]: cluster 2023-12-08T10:28:17.819026+0000 mgr.smithi060.abncol (mgr.14182) 269 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 6.4 KiB/s wr, 301 op/s 2023-12-08T10:28:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cluster 2023-12-08T10:28:17.585935+0000 mgr.smithi060.abncol (mgr.14182) 263 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 6.0 KiB/s wr, 274 op/s 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cephadm 2023-12-08T10:28:17.801580+0000 mgr.smithi060.abncol (mgr.14182) 264 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cephadm 2023-12-08T10:28:17.802166+0000 mgr.smithi060.abncol (mgr.14182) 265 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: audit 2023-12-08T10:28:17.802915+0000 mon.smithi060 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.gkfubi"}]: dispatch 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cephadm 2023-12-08T10:28:17.804537+0000 mgr.smithi060.abncol (mgr.14182) 266 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.gkfubi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gkfubi 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gkfubi 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gkfubi ... 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:19.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: audit 2023-12-08T10:28:17.815373+0000 mon.smithi060 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cephadm 2023-12-08T10:28:17.815902+0000 mgr.smithi060.abncol (mgr.14182) 267 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.nrsupk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cephadm 2023-12-08T10:28:17.817580+0000 mgr.smithi060.abncol (mgr.14182) 268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.chqywj on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: audit 2023-12-08T10:28:17.818701+0000 mon.smithi060 (mon.0) 678 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:28:19.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:18 smithi105 bash[29464]: cluster 2023-12-08T10:28:17.819026+0000 mgr.smithi060.abncol (mgr.14182) 269 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 6.4 KiB/s wr, 301 op/s 2023-12-08T10:28:19.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:19 smithi060 bash[25939]: cluster 2023-12-08T10:28:18.811210+0000 mon.smithi060 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:20.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:19 smithi105 bash[29464]: cluster 2023-12-08T10:28:18.811210+0000 mon.smithi060 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:21.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:20 smithi060 bash[25939]: audit 2023-12-08T10:28:19.692199+0000 mon.smithi060 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:21.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:20 smithi060 bash[25939]: cluster 2023-12-08T10:28:19.820279+0000 mgr.smithi060.abncol (mgr.14182) 270 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 KiB/s rd, 4.3 KiB/s wr, 238 op/s 2023-12-08T10:28:21.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:20 smithi060 bash[25939]: audit 2023-12-08T10:28:19.881781+0000 mon.smithi060 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:20 smithi105 bash[29464]: audit 2023-12-08T10:28:19.692199+0000 mon.smithi060 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:20 smithi105 bash[29464]: cluster 2023-12-08T10:28:19.820279+0000 mgr.smithi060.abncol (mgr.14182) 270 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 KiB/s rd, 4.3 KiB/s wr, 238 op/s 2023-12-08T10:28:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:20 smithi105 bash[29464]: audit 2023-12-08T10:28:19.881781+0000 mon.smithi060 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:23.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:22 smithi060 bash[25939]: cluster 2023-12-08T10:28:21.821918+0000 mgr.smithi060.abncol (mgr.14182) 271 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 3.8 KiB/s wr, 211 op/s 2023-12-08T10:28:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:22 smithi105 bash[29464]: cluster 2023-12-08T10:28:21.821918+0000 mgr.smithi060.abncol (mgr.14182) 271 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 3.8 KiB/s wr, 211 op/s 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: audit 2023-12-08T10:28:23.739977+0000 mon.smithi060 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: cluster 2023-12-08T10:28:23.823281+0000 mgr.smithi060.abncol (mgr.14182) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 3.2 KiB/s wr, 180 op/s 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: audit 2023-12-08T10:28:24.030391+0000 mon.smithi060 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: audit 2023-12-08T10:28:24.328901+0000 mon.smithi060 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: audit 2023-12-08T10:28:24.330050+0000 mon.smithi060 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:25.018 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:24 smithi060 bash[25939]: audit 2023-12-08T10:28:24.733634+0000 mon.smithi060 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: audit 2023-12-08T10:28:23.739977+0000 mon.smithi060 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: cluster 2023-12-08T10:28:23.823281+0000 mgr.smithi060.abncol (mgr.14182) 272 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 KiB/s rd, 3.2 KiB/s wr, 180 op/s 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: audit 2023-12-08T10:28:24.030391+0000 mon.smithi060 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: audit 2023-12-08T10:28:24.328901+0000 mon.smithi060 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: audit 2023-12-08T10:28:24.330050+0000 mon.smithi060 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:24 smithi105 bash[29464]: audit 2023-12-08T10:28:24.733634+0000 mon.smithi060 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: cephadm 2023-12-08T10:28:24.336147+0000 mgr.smithi060.abncol (mgr.14182) 273 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: audit 2023-12-08T10:28:24.750088+0000 mon.smithi060 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: audit 2023-12-08T10:28:24.758027+0000 mon.smithi060 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: cluster 2023-12-08T10:28:24.759676+0000 mgr.smithi060.abncol (mgr.14182) 274 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 2.8 KiB/s wr, 150 op/s 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: audit 2023-12-08T10:28:24.768072+0000 mon.smithi060 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: audit 2023-12-08T10:28:24.785618+0000 mon.smithi060 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: cephadm 2023-12-08T10:28:24.791722+0000 mgr.smithi060.abncol (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dscyvh on smithi105 2023-12-08T10:28:26.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:25 smithi060 bash[25939]: audit 2023-12-08T10:28:24.894388+0000 mon.smithi060 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: cephadm 2023-12-08T10:28:24.336147+0000 mgr.smithi060.abncol (mgr.14182) 273 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: audit 2023-12-08T10:28:24.750088+0000 mon.smithi060 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: audit 2023-12-08T10:28:24.758027+0000 mon.smithi060 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: cluster 2023-12-08T10:28:24.759676+0000 mgr.smithi060.abncol (mgr.14182) 274 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 2.8 KiB/s wr, 150 op/s 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: audit 2023-12-08T10:28:24.768072+0000 mon.smithi060 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: audit 2023-12-08T10:28:24.785618+0000 mon.smithi060 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: cephadm 2023-12-08T10:28:24.791722+0000 mgr.smithi060.abncol (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dscyvh on smithi105 2023-12-08T10:28:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:25 smithi105 bash[29464]: audit 2023-12-08T10:28:24.894388+0000 mon.smithi060 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:27.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:26 smithi060 bash[25939]: cluster 2023-12-08T10:28:25.755165+0000 mon.smithi060 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:28:27.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:26 smithi060 bash[25939]: cluster 2023-12-08T10:28:25.755225+0000 mon.smithi060 (mon.0) 693 : cluster [INF] Cluster is now healthy 2023-12-08T10:28:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:26 smithi105 bash[29464]: cluster 2023-12-08T10:28:25.755165+0000 mon.smithi060 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:28:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:26 smithi105 bash[29464]: cluster 2023-12-08T10:28:25.755225+0000 mon.smithi060 (mon.0) 693 : cluster [INF] Cluster is now healthy 2023-12-08T10:28:28.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:27 smithi060 bash[25939]: cluster 2023-12-08T10:28:26.760915+0000 mgr.smithi060.abncol (mgr.14182) 276 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 334 B/s wr, 11 op/s 2023-12-08T10:28:28.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:27 smithi105 bash[29464]: cluster 2023-12-08T10:28:26.760915+0000 mgr.smithi060.abncol (mgr.14182) 276 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 334 B/s wr, 11 op/s 2023-12-08T10:28:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:28 smithi105 bash[29464]: audit 2023-12-08T10:28:28.771614+0000 mon.smithi060 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dscyvh"}]: dispatch 2023-12-08T10:28:29.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:28 smithi060 bash[25939]: audit 2023-12-08T10:28:28.771614+0000 mon.smithi060 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dscyvh"}]: dispatch 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: cluster 2023-12-08T10:28:28.762028+0000 mgr.smithi060.abncol (mgr.14182) 277 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: cephadm 2023-12-08T10:28:28.770246+0000 mgr.smithi060.abncol (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: cephadm 2023-12-08T10:28:28.770968+0000 mgr.smithi060.abncol (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: cephadm 2023-12-08T10:28:28.773499+0000 mgr.smithi060.abncol (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dscyvh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:29 smithi105 bash[29464]: cephadm 2023-12-08T10:28:28.779153+0000 mgr.smithi060.abncol (mgr.14182) 281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.cpwbze on smithi060 2023-12-08T10:28:30.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: cluster 2023-12-08T10:28:28.762028+0000 mgr.smithi060.abncol (mgr.14182) 277 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-08T10:28:30.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: cephadm 2023-12-08T10:28:28.770246+0000 mgr.smithi060.abncol (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: cephadm 2023-12-08T10:28:28.770968+0000 mgr.smithi060.abncol (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: cephadm 2023-12-08T10:28:28.773499+0000 mgr.smithi060.abncol (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dscyvh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dscyvh 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dscyvh 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dscyvh ... 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:29 smithi060 bash[25939]: cephadm 2023-12-08T10:28:28.779153+0000 mgr.smithi060.abncol (mgr.14182) 281 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.cpwbze on smithi060 2023-12-08T10:28:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:31 smithi105 bash[29464]: cluster 2023-12-08T10:28:30.762774+0000 mgr.smithi060.abncol (mgr.14182) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-08T10:28:32.178 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:31 smithi060 bash[25939]: cluster 2023-12-08T10:28:30.762774+0000 mgr.smithi060.abncol (mgr.14182) 282 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2023-12-08T10:28:32.294 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-08T10:28:32.468 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-12-08T10:28:33.009 INFO:teuthology.orchestra.run.smithi060.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-08T10:28:33.020 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:32 smithi060 bash[25939]: audit 2023-12-08T10:28:32.683864+0000 mon.smithi060 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.cpwbze"}]: dispatch 2023-12-08T10:28:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:32 smithi105 bash[29464]: audit 2023-12-08T10:28:32.683864+0000 mon.smithi060 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.cpwbze"}]: dispatch 2023-12-08T10:28:33.130 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-12-08T10:28:33.463 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-12-08T10:28:33.498 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-12-08T10:28:33.537 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-12-08T10:28:33.571 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-12-08T10:28:33.613 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-12-08T10:28:33.647 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-12-08T10:28:33.672 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-12-08T10:28:33.697 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-12-08T10:28:33.723 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-12-08T10:28:33.748 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-12-08T10:28:33.774 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-12-08T10:28:33.799 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-12-08T10:28:33.825 INFO:teuthology.orchestra.run.smithi060.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-12-08T10:28:34.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cephadm 2023-12-08T10:28:32.682686+0000 mgr.smithi060.abncol (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cephadm 2023-12-08T10:28:32.683250+0000 mgr.smithi060.abncol (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cephadm 2023-12-08T10:28:32.685389+0000 mgr.smithi060.abncol (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.cpwbze on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cephadm 2023-12-08T10:28:32.689468+0000 mgr.smithi060.abncol (mgr.14182) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wtdxhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cephadm 2023-12-08T10:28:32.692708+0000 mgr.smithi060.abncol (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cluster 2023-12-08T10:28:32.694327+0000 mgr.smithi060.abncol (mgr.14182) 288 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: cluster 2023-12-08T10:28:32.833638+0000 mon.smithi060 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:34.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:33 smithi105 bash[29464]: audit 2023-12-08T10:28:32.960124+0000 mon.smithi060 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:28:34.233 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-08T10:28:34.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cephadm 2023-12-08T10:28:32.682686+0000 mgr.smithi060.abncol (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cephadm 2023-12-08T10:28:32.683250+0000 mgr.smithi060.abncol (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cephadm 2023-12-08T10:28:32.685389+0000 mgr.smithi060.abncol (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.cpwbze on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-cpwbze 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.cpwbze 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.cpwbze ... 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cephadm 2023-12-08T10:28:32.689468+0000 mgr.smithi060.abncol (mgr.14182) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wtdxhs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cephadm 2023-12-08T10:28:32.692708+0000 mgr.smithi060.abncol (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cluster 2023-12-08T10:28:32.694327+0000 mgr.smithi060.abncol (mgr.14182) 288 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-08T10:28:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: cluster 2023-12-08T10:28:32.833638+0000 mon.smithi060 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:33 smithi060 bash[25939]: audit 2023-12-08T10:28:32.960124+0000 mon.smithi060 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:28:34.626 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-08T10:28:34.935 INFO:teuthology.orchestra.run.smithi060.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-12-08T10:28:35.612 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:28:35.666 INFO:teuthology.orchestra.run.smithi060.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-08T10:28:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:35 smithi105 bash[29464]: cluster 2023-12-08T10:28:34.695937+0000 mgr.smithi060.abncol (mgr.14182) 289 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-08T10:28:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:35 smithi105 bash[29464]: audit 2023-12-08T10:28:34.911411+0000 mon.smithi060 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:36.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:35 smithi060 bash[25939]: cluster 2023-12-08T10:28:34.695937+0000 mgr.smithi060.abncol (mgr.14182) 289 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2023-12-08T10:28:36.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:35 smithi060 bash[25939]: audit 2023-12-08T10:28:34.911411+0000 mon.smithi060 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:38.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:37 smithi060 bash[25939]: cluster 2023-12-08T10:28:36.697417+0000 mgr.smithi060.abncol (mgr.14182) 290 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:28:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:37 smithi105 bash[29464]: cluster 2023-12-08T10:28:36.697417+0000 mgr.smithi060.abncol (mgr.14182) 290 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 1 op/s 2023-12-08T10:28:39.885 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 2023-12-08T10:28:39.917 INFO:teuthology.orchestra.run.smithi060.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: cluster 2023-12-08T10:28:38.698669+0000 mgr.smithi060.abncol (mgr.14182) 291 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:38.849866+0000 mon.smithi060 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.238786+0000 mon.smithi060 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.240574+0000 mon.smithi060 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.241884+0000 mon.smithi060 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.517047+0000 mon.smithi060 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.525332+0000 mon.smithi060 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:39 smithi105 bash[29464]: audit 2023-12-08T10:28:39.538658+0000 mon.smithi060 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: cluster 2023-12-08T10:28:38.698669+0000 mgr.smithi060.abncol (mgr.14182) 291 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 943 B/s rd, 0 op/s 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:38.849866+0000 mon.smithi060 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.238786+0000 mon.smithi060 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.240574+0000 mon.smithi060 (mon.0) 701 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.241884+0000 mon.smithi060 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.517047+0000 mon.smithi060 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.525332+0000 mon.smithi060 (mon.0) 704 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:28:40.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:39 smithi060 bash[25939]: audit 2023-12-08T10:28:39.538658+0000 mon.smithi060 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:40 smithi105 bash[29464]: cephadm 2023-12-08T10:28:39.248442+0000 mgr.smithi060.abncol (mgr.14182) 292 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:28:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:40 smithi105 bash[29464]: cluster 2023-12-08T10:28:39.518024+0000 mgr.smithi060.abncol (mgr.14182) 293 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:28:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:40 smithi105 bash[29464]: cephadm 2023-12-08T10:28:39.542144+0000 mgr.smithi060.abncol (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jjasgb on smithi105 2023-12-08T10:28:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:40 smithi105 bash[29464]: cluster 2023-12-08T10:28:40.514897+0000 mon.smithi060 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:28:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:40 smithi105 bash[29464]: cluster 2023-12-08T10:28:40.514929+0000 mon.smithi060 (mon.0) 707 : cluster [INF] Cluster is now healthy 2023-12-08T10:28:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:40 smithi060 bash[25939]: cephadm 2023-12-08T10:28:39.248442+0000 mgr.smithi060.abncol (mgr.14182) 292 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-08T10:28:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:40 smithi060 bash[25939]: cluster 2023-12-08T10:28:39.518024+0000 mgr.smithi060.abncol (mgr.14182) 293 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:28:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:40 smithi060 bash[25939]: cephadm 2023-12-08T10:28:39.542144+0000 mgr.smithi060.abncol (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jjasgb on smithi105 2023-12-08T10:28:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:40 smithi060 bash[25939]: cluster 2023-12-08T10:28:40.514897+0000 mon.smithi060 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:28:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:40 smithi060 bash[25939]: cluster 2023-12-08T10:28:40.514929+0000 mon.smithi060 (mon.0) 707 : cluster [INF] Cluster is now healthy 2023-12-08T10:28:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:42 smithi105 bash[29464]: cluster 2023-12-08T10:28:41.519082+0000 mgr.smithi060.abncol (mgr.14182) 295 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 380 B/s rd, 0 op/s 2023-12-08T10:28:43.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:42 smithi060 bash[25939]: cluster 2023-12-08T10:28:41.519082+0000 mgr.smithi060.abncol (mgr.14182) 295 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 380 B/s rd, 0 op/s 2023-12-08T10:28:44.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:43 smithi060 bash[25939]: audit 2023-12-08T10:28:43.360899+0000 mon.smithi060 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jjasgb"}]: dispatch 2023-12-08T10:28:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:43 smithi105 bash[29464]: audit 2023-12-08T10:28:43.360899+0000 mon.smithi060 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jjasgb"}]: dispatch 2023-12-08T10:28:44.459 INFO:teuthology.run_tasks:Running task python... 2023-12-08T10:28:44.472 INFO:tasks.python:Running python on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:28:44.472 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-08T10:28:44.472 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-08T10:28:45.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: cephadm 2023-12-08T10:28:43.360037+0000 mgr.smithi060.abncol (mgr.14182) 296 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: cephadm 2023-12-08T10:28:43.360395+0000 mgr.smithi060.abncol (mgr.14182) 297 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: cephadm 2023-12-08T10:28:43.362408+0000 mgr.smithi060.abncol (mgr.14182) 298 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: cephadm 2023-12-08T10:28:43.366209+0000 mgr.smithi060.abncol (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ctfoqa on smithi060 2023-12-08T10:28:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:44 smithi060 bash[25939]: cluster 2023-12-08T10:28:43.520513+0000 mgr.smithi060.abncol (mgr.14182) 300 : cluster [DBG] pgmap v251: 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-08T10:28:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: cephadm 2023-12-08T10:28:43.360037+0000 mgr.smithi060.abncol (mgr.14182) 296 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: cephadm 2023-12-08T10:28:43.360395+0000 mgr.smithi060.abncol (mgr.14182) 297 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: cephadm 2023-12-08T10:28:43.362408+0000 mgr.smithi060.abncol (mgr.14182) 298 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjasgb ... 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:45.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:45.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: cephadm 2023-12-08T10:28:43.366209+0000 mgr.smithi060.abncol (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ctfoqa on smithi060 2023-12-08T10:28:45.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:44 smithi105 bash[29464]: cluster 2023-12-08T10:28:43.520513+0000 mgr.smithi060.abncol (mgr.14182) 300 : cluster [DBG] pgmap v251: 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-08T10:28:47.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:46 smithi060 bash[25939]: cluster 2023-12-08T10:28:45.521474+0000 mgr.smithi060.abncol (mgr.14182) 301 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 94 B/s wr, 2 op/s 2023-12-08T10:28:47.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:46 smithi060 bash[25939]: cluster 2023-12-08T10:28:45.887067+0000 mon.smithi060 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:28:47.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:46 smithi060 bash[25939]: audit 2023-12-08T10:28:45.887991+0000 mon.smithi060 (mon.0) 710 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-08T10:28:47.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:46 smithi105 bash[29464]: cluster 2023-12-08T10:28:45.521474+0000 mgr.smithi060.abncol (mgr.14182) 301 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 94 B/s wr, 2 op/s 2023-12-08T10:28:47.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:46 smithi105 bash[29464]: cluster 2023-12-08T10:28:45.887067+0000 mon.smithi060 (mon.0) 709 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-08T10:28:47.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:46 smithi105 bash[29464]: audit 2023-12-08T10:28:45.887991+0000 mon.smithi060 (mon.0) 710 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-08T10:28:48.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:47 smithi060 bash[25939]: audit 2023-12-08T10:28:46.897957+0000 mon.smithi060 (mon.0) 711 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-08T10:28:48.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:47 smithi060 bash[25939]: cluster 2023-12-08T10:28:46.898548+0000 mon.smithi060 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-08T10:28:48.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:47 smithi060 bash[25939]: audit 2023-12-08T10:28:46.907922+0000 mon.smithi060 (mon.0) 713 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:48.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:47 smithi060 bash[25939]: audit 2023-12-08T10:28:47.209404+0000 mon.smithi060 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ctfoqa"}]: dispatch 2023-12-08T10:28:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:47 smithi105 bash[29464]: audit 2023-12-08T10:28:46.897957+0000 mon.smithi060 (mon.0) 711 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-08T10:28:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:47 smithi105 bash[29464]: cluster 2023-12-08T10:28:46.898548+0000 mon.smithi060 (mon.0) 712 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-08T10:28:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:47 smithi105 bash[29464]: audit 2023-12-08T10:28:46.907922+0000 mon.smithi060 (mon.0) 713 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T10:28:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:47 smithi105 bash[29464]: audit 2023-12-08T10:28:47.209404+0000 mon.smithi060 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ctfoqa"}]: dispatch 2023-12-08T10:28:49.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cephadm 2023-12-08T10:28:47.208427+0000 mgr.smithi060.abncol (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cephadm 2023-12-08T10:28:47.208855+0000 mgr.smithi060.abncol (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cephadm 2023-12-08T10:28:47.210676+0000 mgr.smithi060.abncol (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cephadm 2023-12-08T10:28:47.213774+0000 mgr.smithi060.abncol (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cephadm 2023-12-08T10:28:47.216455+0000 mgr.smithi060.abncol (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cluster 2023-12-08T10:28:47.218048+0000 mgr.smithi060.abncol (mgr.14182) 307 : cluster [DBG] pgmap v255: 193 pgs: 16 creating+peering, 16 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 132 B/s wr, 4 op/s 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cluster 2023-12-08T10:28:47.893301+0000 mon.smithi060 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: audit 2023-12-08T10:28:47.900838+0000 mon.smithi060 (mon.0) 716 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:48 smithi060 bash[25939]: cluster 2023-12-08T10:28:47.900989+0000 mon.smithi060 (mon.0) 717 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cephadm 2023-12-08T10:28:47.208427+0000 mgr.smithi060.abncol (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cephadm 2023-12-08T10:28:47.208855+0000 mgr.smithi060.abncol (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cephadm 2023-12-08T10:28:47.210676+0000 mgr.smithi060.abncol (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa 2023-12-08T10:28:49.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ctfoqa ... 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cephadm 2023-12-08T10:28:47.213774+0000 mgr.smithi060.abncol (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cephadm 2023-12-08T10:28:47.216455+0000 mgr.smithi060.abncol (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cluster 2023-12-08T10:28:47.218048+0000 mgr.smithi060.abncol (mgr.14182) 307 : cluster [DBG] pgmap v255: 193 pgs: 16 creating+peering, 16 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 132 B/s wr, 4 op/s 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cluster 2023-12-08T10:28:47.893301+0000 mon.smithi060 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: audit 2023-12-08T10:28:47.900838+0000 mon.smithi060 (mon.0) 716 : audit [INF] from='client.? 172.21.15.60:0/3463351658' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T10:28:49.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:48 smithi105 bash[29464]: cluster 2023-12-08T10:28:47.900989+0000 mon.smithi060 (mon.0) 717 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-08T10:28:50.007 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:28:50.017 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:28:50.017 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-12-08T10:28:50.286 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:49 smithi060 bash[25939]: cluster 2023-12-08T10:28:48.925576+0000 mon.smithi060 (mon.0) 718 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-08T10:28:50.286 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:49 smithi060 bash[25939]: audit 2023-12-08T10:28:48.933126+0000 mon.smithi060 (mon.0) 719 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-08T10:28:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:49 smithi105 bash[29464]: cluster 2023-12-08T10:28:48.925576+0000 mon.smithi060 (mon.0) 718 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-08T10:28:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:49 smithi105 bash[29464]: audit 2023-12-08T10:28:48.933126+0000 mon.smithi060 (mon.0) 719 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-08T10:28:51.262 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:50 smithi060 bash[25939]: cluster 2023-12-08T10:28:49.219332+0000 mgr.smithi060.abncol (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 16 creating+peering, 41 unknown, 168 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 830 B/s wr, 4 op/s 2023-12-08T10:28:51.263 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:50 smithi060 bash[25939]: audit 2023-12-08T10:28:49.936775+0000 mon.smithi060 (mon.0) 720 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-08T10:28:51.263 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:50 smithi060 bash[25939]: cluster 2023-12-08T10:28:49.937078+0000 mon.smithi060 (mon.0) 721 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-08T10:28:51.263 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:50 smithi060 bash[25939]: audit 2023-12-08T10:28:49.952421+0000 mon.smithi060 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:50 smithi105 bash[29464]: cluster 2023-12-08T10:28:49.219332+0000 mgr.smithi060.abncol (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 16 creating+peering, 41 unknown, 168 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 830 B/s wr, 4 op/s 2023-12-08T10:28:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:50 smithi105 bash[29464]: audit 2023-12-08T10:28:49.936775+0000 mon.smithi060 (mon.0) 720 : audit [INF] from='client.? 172.21.15.60:0/3158966349' entity='client.rgw.foorgw.smithi060.xfiukj' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-08T10:28:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:50 smithi105 bash[29464]: cluster 2023-12-08T10:28:49.937078+0000 mon.smithi060 (mon.0) 721 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-08T10:28:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:50 smithi105 bash[29464]: audit 2023-12-08T10:28:49.952421+0000 mon.smithi060 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:28:52.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:51 smithi060 bash[25939]: cluster 2023-12-08T10:28:50.949092+0000 mon.smithi060 (mon.0) 723 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-08T10:28:52.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:51 smithi060 bash[25939]: cluster 2023-12-08T10:28:51.220503+0000 mgr.smithi060.abncol (mgr.14182) 309 : cluster [DBG] pgmap v261: 225 pgs: 18 creating+peering, 24 unknown, 183 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 3 op/s 2023-12-08T10:28:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:51 smithi105 bash[29464]: cluster 2023-12-08T10:28:50.949092+0000 mon.smithi060 (mon.0) 723 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-08T10:28:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:51 smithi105 bash[29464]: cluster 2023-12-08T10:28:51.220503+0000 mgr.smithi060.abncol (mgr.14182) 309 : cluster [DBG] pgmap v261: 225 pgs: 18 creating+peering, 24 unknown, 183 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 3 op/s 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout: "bind": "/foouser", 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout: "path": "/", 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout: "cluster": "foo", 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout: "mode": "RW", 2023-12-08T10:28:53.578 INFO:teuthology.orchestra.run.smithi060.stdout: "squash": "none" 2023-12-08T10:28:53.579 INFO:teuthology.orchestra.run.smithi060.stdout:} 2023-12-08T10:28:54.189 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:28:54.238 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-08T10:28:54.238 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:54.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:54 smithi060 bash[25939]: cluster 2023-12-08T10:28:53.222329+0000 mgr.smithi060.abncol (mgr.14182) 310 : cluster [DBG] pgmap v262: 225 pgs: 2 creating+peering, 5 unknown, 218 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 7 op/s 2023-12-08T10:28:54.521 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:54 smithi060 bash[25939]: audit 2023-12-08T10:28:53.367336+0000 mgr.smithi060.abncol (mgr.14182) 311 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:28:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:54 smithi105 bash[29464]: cluster 2023-12-08T10:28:53.222329+0000 mgr.smithi060.abncol (mgr.14182) 310 : cluster [DBG] pgmap v262: 225 pgs: 2 creating+peering, 5 unknown, 218 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 7 op/s 2023-12-08T10:28:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:54 smithi105 bash[29464]: audit 2023-12-08T10:28:53.367336+0000 mgr.smithi060.abncol (mgr.14182) 311 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:28:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:56 smithi105 bash[29464]: cluster 2023-12-08T10:28:55.224078+0000 mgr.smithi060.abncol (mgr.14182) 312 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.1 KiB/s wr, 10 op/s 2023-12-08T10:28:56.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:56 smithi060 bash[25939]: cluster 2023-12-08T10:28:55.224078+0000 mgr.smithi060.abncol (mgr.14182) 312 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.1 KiB/s wr, 10 op/s 2023-12-08T10:28:57.467 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:28:57.467 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:28:58.058 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-08T10:28:58.059 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:28:58.070 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-08T10:28:58.070 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:28:59.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:58 smithi060 bash[25939]: cluster 2023-12-08T10:28:57.226250+0000 mgr.smithi060.abncol (mgr.14182) 313 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1023 B/s wr, 18 op/s 2023-12-08T10:28:59.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:28:58 smithi060 bash[25939]: audit 2023-12-08T10:28:57.456661+0000 mgr.smithi060.abncol (mgr.14182) 314 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:28:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:58 smithi105 bash[29464]: cluster 2023-12-08T10:28:57.226250+0000 mgr.smithi060.abncol (mgr.14182) 313 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 1023 B/s wr, 18 op/s 2023-12-08T10:28:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:28:58 smithi105 bash[29464]: audit 2023-12-08T10:28:57.456661+0000 mgr.smithi060.abncol (mgr.14182) 314 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:01.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:00 smithi060 bash[25939]: cluster 2023-12-08T10:28:59.227948+0000 mgr.smithi060.abncol (mgr.14182) 315 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 881 B/s wr, 17 op/s 2023-12-08T10:29:01.080 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:01.080 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:00 smithi105 bash[29464]: cluster 2023-12-08T10:28:59.227948+0000 mgr.smithi060.abncol (mgr.14182) 315 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 881 B/s wr, 17 op/s 2023-12-08T10:29:01.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:02.705 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:03.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:02 smithi060 bash[25939]: audit 2023-12-08T10:29:01.064313+0000 mgr.smithi060.abncol (mgr.14182) 316 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:03.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:02 smithi060 bash[25939]: cluster 2023-12-08T10:29:01.229545+0000 mgr.smithi060.abncol (mgr.14182) 317 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 697 B/s wr, 15 op/s 2023-12-08T10:29:03.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:02 smithi105 bash[29464]: audit 2023-12-08T10:29:01.064313+0000 mgr.smithi060.abncol (mgr.14182) 316 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:03.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:02 smithi105 bash[29464]: cluster 2023-12-08T10:29:01.229545+0000 mgr.smithi060.abncol (mgr.14182) 317 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 697 B/s wr, 15 op/s 2023-12-08T10:29:05.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:04 smithi060 bash[25939]: cluster 2023-12-08T10:29:03.231645+0000 mgr.smithi060.abncol (mgr.14182) 318 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 596 B/s wr, 13 op/s 2023-12-08T10:29:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:04 smithi105 bash[29464]: cluster 2023-12-08T10:29:03.231645+0000 mgr.smithi060.abncol (mgr.14182) 318 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 596 B/s wr, 13 op/s 2023-12-08T10:29:06.000 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:06.000 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:06.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:07.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:06 smithi060 bash[25939]: cluster 2023-12-08T10:29:05.233075+0000 mgr.smithi060.abncol (mgr.14182) 319 : cluster [DBG] pgmap v268: 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-08T10:29:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:06 smithi105 bash[29464]: cluster 2023-12-08T10:29:05.233075+0000 mgr.smithi060.abncol (mgr.14182) 319 : cluster [DBG] pgmap v268: 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-08T10:29:07.593 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:08.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:07 smithi060 bash[25939]: audit 2023-12-08T10:29:05.989709+0000 mgr.smithi060.abncol (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:07 smithi105 bash[29464]: audit 2023-12-08T10:29:05.989709+0000 mgr.smithi060.abncol (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:08.972 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:08 smithi060 bash[25939]: cluster 2023-12-08T10:29:07.235054+0000 mgr.smithi060.abncol (mgr.14182) 321 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 85 B/s wr, 7 op/s 2023-12-08T10:29:09.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:08 smithi105 bash[29464]: cluster 2023-12-08T10:29:07.235054+0000 mgr.smithi060.abncol (mgr.14182) 321 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 85 B/s wr, 7 op/s 2023-12-08T10:29:10.744 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:10.744 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:11.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:10 smithi060 bash[25939]: cluster 2023-12-08T10:29:09.236511+0000 mgr.smithi060.abncol (mgr.14182) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:29:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:10 smithi105 bash[29464]: cluster 2023-12-08T10:29:09.236511+0000 mgr.smithi060.abncol (mgr.14182) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:29:11.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:12.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:11 smithi060 bash[25939]: audit 2023-12-08T10:29:10.735340+0000 mgr.smithi060.abncol (mgr.14182) 323 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:12.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:11 smithi105 bash[29464]: audit 2023-12-08T10:29:10.735340+0000 mgr.smithi060.abncol (mgr.14182) 323 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:12.391 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:13.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:12 smithi060 bash[25939]: cluster 2023-12-08T10:29:11.238187+0000 mgr.smithi060.abncol (mgr.14182) 324 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:12 smithi105 bash[29464]: cluster 2023-12-08T10:29:11.238187+0000 mgr.smithi060.abncol (mgr.14182) 324 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:15.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:14 smithi060 bash[25939]: cluster 2023-12-08T10:29:13.239851+0000 mgr.smithi060.abncol (mgr.14182) 325 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:14 smithi105 bash[29464]: cluster 2023-12-08T10:29:13.239851+0000 mgr.smithi060.abncol (mgr.14182) 325 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:15.532 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:15.532 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:16.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:17.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:16 smithi060 bash[25939]: cluster 2023-12-08T10:29:15.241249+0000 mgr.smithi060.abncol (mgr.14182) 326 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:17.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:16 smithi060 bash[25939]: audit 2023-12-08T10:29:15.517399+0000 mgr.smithi060.abncol (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:16 smithi105 bash[29464]: cluster 2023-12-08T10:29:15.241249+0000 mgr.smithi060.abncol (mgr.14182) 326 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:16 smithi105 bash[29464]: audit 2023-12-08T10:29:15.517399+0000 mgr.smithi060.abncol (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:17.184 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:19.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:18 smithi060 bash[25939]: cluster 2023-12-08T10:29:17.243413+0000 mgr.smithi060.abncol (mgr.14182) 328 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:18 smithi105 bash[29464]: cluster 2023-12-08T10:29:17.243413+0000 mgr.smithi060.abncol (mgr.14182) 328 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:20.400 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:20.400 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:20.771 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:20 smithi060 bash[25939]: cluster 2023-12-08T10:29:19.245050+0000 mgr.smithi060.abncol (mgr.14182) 329 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:20.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:20 smithi105 bash[29464]: cluster 2023-12-08T10:29:19.245050+0000 mgr.smithi060.abncol (mgr.14182) 329 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:21.992 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:22.003 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:21 smithi060 bash[25939]: audit 2023-12-08T10:29:20.385395+0000 mgr.smithi060.abncol (mgr.14182) 330 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:22.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:21 smithi105 bash[29464]: audit 2023-12-08T10:29:20.385395+0000 mgr.smithi060.abncol (mgr.14182) 330 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:23.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:22 smithi060 bash[25939]: cluster 2023-12-08T10:29:21.246688+0000 mgr.smithi060.abncol (mgr.14182) 331 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:22 smithi105 bash[29464]: cluster 2023-12-08T10:29:21.246688+0000 mgr.smithi060.abncol (mgr.14182) 331 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:25.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:24 smithi060 bash[25939]: cluster 2023-12-08T10:29:23.248626+0000 mgr.smithi060.abncol (mgr.14182) 332 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:25.114 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:25.115 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:24 smithi105 bash[29464]: cluster 2023-12-08T10:29:23.248626+0000 mgr.smithi060.abncol (mgr.14182) 332 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:25.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:26.684 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:27.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:26 smithi060 bash[25939]: audit 2023-12-08T10:29:25.105266+0000 mgr.smithi060.abncol (mgr.14182) 333 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:27.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:26 smithi060 bash[25939]: cluster 2023-12-08T10:29:25.249605+0000 mgr.smithi060.abncol (mgr.14182) 334 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:26 smithi105 bash[29464]: audit 2023-12-08T10:29:25.105266+0000 mgr.smithi060.abncol (mgr.14182) 333 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:26 smithi105 bash[29464]: cluster 2023-12-08T10:29:25.249605+0000 mgr.smithi060.abncol (mgr.14182) 334 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:29:29.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:28 smithi060 bash[25939]: cluster 2023-12-08T10:29:27.251593+0000 mgr.smithi060.abncol (mgr.14182) 335 : cluster [DBG] pgmap v279: 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-08T10:29:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:28 smithi105 bash[29464]: cluster 2023-12-08T10:29:27.251593+0000 mgr.smithi060.abncol (mgr.14182) 335 : cluster [DBG] pgmap v279: 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-08T10:29:29.768 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:29.768 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:30.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:31.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:30 smithi060 bash[25939]: cluster 2023-12-08T10:29:29.252626+0000 mgr.smithi060.abncol (mgr.14182) 336 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:31.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:30 smithi060 bash[25939]: audit 2023-12-08T10:29:29.758350+0000 mgr.smithi060.abncol (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:30 smithi105 bash[29464]: cluster 2023-12-08T10:29:29.252626+0000 mgr.smithi060.abncol (mgr.14182) 336 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:30 smithi105 bash[29464]: audit 2023-12-08T10:29:29.758350+0000 mgr.smithi060.abncol (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:31.393 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:33.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:32 smithi060 bash[25939]: cluster 2023-12-08T10:29:31.254054+0000 mgr.smithi060.abncol (mgr.14182) 338 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:32 smithi105 bash[29464]: cluster 2023-12-08T10:29:31.254054+0000 mgr.smithi060.abncol (mgr.14182) 338 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:34.506 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:34.506 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:35.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:34 smithi060 bash[25939]: cluster 2023-12-08T10:29:33.255310+0000 mgr.smithi060.abncol (mgr.14182) 339 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:35.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:34 smithi105 bash[29464]: cluster 2023-12-08T10:29:33.255310+0000 mgr.smithi060.abncol (mgr.14182) 339 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:36.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:35 smithi060 bash[25939]: audit 2023-12-08T10:29:34.488981+0000 mgr.smithi060.abncol (mgr.14182) 340 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:36.114 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:35 smithi105 bash[29464]: audit 2023-12-08T10:29:34.488981+0000 mgr.smithi060.abncol (mgr.14182) 340 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:36 smithi105 bash[29464]: cluster 2023-12-08T10:29:35.256748+0000 mgr.smithi060.abncol (mgr.14182) 341 : 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-08T10:29:37.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:36 smithi060 bash[25939]: cluster 2023-12-08T10:29:35.256748+0000 mgr.smithi060.abncol (mgr.14182) 341 : 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-08T10:29:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:38 smithi105 bash[29464]: cluster 2023-12-08T10:29:37.257888+0000 mgr.smithi060.abncol (mgr.14182) 342 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:29:39.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:38 smithi060 bash[25939]: cluster 2023-12-08T10:29:37.257888+0000 mgr.smithi060.abncol (mgr.14182) 342 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:29:39.306 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:39.307 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:39.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:40.908 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:41.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:40 smithi105 bash[29464]: cluster 2023-12-08T10:29:39.259382+0000 mgr.smithi060.abncol (mgr.14182) 343 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:41.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:40 smithi105 bash[29464]: audit 2023-12-08T10:29:39.291337+0000 mgr.smithi060.abncol (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:41.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:40 smithi060 bash[25939]: cluster 2023-12-08T10:29:39.259382+0000 mgr.smithi060.abncol (mgr.14182) 343 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:41.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:40 smithi060 bash[25939]: audit 2023-12-08T10:29:39.291337+0000 mgr.smithi060.abncol (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:42 smithi105 bash[29464]: cluster 2023-12-08T10:29:41.260923+0000 mgr.smithi060.abncol (mgr.14182) 345 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:42 smithi060 bash[25939]: cluster 2023-12-08T10:29:41.260923+0000 mgr.smithi060.abncol (mgr.14182) 345 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:44.142 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:44.142 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:44.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:45.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:44 smithi060 bash[25939]: cluster 2023-12-08T10:29:43.263054+0000 mgr.smithi060.abncol (mgr.14182) 346 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:44 smithi105 bash[29464]: cluster 2023-12-08T10:29:43.263054+0000 mgr.smithi060.abncol (mgr.14182) 346 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:45.692 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:46.021 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:45 smithi060 bash[25939]: audit 2023-12-08T10:29:44.124761+0000 mgr.smithi060.abncol (mgr.14182) 347 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:45 smithi105 bash[29464]: audit 2023-12-08T10:29:44.124761+0000 mgr.smithi060.abncol (mgr.14182) 347 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:47.068 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:46 smithi060 bash[25939]: cluster 2023-12-08T10:29:45.264623+0000 mgr.smithi060.abncol (mgr.14182) 348 : 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-08T10:29:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:46 smithi105 bash[29464]: cluster 2023-12-08T10:29:45.264623+0000 mgr.smithi060.abncol (mgr.14182) 348 : 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-08T10:29:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:47 smithi105 bash[29464]: audit 2023-12-08T10:29:47.222216+0000 mon.smithi060 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:48.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:47 smithi060 bash[25939]: audit 2023-12-08T10:29:47.222216+0000 mon.smithi060 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:29:48.811 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:48.811 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:28:39.222331Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:28:38.840052Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:28:39.222840Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:28:38.840304Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:28:38.840446Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:28:39.224638Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:28:38.840580Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:28:38.840844Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:28:38.840710Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:28:38.841439Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:48 smithi105 bash[29464]: cluster 2023-12-08T10:29:47.266402+0000 mgr.smithi060.abncol (mgr.14182) 349 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:29:49.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:48 smithi060 bash[25939]: cluster 2023-12-08T10:29:47.266402+0000 mgr.smithi060.abncol (mgr.14182) 349 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:29:49.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:49 smithi105 bash[29464]: audit 2023-12-08T10:29:48.796064+0000 mgr.smithi060.abncol (mgr.14182) 350 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:49 smithi105 bash[29464]: audit 2023-12-08T10:29:49.520530+0000 mon.smithi060 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]: dispatch 2023-12-08T10:29:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:49 smithi105 bash[29464]: audit 2023-12-08T10:29:49.521006+0000 mon.smithi060 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2023-12-08T10:29:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:49 smithi060 bash[25939]: audit 2023-12-08T10:29:48.796064+0000 mgr.smithi060.abncol (mgr.14182) 350 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:49 smithi060 bash[25939]: audit 2023-12-08T10:29:49.520530+0000 mon.smithi060 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]: dispatch 2023-12-08T10:29:50.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:49 smithi060 bash[25939]: audit 2023-12-08T10:29:49.521006+0000 mon.smithi060 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2023-12-08T10:29:50.418 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:50 smithi105 bash[29464]: cluster 2023-12-08T10:29:49.268055+0000 mgr.smithi060.abncol (mgr.14182) 351 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:50 smithi105 bash[29464]: audit 2023-12-08T10:29:49.834964+0000 mon.smithi060 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]': finished 2023-12-08T10:29:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:50 smithi105 bash[29464]: audit 2023-12-08T10:29:49.835249+0000 mon.smithi060 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2023-12-08T10:29:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:50 smithi105 bash[29464]: cluster 2023-12-08T10:29:49.835558+0000 mon.smithi060 (mon.0) 729 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-08T10:29:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:50 smithi060 bash[25939]: cluster 2023-12-08T10:29:49.268055+0000 mgr.smithi060.abncol (mgr.14182) 351 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:29:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:50 smithi060 bash[25939]: audit 2023-12-08T10:29:49.834964+0000 mon.smithi060 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]': finished 2023-12-08T10:29:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:50 smithi060 bash[25939]: audit 2023-12-08T10:29:49.835249+0000 mon.smithi060 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2023-12-08T10:29:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:50 smithi060 bash[25939]: cluster 2023-12-08T10:29:49.835558+0000 mon.smithi060 (mon.0) 729 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-08T10:29:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:51 smithi105 bash[29464]: cluster 2023-12-08T10:29:50.836401+0000 mon.smithi060 (mon.0) 730 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-08T10:29:52.271 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:51 smithi060 bash[25939]: cluster 2023-12-08T10:29:50.836401+0000 mon.smithi060 (mon.0) 730 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-08T10:29:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:52 smithi105 bash[29464]: cluster 2023-12-08T10:29:51.269304+0000 mgr.smithi060.abncol (mgr.14182) 352 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:53.170 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:52 smithi060 bash[25939]: cluster 2023-12-08T10:29:51.269304+0000 mgr.smithi060.abncol (mgr.14182) 352 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:53.640 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:53.640 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:32.692524Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bygxvs on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:54.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:29:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.106680+0000 mon.smithi060 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: cluster 2023-12-08T10:29:53.271491+0000 mgr.smithi060.abncol (mgr.14182) 353 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.551806+0000 mon.smithi060 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.622799+0000 mgr.smithi060.abncol (mgr.14182) 354 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.849456+0000 mon.smithi060 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.851054+0000 mon.smithi060 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.860001+0000 mon.smithi060 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: cluster 2023-12-08T10:29:53.861181+0000 mgr.smithi060.abncol (mgr.14182) 355 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.868839+0000 mon.smithi060 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: audit 2023-12-08T10:29:53.880692+0000 mon.smithi060 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:54 smithi105 bash[29464]: cephadm 2023-12-08T10:29:53.884412+0000 mgr.smithi060.abncol (mgr.14182) 356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ujftwl on smithi105 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.106680+0000 mon.smithi060 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: cluster 2023-12-08T10:29:53.271491+0000 mgr.smithi060.abncol (mgr.14182) 353 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.551806+0000 mon.smithi060 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.622799+0000 mgr.smithi060.abncol (mgr.14182) 354 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.849456+0000 mon.smithi060 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.851054+0000 mon.smithi060 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.860001+0000 mon.smithi060 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: cluster 2023-12-08T10:29:53.861181+0000 mgr.smithi060.abncol (mgr.14182) 355 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:54.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.868839+0000 mon.smithi060 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:29:54.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: audit 2023-12-08T10:29:53.880692+0000 mon.smithi060 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:29:54.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:54 smithi060 bash[25939]: cephadm 2023-12-08T10:29:53.884412+0000 mgr.smithi060.abncol (mgr.14182) 356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ujftwl on smithi105 2023-12-08T10:29:55.325 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:29:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:55 smithi105 bash[29464]: cluster 2023-12-08T10:29:54.102022+0000 mon.smithi060 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:29:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:55 smithi105 bash[29464]: cluster 2023-12-08T10:29:54.102091+0000 mon.smithi060 (mon.0) 739 : cluster [INF] Cluster is now healthy 2023-12-08T10:29:55.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:55 smithi060 bash[25939]: cluster 2023-12-08T10:29:54.102022+0000 mon.smithi060 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:29:55.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:55 smithi060 bash[25939]: cluster 2023-12-08T10:29:54.102091+0000 mon.smithi060 (mon.0) 739 : cluster [INF] Cluster is now healthy 2023-12-08T10:29:56.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:56 smithi060 bash[25939]: cluster 2023-12-08T10:29:55.862348+0000 mgr.smithi060.abncol (mgr.14182) 357 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:56 smithi105 bash[29464]: cluster 2023-12-08T10:29:55.862348+0000 mgr.smithi060.abncol (mgr.14182) 357 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:29:57.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:57 smithi105 bash[29464]: audit 2023-12-08T10:29:57.659996+0000 mon.smithi060 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ujftwl"}]: dispatch 2023-12-08T10:29:58.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:57 smithi060 bash[25939]: audit 2023-12-08T10:29:57.659996+0000 mon.smithi060 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ujftwl"}]: dispatch 2023-12-08T10:29:58.606 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:29:58.606 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:43.362202Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjasgb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjasgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjasgb\nDeploy daemon haproxy.nfs.foo.smithi105.jjasgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.210465Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ctfoqa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ctfoqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ctfoqa\nDeploy daemon haproxy.nfs.foo.smithi060.ctfoqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:28:47.213608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.klwbnv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:29:59.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: cephadm 2023-12-08T10:29:57.658633+0000 mgr.smithi060.abncol (mgr.14182) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:29:59.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: cephadm 2023-12-08T10:29:57.659361+0000 mgr.smithi060.abncol (mgr.14182) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: cephadm 2023-12-08T10:29:57.661634+0000 mgr.smithi060.abncol (mgr.14182) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: cephadm 2023-12-08T10:29:57.665841+0000 mgr.smithi060.abncol (mgr.14182) 361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.myzkfj on smithi060 2023-12-08T10:29:59.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:58 smithi060 bash[25939]: cluster 2023-12-08T10:29:57.864704+0000 mgr.smithi060.abncol (mgr.14182) 362 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: cephadm 2023-12-08T10:29:57.658633+0000 mgr.smithi060.abncol (mgr.14182) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: cephadm 2023-12-08T10:29:57.659361+0000 mgr.smithi060.abncol (mgr.14182) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: cephadm 2023-12-08T10:29:57.661634+0000 mgr.smithi060.abncol (mgr.14182) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ujftwl ... 2023-12-08T10:29:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: cephadm 2023-12-08T10:29:57.665841+0000 mgr.smithi060.abncol (mgr.14182) 361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.myzkfj on smithi060 2023-12-08T10:29:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:58 smithi105 bash[29464]: cluster 2023-12-08T10:29:57.864704+0000 mgr.smithi060.abncol (mgr.14182) 362 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-12-08T10:29:59.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:00.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:29:59 smithi060 bash[25939]: audit 2023-12-08T10:29:58.590822+0000 mgr.smithi060.abncol (mgr.14182) 363 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:29:59 smithi105 bash[29464]: audit 2023-12-08T10:29:58.590822+0000 mgr.smithi060.abncol (mgr.14182) 363 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:00.284 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:01.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:00 smithi060 bash[25939]: cluster 2023-12-08T10:29:59.865928+0000 mgr.smithi060.abncol (mgr.14182) 364 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2023-12-08T10:30:01.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:00 smithi060 bash[25939]: cluster 2023-12-08T10:30:00.000166+0000 mon.smithi060 (mon.0) 741 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:00 smithi105 bash[29464]: cluster 2023-12-08T10:29:59.865928+0000 mgr.smithi060.abncol (mgr.14182) 364 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2023-12-08T10:30:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:00 smithi105 bash[29464]: cluster 2023-12-08T10:30:00.000166+0000 mon.smithi060 (mon.0) 741 : cluster [INF] overall HEALTH_OK 2023-12-08T10:30:02.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:01 smithi060 bash[25939]: audit 2023-12-08T10:30:01.599668+0000 mon.smithi060 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.myzkfj"}]: dispatch 2023-12-08T10:30:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:01 smithi105 bash[29464]: audit 2023-12-08T10:30:01.599668+0000 mon.smithi060 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.myzkfj"}]: dispatch 2023-12-08T10:30:03.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cephadm 2023-12-08T10:30:01.598461+0000 mgr.smithi060.abncol (mgr.14182) 365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:30:03.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:30:03.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:30:03.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cephadm 2023-12-08T10:30:01.599037+0000 mgr.smithi060.abncol (mgr.14182) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cephadm 2023-12-08T10:30:01.601483+0000 mgr.smithi060.abncol (mgr.14182) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cephadm 2023-12-08T10:30:01.605316+0000 mgr.smithi060.abncol (mgr.14182) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:30:03.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cephadm 2023-12-08T10:30:01.607121+0000 mgr.smithi060.abncol (mgr.14182) 369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:30:03.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cluster 2023-12-08T10:30:01.608162+0000 mgr.smithi060.abncol (mgr.14182) 370 : cluster [DBG] pgmap v299: 225 pgs: 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-08T10:30:03.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:02 smithi060 bash[25939]: cluster 2023-12-08T10:30:01.736495+0000 mon.smithi060 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cephadm 2023-12-08T10:30:01.598461+0000 mgr.smithi060.abncol (mgr.14182) 365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cephadm 2023-12-08T10:30:01.599037+0000 mgr.smithi060.abncol (mgr.14182) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cephadm 2023-12-08T10:30:01.601483+0000 mgr.smithi060.abncol (mgr.14182) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj 2023-12-08T10:30:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.myzkfj ... 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cephadm 2023-12-08T10:30:01.605316+0000 mgr.smithi060.abncol (mgr.14182) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cephadm 2023-12-08T10:30:01.607121+0000 mgr.smithi060.abncol (mgr.14182) 369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cluster 2023-12-08T10:30:01.608162+0000 mgr.smithi060.abncol (mgr.14182) 370 : cluster [DBG] pgmap v299: 225 pgs: 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-08T10:30:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:02 smithi105 bash[29464]: cluster 2023-12-08T10:30:01.736495+0000 mon.smithi060 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:30:03.622 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:03.622 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:04.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:05.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:04 smithi060 bash[25939]: cluster 2023-12-08T10:30:03.609361+0000 mgr.smithi060.abncol (mgr.14182) 371 : cluster [DBG] pgmap v300: 225 pgs: 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-08T10:30:05.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:04 smithi060 bash[25939]: audit 2023-12-08T10:30:03.612203+0000 mgr.smithi060.abncol (mgr.14182) 372 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:04 smithi105 bash[29464]: cluster 2023-12-08T10:30:03.609361+0000 mgr.smithi060.abncol (mgr.14182) 371 : cluster [DBG] pgmap v300: 225 pgs: 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-08T10:30:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:04 smithi105 bash[29464]: audit 2023-12-08T10:30:03.612203+0000 mgr.smithi060.abncol (mgr.14182) 372 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:05.290 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:06 smithi105 bash[29464]: audit 2023-12-08T10:30:05.015342+0000 mon.smithi060 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:30:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:06 smithi105 bash[29464]: cluster 2023-12-08T10:30:05.610756+0000 mgr.smithi060.abncol (mgr.14182) 373 : cluster [DBG] pgmap v301: 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-08T10:30:06.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:06 smithi060 bash[25939]: audit 2023-12-08T10:30:05.015342+0000 mon.smithi060 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:30:06.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:06 smithi060 bash[25939]: cluster 2023-12-08T10:30:05.610756+0000 mgr.smithi060.abncol (mgr.14182) 373 : cluster [DBG] pgmap v301: 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-08T10:30:08.301 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:08.302 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:08.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:09.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:08 smithi060 bash[25939]: cluster 2023-12-08T10:30:07.611945+0000 mgr.smithi060.abncol (mgr.14182) 374 : cluster [DBG] pgmap v302: 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-08T10:30:09.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:08 smithi105 bash[29464]: cluster 2023-12-08T10:30:07.611945+0000 mgr.smithi060.abncol (mgr.14182) 374 : cluster [DBG] pgmap v302: 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-08T10:30:09.885 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:09.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:09 smithi060 bash[25939]: audit 2023-12-08T10:30:08.286363+0000 mgr.smithi060.abncol (mgr.14182) 375 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:10.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:09 smithi105 bash[29464]: audit 2023-12-08T10:30:08.286363+0000 mgr.smithi060.abncol (mgr.14182) 375 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:10.935 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:10 smithi060 bash[25939]: cluster 2023-12-08T10:30:09.613497+0000 mgr.smithi060.abncol (mgr.14182) 376 : cluster [DBG] pgmap v303: 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-08T10:30:11.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:10 smithi105 bash[29464]: cluster 2023-12-08T10:30:09.613497+0000 mgr.smithi060.abncol (mgr.14182) 376 : cluster [DBG] pgmap v303: 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-08T10:30:12.985 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:12.985 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:13.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:12 smithi060 bash[25939]: cluster 2023-12-08T10:30:11.614895+0000 mgr.smithi060.abncol (mgr.14182) 377 : cluster [DBG] pgmap v304: 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-08T10:30:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:12 smithi105 bash[29464]: cluster 2023-12-08T10:30:11.614895+0000 mgr.smithi060.abncol (mgr.14182) 377 : cluster [DBG] pgmap v304: 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-08T10:30:13.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:14.566 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:15.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:14 smithi060 bash[25939]: audit 2023-12-08T10:30:12.967711+0000 mgr.smithi060.abncol (mgr.14182) 378 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:15.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:14 smithi060 bash[25939]: cluster 2023-12-08T10:30:13.616848+0000 mgr.smithi060.abncol (mgr.14182) 379 : 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-08T10:30:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:14 smithi105 bash[29464]: audit 2023-12-08T10:30:12.967711+0000 mgr.smithi060.abncol (mgr.14182) 378 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:14 smithi105 bash[29464]: cluster 2023-12-08T10:30:13.616848+0000 mgr.smithi060.abncol (mgr.14182) 379 : 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-08T10:30:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:16 smithi060 bash[25939]: cluster 2023-12-08T10:30:15.618687+0000 mgr.smithi060.abncol (mgr.14182) 380 : 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-08T10:30:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:16 smithi105 bash[29464]: cluster 2023-12-08T10:30:15.618687+0000 mgr.smithi060.abncol (mgr.14182) 380 : 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-08T10:30:17.813 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:17.813 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:18.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:18 smithi060 bash[25939]: cluster 2023-12-08T10:30:17.620124+0000 mgr.smithi060.abncol (mgr.14182) 381 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:19.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:18 smithi060 bash[25939]: audit 2023-12-08T10:30:17.802916+0000 mgr.smithi060.abncol (mgr.14182) 382 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:18 smithi105 bash[29464]: cluster 2023-12-08T10:30:17.620124+0000 mgr.smithi060.abncol (mgr.14182) 381 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:19.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:18 smithi105 bash[29464]: audit 2023-12-08T10:30:17.802916+0000 mgr.smithi060.abncol (mgr.14182) 382 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:19.393 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:20.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:20 smithi060 bash[25939]: cluster 2023-12-08T10:30:19.621507+0000 mgr.smithi060.abncol (mgr.14182) 383 : 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-08T10:30:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:20 smithi105 bash[29464]: cluster 2023-12-08T10:30:19.621507+0000 mgr.smithi060.abncol (mgr.14182) 383 : 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-08T10:30:22.434 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:22.434 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:22.772 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:22 smithi060 bash[25939]: cluster 2023-12-08T10:30:21.623047+0000 mgr.smithi060.abncol (mgr.14182) 384 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:23.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:22 smithi105 bash[29464]: cluster 2023-12-08T10:30:21.623047+0000 mgr.smithi060.abncol (mgr.14182) 384 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:24.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:23 smithi060 bash[25939]: audit 2023-12-08T10:30:22.424537+0000 mgr.smithi060.abncol (mgr.14182) 385 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:24.048 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:23 smithi105 bash[29464]: audit 2023-12-08T10:30:22.424537+0000 mgr.smithi060.abncol (mgr.14182) 385 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:25.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:24 smithi060 bash[25939]: cluster 2023-12-08T10:30:23.625060+0000 mgr.smithi060.abncol (mgr.14182) 386 : 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-08T10:30:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:24 smithi105 bash[29464]: cluster 2023-12-08T10:30:23.625060+0000 mgr.smithi060.abncol (mgr.14182) 386 : 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-08T10:30:27.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:26 smithi060 bash[25939]: cluster 2023-12-08T10:30:25.626457+0000 mgr.smithi060.abncol (mgr.14182) 387 : 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-08T10:30:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:26 smithi105 bash[29464]: cluster 2023-12-08T10:30:25.626457+0000 mgr.smithi060.abncol (mgr.14182) 387 : 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-08T10:30:27.152 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:27.152 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:27.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:28.737 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:29.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:28 smithi060 bash[25939]: audit 2023-12-08T10:30:27.136174+0000 mgr.smithi060.abncol (mgr.14182) 388 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:29.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:28 smithi060 bash[25939]: cluster 2023-12-08T10:30:27.628466+0000 mgr.smithi060.abncol (mgr.14182) 389 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:28 smithi105 bash[29464]: audit 2023-12-08T10:30:27.136174+0000 mgr.smithi060.abncol (mgr.14182) 388 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:28 smithi105 bash[29464]: cluster 2023-12-08T10:30:27.628466+0000 mgr.smithi060.abncol (mgr.14182) 389 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:31.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:30 smithi060 bash[25939]: cluster 2023-12-08T10:30:29.629921+0000 mgr.smithi060.abncol (mgr.14182) 390 : 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-08T10:30:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:30 smithi105 bash[29464]: cluster 2023-12-08T10:30:29.629921+0000 mgr.smithi060.abncol (mgr.14182) 390 : 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-08T10:30:31.820 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:31.820 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:32.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:33.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:32 smithi060 bash[25939]: cluster 2023-12-08T10:30:31.631156+0000 mgr.smithi060.abncol (mgr.14182) 391 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:33.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:32 smithi060 bash[25939]: audit 2023-12-08T10:30:31.805187+0000 mgr.smithi060.abncol (mgr.14182) 392 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:32 smithi105 bash[29464]: cluster 2023-12-08T10:30:31.631156+0000 mgr.smithi060.abncol (mgr.14182) 391 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:32 smithi105 bash[29464]: audit 2023-12-08T10:30:31.805187+0000 mgr.smithi060.abncol (mgr.14182) 392 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:33.451 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:35.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:34 smithi060 bash[25939]: cluster 2023-12-08T10:30:33.633075+0000 mgr.smithi060.abncol (mgr.14182) 393 : 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-08T10:30:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:34 smithi105 bash[29464]: cluster 2023-12-08T10:30:33.633075+0000 mgr.smithi060.abncol (mgr.14182) 393 : 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-08T10:30:36.526 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:36.526 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:37.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:36 smithi060 bash[25939]: cluster 2023-12-08T10:30:35.634500+0000 mgr.smithi060.abncol (mgr.14182) 394 : 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-08T10:30:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:36 smithi105 bash[29464]: cluster 2023-12-08T10:30:35.634500+0000 mgr.smithi060.abncol (mgr.14182) 394 : 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-08T10:30:37.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:38.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:37 smithi060 bash[25939]: audit 2023-12-08T10:30:36.510669+0000 mgr.smithi060.abncol (mgr.14182) 395 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:37 smithi105 bash[29464]: audit 2023-12-08T10:30:36.510669+0000 mgr.smithi060.abncol (mgr.14182) 395 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:38.149 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:39.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:38 smithi060 bash[25939]: cluster 2023-12-08T10:30:37.636569+0000 mgr.smithi060.abncol (mgr.14182) 396 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:38 smithi105 bash[29464]: cluster 2023-12-08T10:30:37.636569+0000 mgr.smithi060.abncol (mgr.14182) 396 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:40 smithi105 bash[29464]: cluster 2023-12-08T10:30:39.638000+0000 mgr.smithi060.abncol (mgr.14182) 397 : 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-08T10:30:41.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:40 smithi060 bash[25939]: cluster 2023-12-08T10:30:39.638000+0000 mgr.smithi060.abncol (mgr.14182) 397 : 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-08T10:30:41.365 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:41.365 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:41.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:42.987 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:42 smithi105 bash[29464]: audit 2023-12-08T10:30:41.348820+0000 mgr.smithi060.abncol (mgr.14182) 398 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:42 smithi105 bash[29464]: cluster 2023-12-08T10:30:41.639534+0000 mgr.smithi060.abncol (mgr.14182) 399 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:42 smithi060 bash[25939]: audit 2023-12-08T10:30:41.348820+0000 mgr.smithi060.abncol (mgr.14182) 398 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:43.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:42 smithi060 bash[25939]: cluster 2023-12-08T10:30:41.639534+0000 mgr.smithi060.abncol (mgr.14182) 399 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:45.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:44 smithi105 bash[29464]: cluster 2023-12-08T10:30:43.641660+0000 mgr.smithi060.abncol (mgr.14182) 400 : 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-08T10:30:45.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:44 smithi060 bash[25939]: cluster 2023-12-08T10:30:43.641660+0000 mgr.smithi060.abncol (mgr.14182) 400 : 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-08T10:30:46.068 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:46.069 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:46.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:47.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:46 smithi060 bash[25939]: cluster 2023-12-08T10:30:45.642796+0000 mgr.smithi060.abncol (mgr.14182) 401 : 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-08T10:30:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:46 smithi105 bash[29464]: cluster 2023-12-08T10:30:45.642796+0000 mgr.smithi060.abncol (mgr.14182) 401 : 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-08T10:30:47.694 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:48.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:47 smithi060 bash[25939]: audit 2023-12-08T10:30:46.056086+0000 mgr.smithi060.abncol (mgr.14182) 402 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:47 smithi105 bash[29464]: audit 2023-12-08T10:30:46.056086+0000 mgr.smithi060.abncol (mgr.14182) 402 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:49.001 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:48 smithi060 bash[25939]: cluster 2023-12-08T10:30:47.644815+0000 mgr.smithi060.abncol (mgr.14182) 403 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:48 smithi105 bash[29464]: cluster 2023-12-08T10:30:47.644815+0000 mgr.smithi060.abncol (mgr.14182) 403 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:30:50.742 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:50.743 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:50 smithi105 bash[29464]: cluster 2023-12-08T10:30:49.646251+0000 mgr.smithi060.abncol (mgr.14182) 404 : 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-08T10:30:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:50 smithi060 bash[25939]: cluster 2023-12-08T10:30:49.646251+0000 mgr.smithi060.abncol (mgr.14182) 404 : 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-08T10:30:51.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:51 smithi105 bash[29464]: audit 2023-12-08T10:30:50.724769+0000 mgr.smithi060.abncol (mgr.14182) 405 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:52.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:51 smithi060 bash[25939]: audit 2023-12-08T10:30:50.724769+0000 mgr.smithi060.abncol (mgr.14182) 405 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:52.370 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:52 smithi105 bash[29464]: cluster 2023-12-08T10:30:51.647777+0000 mgr.smithi060.abncol (mgr.14182) 406 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:53.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:52 smithi060 bash[25939]: cluster 2023-12-08T10:30:51.647777+0000 mgr.smithi060.abncol (mgr.14182) 406 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:55.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:54 smithi060 bash[25939]: cluster 2023-12-08T10:30:53.649738+0000 mgr.smithi060.abncol (mgr.14182) 407 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:54 smithi105 bash[29464]: cluster 2023-12-08T10:30:53.649738+0000 mgr.smithi060.abncol (mgr.14182) 407 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:30:55.463 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:30:55.463 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:30:56.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:30:57.051 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:30:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:56 smithi105 bash[29464]: audit 2023-12-08T10:30:55.444981+0000 mgr.smithi060.abncol (mgr.14182) 408 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:56 smithi105 bash[29464]: cluster 2023-12-08T10:30:55.651247+0000 mgr.smithi060.abncol (mgr.14182) 409 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-08T10:30:57.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:56 smithi060 bash[25939]: audit 2023-12-08T10:30:55.444981+0000 mgr.smithi060.abncol (mgr.14182) 408 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:30:57.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:56 smithi060 bash[25939]: cluster 2023-12-08T10:30:55.651247+0000 mgr.smithi060.abncol (mgr.14182) 409 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-08T10:30:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:30:58 smithi105 bash[29464]: cluster 2023-12-08T10:30:57.653275+0000 mgr.smithi060.abncol (mgr.14182) 410 : 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-08T10:30:59.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:30:58 smithi060 bash[25939]: cluster 2023-12-08T10:30:57.653275+0000 mgr.smithi060.abncol (mgr.14182) 410 : 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-08T10:31:00.173 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:00.173 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:00.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:00 smithi105 bash[29464]: cluster 2023-12-08T10:30:59.654741+0000 mgr.smithi060.abncol (mgr.14182) 411 : 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-08T10:31:01.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:00 smithi060 bash[25939]: cluster 2023-12-08T10:30:59.654741+0000 mgr.smithi060.abncol (mgr.14182) 411 : 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-08T10:31:01.801 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:01 smithi105 bash[29464]: audit 2023-12-08T10:31:00.155745+0000 mgr.smithi060.abncol (mgr.14182) 412 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:01 smithi105 bash[29464]: audit 2023-12-08T10:31:01.610834+0000 mon.smithi060 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:31:02.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:01 smithi060 bash[25939]: audit 2023-12-08T10:31:00.155745+0000 mgr.smithi060.abncol (mgr.14182) 412 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:02.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:01 smithi060 bash[25939]: audit 2023-12-08T10:31:01.610834+0000 mon.smithi060 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:31:03.110 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:02 smithi060 bash[25939]: cluster 2023-12-08T10:31:01.656365+0000 mgr.smithi060.abncol (mgr.14182) 413 : cluster [DBG] pgmap v329: 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-08T10:31:03.110 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:02 smithi060 bash[25939]: audit 2023-12-08T10:31:01.911864+0000 mon.smithi060 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:02 smithi105 bash[29464]: cluster 2023-12-08T10:31:01.656365+0000 mgr.smithi060.abncol (mgr.14182) 413 : cluster [DBG] pgmap v329: 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-08T10:31:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:02 smithi105 bash[29464]: audit 2023-12-08T10:31:01.911864+0000 mon.smithi060 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:04.831 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:04.831 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.093510Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.093731Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.093856Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.093971Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.094194Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:29:53.094083Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.094672Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:05.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:04 smithi060 bash[25939]: cluster 2023-12-08T10:31:03.658065+0000 mgr.smithi060.abncol (mgr.14182) 414 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:31:05.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:05.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:04 smithi105 bash[29464]: cluster 2023-12-08T10:31:03.658065+0000 mgr.smithi060.abncol (mgr.14182) 414 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:31:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:05 smithi105 bash[29464]: audit 2023-12-08T10:31:04.820706+0000 mgr.smithi060.abncol (mgr.14182) 415 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:06.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:05 smithi060 bash[25939]: audit 2023-12-08T10:31:04.820706+0000 mgr.smithi060.abncol (mgr.14182) 415 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:06.373 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:07.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:06 smithi060 bash[25939]: cluster 2023-12-08T10:31:05.659551+0000 mgr.smithi060.abncol (mgr.14182) 416 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:31:07.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:06 smithi105 bash[29464]: cluster 2023-12-08T10:31:05.659551+0000 mgr.smithi060.abncol (mgr.14182) 416 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.564764+0000 mon.smithi060 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: cluster 2023-12-08T10:31:07.661581+0000 mgr.smithi060.abncol (mgr.14182) 417 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.854480+0000 mon.smithi060 (mon.0) 748 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.856196+0000 mon.smithi060 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.864058+0000 mon.smithi060 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: cluster 2023-12-08T10:31:07.864993+0000 mgr.smithi060.abncol (mgr.14182) 418 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.872120+0000 mon.smithi060 (mon.0) 751 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: audit 2023-12-08T10:31:07.885763+0000 mon.smithi060 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:08.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:08 smithi105 bash[29464]: cephadm 2023-12-08T10:31:07.889504+0000 mgr.smithi060.abncol (mgr.14182) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hrhauh on smithi105 2023-12-08T10:31:09.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.564764+0000 mon.smithi060 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:09.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: cluster 2023-12-08T10:31:07.661581+0000 mgr.smithi060.abncol (mgr.14182) 417 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-12-08T10:31:09.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.854480+0000 mon.smithi060 (mon.0) 748 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.856196+0000 mon.smithi060 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.864058+0000 mon.smithi060 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: cluster 2023-12-08T10:31:07.864993+0000 mgr.smithi060.abncol (mgr.14182) 418 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.872120+0000 mon.smithi060 (mon.0) 751 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: audit 2023-12-08T10:31:07.885763+0000 mon.smithi060 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:09.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:08 smithi060 bash[25939]: cephadm 2023-12-08T10:31:07.889504+0000 mgr.smithi060.abncol (mgr.14182) 419 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hrhauh on smithi105 2023-12-08T10:31:09.692 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:09.692 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:28:47.216304Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fgdjoa on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:09.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:09 smithi105 bash[29464]: cluster 2023-12-08T10:31:08.562682+0000 mon.smithi060 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:31:09.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:09 smithi105 bash[29464]: cluster 2023-12-08T10:31:08.562752+0000 mon.smithi060 (mon.0) 754 : cluster [INF] Cluster is now healthy 2023-12-08T10:31:09.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:09 smithi060 bash[25939]: cluster 2023-12-08T10:31:08.562682+0000 mon.smithi060 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:31:09.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:09 smithi060 bash[25939]: cluster 2023-12-08T10:31:08.562752+0000 mon.smithi060 (mon.0) 754 : cluster [INF] Cluster is now healthy 2023-12-08T10:31:10.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:10 smithi105 bash[29464]: audit 2023-12-08T10:31:09.674713+0000 mgr.smithi060.abncol (mgr.14182) 420 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:10.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:10 smithi105 bash[29464]: cluster 2023-12-08T10:31:09.866135+0000 mgr.smithi060.abncol (mgr.14182) 421 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:31:11.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:10 smithi060 bash[25939]: audit 2023-12-08T10:31:09.674713+0000 mgr.smithi060.abncol (mgr.14182) 420 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:11.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:10 smithi060 bash[25939]: cluster 2023-12-08T10:31:09.866135+0000 mgr.smithi060.abncol (mgr.14182) 421 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:31:11.294 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:12.709 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: cluster 2023-12-08T10:31:11.867817+0000 mgr.smithi060.abncol (mgr.14182) 422 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: cephadm 2023-12-08T10:31:11.900082+0000 mgr.smithi060.abncol (mgr.14182) 423 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.710 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:12.711 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: cephadm 2023-12-08T10:31:11.900553+0000 mgr.smithi060.abncol (mgr.14182) 424 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: audit 2023-12-08T10:31:11.901018+0000 mon.smithi060 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hrhauh"}]: dispatch 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: cephadm 2023-12-08T10:31:11.902347+0000 mgr.smithi060.abncol (mgr.14182) 425 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:12.712 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:12.713 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:12.713 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:12 smithi060 bash[25939]: cephadm 2023-12-08T10:31:11.904603+0000 mgr.smithi060.abncol (mgr.14182) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.gfaxka on smithi060 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: cluster 2023-12-08T10:31:11.867817+0000 mgr.smithi060.abncol (mgr.14182) 422 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: cephadm 2023-12-08T10:31:11.900082+0000 mgr.smithi060.abncol (mgr.14182) 423 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: cephadm 2023-12-08T10:31:11.900553+0000 mgr.smithi060.abncol (mgr.14182) 424 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: audit 2023-12-08T10:31:11.901018+0000 mon.smithi060 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hrhauh"}]: dispatch 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: cephadm 2023-12-08T10:31:11.902347+0000 mgr.smithi060.abncol (mgr.14182) 425 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:13.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.hrhauh ... 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:13.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:12 smithi105 bash[29464]: cephadm 2023-12-08T10:31:11.904603+0000 mgr.smithi060.abncol (mgr.14182) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.gfaxka on smithi060 2023-12-08T10:31:14.425 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:14.425 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:29:57.661393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ujftwl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ujftwl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ujftwl\nDeploy daemon haproxy.nfs.foo.smithi105.ujftwl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.601240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.myzkfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-myzkfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.myzkfj\nDeploy daemon haproxy.nfs.foo.smithi060.myzkfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:30:01.605081Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jugbje on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:15.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:15.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:14 smithi060 bash[25939]: cluster 2023-12-08T10:31:13.869026+0000 mgr.smithi060.abncol (mgr.14182) 427 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 100 B/s wr, 0 op/s 2023-12-08T10:31:15.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:14 smithi105 bash[29464]: cluster 2023-12-08T10:31:13.869026+0000 mgr.smithi060.abncol (mgr.14182) 427 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 100 B/s wr, 0 op/s 2023-12-08T10:31:16.030 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:15 smithi105 bash[29464]: audit 2023-12-08T10:31:14.407373+0000 mgr.smithi060.abncol (mgr.14182) 428 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:15 smithi105 bash[29464]: audit 2023-12-08T10:31:15.696626+0000 mon.smithi060 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.gfaxka"}]: dispatch 2023-12-08T10:31:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:15 smithi060 bash[25939]: audit 2023-12-08T10:31:14.407373+0000 mgr.smithi060.abncol (mgr.14182) 428 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:15 smithi060 bash[25939]: audit 2023-12-08T10:31:15.696626+0000 mon.smithi060 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.gfaxka"}]: dispatch 2023-12-08T10:31:17.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cephadm 2023-12-08T10:31:15.695530+0000 mgr.smithi060.abncol (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:31:17.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cephadm 2023-12-08T10:31:15.696018+0000 mgr.smithi060.abncol (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cephadm 2023-12-08T10:31:15.698124+0000 mgr.smithi060.abncol (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cephadm 2023-12-08T10:31:15.702483+0000 mgr.smithi060.abncol (mgr.14182) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:31:17.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cephadm 2023-12-08T10:31:15.706436+0000 mgr.smithi060.abncol (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:31:17.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cluster 2023-12-08T10:31:15.707900+0000 mgr.smithi060.abncol (mgr.14182) 434 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 713 B/s rd, 101 B/s wr, 0 op/s 2023-12-08T10:31:17.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:16 smithi060 bash[25939]: cluster 2023-12-08T10:31:15.926127+0000 mon.smithi060 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cephadm 2023-12-08T10:31:15.695530+0000 mgr.smithi060.abncol (mgr.14182) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cephadm 2023-12-08T10:31:15.696018+0000 mgr.smithi060.abncol (mgr.14182) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cephadm 2023-12-08T10:31:15.698124+0000 mgr.smithi060.abncol (mgr.14182) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.gfaxka ... 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cephadm 2023-12-08T10:31:15.702483+0000 mgr.smithi060.abncol (mgr.14182) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cephadm 2023-12-08T10:31:15.706436+0000 mgr.smithi060.abncol (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cluster 2023-12-08T10:31:15.707900+0000 mgr.smithi060.abncol (mgr.14182) 434 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 713 B/s rd, 101 B/s wr, 0 op/s 2023-12-08T10:31:17.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:16 smithi105 bash[29464]: cluster 2023-12-08T10:31:15.926127+0000 mon.smithi060 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:31:19.254 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:19.255 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:19.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:18 smithi060 bash[25939]: cluster 2023-12-08T10:31:17.709885+0000 mgr.smithi060.abncol (mgr.14182) 435 : 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-08T10:31:19.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:18 smithi105 bash[29464]: cluster 2023-12-08T10:31:17.709885+0000 mgr.smithi060.abncol (mgr.14182) 435 : 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-08T10:31:19.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:20.846 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:21.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:20 smithi060 bash[25939]: audit 2023-12-08T10:31:19.236112+0000 mgr.smithi060.abncol (mgr.14182) 436 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:21.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:20 smithi060 bash[25939]: cluster 2023-12-08T10:31:19.714220+0000 mgr.smithi060.abncol (mgr.14182) 437 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:21.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:20 smithi060 bash[25939]: audit 2023-12-08T10:31:20.078919+0000 mon.smithi060 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:20 smithi105 bash[29464]: audit 2023-12-08T10:31:19.236112+0000 mgr.smithi060.abncol (mgr.14182) 436 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:20 smithi105 bash[29464]: cluster 2023-12-08T10:31:19.714220+0000 mgr.smithi060.abncol (mgr.14182) 437 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:20 smithi105 bash[29464]: audit 2023-12-08T10:31:20.078919+0000 mon.smithi060 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:31:23.037 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:22 smithi060 bash[25939]: cluster 2023-12-08T10:31:21.716065+0000 mgr.smithi060.abncol (mgr.14182) 438 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:23.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:22 smithi105 bash[29464]: cluster 2023-12-08T10:31:21.716065+0000 mgr.smithi060.abncol (mgr.14182) 438 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:23.997 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:23.997 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:24.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:25.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:24 smithi060 bash[25939]: cluster 2023-12-08T10:31:23.717877+0000 mgr.smithi060.abncol (mgr.14182) 439 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:24 smithi105 bash[29464]: cluster 2023-12-08T10:31:23.717877+0000 mgr.smithi060.abncol (mgr.14182) 439 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-12-08T10:31:25.607 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:26.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:25 smithi060 bash[25939]: audit 2023-12-08T10:31:23.981159+0000 mgr.smithi060.abncol (mgr.14182) 440 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:25 smithi105 bash[29464]: audit 2023-12-08T10:31:23.981159+0000 mgr.smithi060.abncol (mgr.14182) 440 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:26.928 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:26 smithi060 bash[25939]: cluster 2023-12-08T10:31:25.719309+0000 mgr.smithi060.abncol (mgr.14182) 441 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2023-12-08T10:31:27.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:26 smithi105 bash[29464]: cluster 2023-12-08T10:31:25.719309+0000 mgr.smithi060.abncol (mgr.14182) 441 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 950 B/s rd, 0 op/s 2023-12-08T10:31:28.689 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:28.689 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:29.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:28 smithi060 bash[25939]: cluster 2023-12-08T10:31:27.721422+0000 mgr.smithi060.abncol (mgr.14182) 442 : cluster [DBG] pgmap v343: 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-08T10:31:29.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:28 smithi105 bash[29464]: cluster 2023-12-08T10:31:27.721422+0000 mgr.smithi060.abncol (mgr.14182) 442 : cluster [DBG] pgmap v343: 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-08T10:31:29.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:30.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:29 smithi105 bash[29464]: audit 2023-12-08T10:31:28.673435+0000 mgr.smithi060.abncol (mgr.14182) 443 : audit [DBG] from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:29 smithi060 bash[25939]: audit 2023-12-08T10:31:28.673435+0000 mgr.smithi060.abncol (mgr.14182) 443 : audit [DBG] from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:30.292 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:31.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:30 smithi105 bash[29464]: cluster 2023-12-08T10:31:29.723005+0000 mgr.smithi060.abncol (mgr.14182) 444 : 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-08T10:31:31.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:30 smithi060 bash[25939]: cluster 2023-12-08T10:31:29.723005+0000 mgr.smithi060.abncol (mgr.14182) 444 : 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-08T10:31:33.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:32 smithi060 bash[25939]: cluster 2023-12-08T10:31:31.724350+0000 mgr.smithi060.abncol (mgr.14182) 445 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:33.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:32 smithi105 bash[29464]: cluster 2023-12-08T10:31:31.724350+0000 mgr.smithi060.abncol (mgr.14182) 445 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:33.589 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:33.590 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:34.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:34 smithi105 bash[29464]: audit 2023-12-08T10:31:33.573965+0000 mgr.smithi060.abncol (mgr.14182) 446 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:34 smithi105 bash[29464]: cluster 2023-12-08T10:31:33.726164+0000 mgr.smithi060.abncol (mgr.14182) 447 : 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-08T10:31:35.187 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:35.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:34 smithi060 bash[25939]: audit 2023-12-08T10:31:33.573965+0000 mgr.smithi060.abncol (mgr.14182) 446 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:35.201 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:34 smithi060 bash[25939]: cluster 2023-12-08T10:31:33.726164+0000 mgr.smithi060.abncol (mgr.14182) 447 : 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-08T10:31:37.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:36 smithi060 bash[25939]: cluster 2023-12-08T10:31:35.727611+0000 mgr.smithi060.abncol (mgr.14182) 448 : 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-08T10:31:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:36 smithi105 bash[29464]: cluster 2023-12-08T10:31:35.727611+0000 mgr.smithi060.abncol (mgr.14182) 448 : 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-08T10:31:38.299 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:38.299 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:38.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:39.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:38 smithi105 bash[29464]: cluster 2023-12-08T10:31:37.729912+0000 mgr.smithi060.abncol (mgr.14182) 449 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:39.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:38 smithi060 bash[25939]: cluster 2023-12-08T10:31:37.729912+0000 mgr.smithi060.abncol (mgr.14182) 449 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:39.942 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:39 smithi105 bash[29464]: audit 2023-12-08T10:31:38.288777+0000 mgr.smithi060.abncol (mgr.14182) 450 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:40.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:39 smithi060 bash[25939]: audit 2023-12-08T10:31:38.288777+0000 mgr.smithi060.abncol (mgr.14182) 450 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:40 smithi105 bash[29464]: cluster 2023-12-08T10:31:39.731550+0000 mgr.smithi060.abncol (mgr.14182) 451 : 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-08T10:31:41.219 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:40 smithi060 bash[25939]: cluster 2023-12-08T10:31:39.731550+0000 mgr.smithi060.abncol (mgr.14182) 451 : 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-08T10:31:42.995 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:42.996 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:43.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:42 smithi060 bash[25939]: cluster 2023-12-08T10:31:41.733455+0000 mgr.smithi060.abncol (mgr.14182) 452 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:43.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:42 smithi105 bash[29464]: cluster 2023-12-08T10:31:41.733455+0000 mgr.smithi060.abncol (mgr.14182) 452 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:43.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:44.597 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:45.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:44 smithi060 bash[25939]: audit 2023-12-08T10:31:42.979718+0000 mgr.smithi060.abncol (mgr.14182) 453 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:45.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:44 smithi060 bash[25939]: cluster 2023-12-08T10:31:43.735567+0000 mgr.smithi060.abncol (mgr.14182) 454 : 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-08T10:31:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:44 smithi105 bash[29464]: audit 2023-12-08T10:31:42.979718+0000 mgr.smithi060.abncol (mgr.14182) 453 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:45.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:44 smithi105 bash[29464]: cluster 2023-12-08T10:31:43.735567+0000 mgr.smithi060.abncol (mgr.14182) 454 : 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-08T10:31:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:46 smithi105 bash[29464]: cluster 2023-12-08T10:31:45.736684+0000 mgr.smithi060.abncol (mgr.14182) 455 : 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-08T10:31:47.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:46 smithi060 bash[25939]: cluster 2023-12-08T10:31:45.736684+0000 mgr.smithi060.abncol (mgr.14182) 455 : 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-08T10:31:47.815 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:47.816 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:48.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:48 smithi105 bash[29464]: cluster 2023-12-08T10:31:47.738434+0000 mgr.smithi060.abncol (mgr.14182) 456 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:49.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:48 smithi105 bash[29464]: audit 2023-12-08T10:31:47.797544+0000 mgr.smithi060.abncol (mgr.14182) 457 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:48 smithi060 bash[25939]: cluster 2023-12-08T10:31:47.738434+0000 mgr.smithi060.abncol (mgr.14182) 456 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:49.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:48 smithi060 bash[25939]: audit 2023-12-08T10:31:47.797544+0000 mgr.smithi060.abncol (mgr.14182) 457 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:49.381 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:50 smithi105 bash[29464]: cluster 2023-12-08T10:31:49.739834+0000 mgr.smithi060.abncol (mgr.14182) 458 : 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-08T10:31:51.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:50 smithi060 bash[25939]: cluster 2023-12-08T10:31:49.739834+0000 mgr.smithi060.abncol (mgr.14182) 458 : 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-08T10:31:52.522 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:52.523 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:53.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:52 smithi060 bash[25939]: cluster 2023-12-08T10:31:51.741673+0000 mgr.smithi060.abncol (mgr.14182) 459 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:53.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:52 smithi105 bash[29464]: cluster 2023-12-08T10:31:51.741673+0000 mgr.smithi060.abncol (mgr.14182) 459 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:31:54.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:53 smithi060 bash[25939]: audit 2023-12-08T10:31:52.511126+0000 mgr.smithi060.abncol (mgr.14182) 460 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:54.086 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:54.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:53 smithi105 bash[29464]: audit 2023-12-08T10:31:52.511126+0000 mgr.smithi060.abncol (mgr.14182) 460 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:55.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:54 smithi060 bash[25939]: cluster 2023-12-08T10:31:53.743468+0000 mgr.smithi060.abncol (mgr.14182) 461 : 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-08T10:31:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:54 smithi105 bash[29464]: cluster 2023-12-08T10:31:53.743468+0000 mgr.smithi060.abncol (mgr.14182) 461 : 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-08T10:31:57.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:56 smithi060 bash[25939]: cluster 2023-12-08T10:31:55.744869+0000 mgr.smithi060.abncol (mgr.14182) 462 : 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-08T10:31:57.119 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:31:57.119 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:31:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:56 smithi105 bash[29464]: cluster 2023-12-08T10:31:55.744869+0000 mgr.smithi060.abncol (mgr.14182) 462 : 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-08T10:31:57.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:31:58.772 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:31:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:58 smithi105 bash[29464]: audit 2023-12-08T10:31:57.106673+0000 mgr.smithi060.abncol (mgr.14182) 463 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:59.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:31:58 smithi105 bash[29464]: cluster 2023-12-08T10:31:57.746505+0000 mgr.smithi060.abncol (mgr.14182) 464 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:31:59.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:58 smithi060 bash[25939]: audit 2023-12-08T10:31:57.106673+0000 mgr.smithi060.abncol (mgr.14182) 463 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:31:59.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:31:58 smithi060 bash[25939]: cluster 2023-12-08T10:31:57.746505+0000 mgr.smithi060.abncol (mgr.14182) 464 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:01.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:00 smithi105 bash[29464]: cluster 2023-12-08T10:31:59.747466+0000 mgr.smithi060.abncol (mgr.14182) 465 : 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-08T10:32:01.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:00 smithi060 bash[25939]: cluster 2023-12-08T10:31:59.747466+0000 mgr.smithi060.abncol (mgr.14182) 465 : 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-08T10:32:01.977 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:01.977 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:02.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:03.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:02 smithi060 bash[25939]: cluster 2023-12-08T10:32:01.749094+0000 mgr.smithi060.abncol (mgr.14182) 466 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:03.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:02 smithi105 bash[29464]: cluster 2023-12-08T10:32:01.749094+0000 mgr.smithi060.abncol (mgr.14182) 466 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:03.552 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:04.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:03 smithi060 bash[25939]: audit 2023-12-08T10:32:01.964386+0000 mgr.smithi060.abncol (mgr.14182) 467 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:03 smithi105 bash[29464]: audit 2023-12-08T10:32:01.964386+0000 mgr.smithi060.abncol (mgr.14182) 467 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:04.873 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:04 smithi060 bash[25939]: cluster 2023-12-08T10:32:03.750563+0000 mgr.smithi060.abncol (mgr.14182) 468 : 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-08T10:32:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:04 smithi105 bash[29464]: cluster 2023-12-08T10:32:03.750563+0000 mgr.smithi060.abncol (mgr.14182) 468 : 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-08T10:32:06.628 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:06.629 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:07.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:06 smithi060 bash[25939]: cluster 2023-12-08T10:32:05.752039+0000 mgr.smithi060.abncol (mgr.14182) 469 : 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-08T10:32:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:06 smithi105 bash[29464]: cluster 2023-12-08T10:32:05.752039+0000 mgr.smithi060.abncol (mgr.14182) 469 : 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-08T10:32:07.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:07 smithi105 bash[29464]: audit 2023-12-08T10:32:06.611177+0000 mgr.smithi060.abncol (mgr.14182) 470 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:08.234 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:08.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:07 smithi060 bash[25939]: audit 2023-12-08T10:32:06.611177+0000 mgr.smithi060.abncol (mgr.14182) 470 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:09.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:08 smithi105 bash[29464]: cluster 2023-12-08T10:32:07.753980+0000 mgr.smithi060.abncol (mgr.14182) 471 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:09.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:08 smithi060 bash[25939]: cluster 2023-12-08T10:32:07.753980+0000 mgr.smithi060.abncol (mgr.14182) 471 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:11.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:10 smithi105 bash[29464]: cluster 2023-12-08T10:32:09.755518+0000 mgr.smithi060.abncol (mgr.14182) 472 : 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-08T10:32:11.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:10 smithi060 bash[25939]: cluster 2023-12-08T10:32:09.755518+0000 mgr.smithi060.abncol (mgr.14182) 472 : 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-08T10:32:11.345 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:11.345 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:11.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:12.929 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:13.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:12 smithi060 bash[25939]: audit 2023-12-08T10:32:11.326159+0000 mgr.smithi060.abncol (mgr.14182) 473 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:13.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:12 smithi060 bash[25939]: cluster 2023-12-08T10:32:11.757464+0000 mgr.smithi060.abncol (mgr.14182) 474 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:13.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:12 smithi105 bash[29464]: audit 2023-12-08T10:32:11.326159+0000 mgr.smithi060.abncol (mgr.14182) 473 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:12 smithi105 bash[29464]: cluster 2023-12-08T10:32:11.757464+0000 mgr.smithi060.abncol (mgr.14182) 474 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:14 smithi105 bash[29464]: cluster 2023-12-08T10:32:13.758928+0000 mgr.smithi060.abncol (mgr.14182) 475 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:15.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:14 smithi060 bash[25939]: cluster 2023-12-08T10:32:13.758928+0000 mgr.smithi060.abncol (mgr.14182) 475 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:16.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:15 smithi060 bash[25939]: audit 2023-12-08T10:32:15.710703+0000 mon.smithi060 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:32:16.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:16.108 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:30:01.607009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ambtlv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:16.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:15 smithi105 bash[29464]: audit 2023-12-08T10:32:15.710703+0000 mon.smithi060 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:32:16.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: cluster 2023-12-08T10:32:15.759707+0000 mgr.smithi060.abncol (mgr.14182) 476 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:17.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.021547+0000 mon.smithi060 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.339199+0000 mon.smithi060 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:32:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.341360+0000 mon.smithi060 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:32:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.351269+0000 mon.smithi060 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.361263+0000 mon.smithi060 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:32:17.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:16 smithi060 bash[25939]: audit 2023-12-08T10:32:16.379082+0000 mon.smithi060 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: cluster 2023-12-08T10:32:15.759707+0000 mgr.smithi060.abncol (mgr.14182) 476 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.021547+0000 mon.smithi060 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.339199+0000 mon.smithi060 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.341360+0000 mon.smithi060 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.351269+0000 mon.smithi060 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.361263+0000 mon.smithi060 (mon.0) 764 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:32:17.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:16 smithi105 bash[29464]: audit 2023-12-08T10:32:16.379082+0000 mon.smithi060 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:17.718 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:18.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:17 smithi060 bash[25939]: audit 2023-12-08T10:32:16.089822+0000 mgr.smithi060.abncol (mgr.14182) 477 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:18.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:17 smithi060 bash[25939]: cluster 2023-12-08T10:32:16.352322+0000 mgr.smithi060.abncol (mgr.14182) 478 : 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-08T10:32:18.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:17 smithi060 bash[25939]: cephadm 2023-12-08T10:32:16.382279+0000 mgr.smithi060.abncol (mgr.14182) 479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.esmpvz on smithi105 2023-12-08T10:32:18.030 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:17 smithi060 bash[25939]: cluster 2023-12-08T10:32:17.348110+0000 mon.smithi060 (mon.0) 766 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:32:18.030 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:17 smithi060 bash[25939]: cluster 2023-12-08T10:32:17.348179+0000 mon.smithi060 (mon.0) 767 : cluster [INF] Cluster is now healthy 2023-12-08T10:32:18.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:17 smithi105 bash[29464]: audit 2023-12-08T10:32:16.089822+0000 mgr.smithi060.abncol (mgr.14182) 477 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:17 smithi105 bash[29464]: cluster 2023-12-08T10:32:16.352322+0000 mgr.smithi060.abncol (mgr.14182) 478 : 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-08T10:32:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:17 smithi105 bash[29464]: cephadm 2023-12-08T10:32:16.382279+0000 mgr.smithi060.abncol (mgr.14182) 479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.esmpvz on smithi105 2023-12-08T10:32:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:17 smithi105 bash[29464]: cluster 2023-12-08T10:32:17.348110+0000 mon.smithi060 (mon.0) 766 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:32:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:17 smithi105 bash[29464]: cluster 2023-12-08T10:32:17.348179+0000 mon.smithi060 (mon.0) 767 : cluster [INF] Cluster is now healthy 2023-12-08T10:32:20.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:19 smithi105 bash[29464]: cluster 2023-12-08T10:32:18.353939+0000 mgr.smithi060.abncol (mgr.14182) 480 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:20.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:19 smithi105 bash[29464]: audit 2023-12-08T10:32:19.700450+0000 mon.smithi060 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:20.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:19 smithi060 bash[25939]: cluster 2023-12-08T10:32:18.353939+0000 mgr.smithi060.abncol (mgr.14182) 480 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:20.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:19 smithi060 bash[25939]: audit 2023-12-08T10:32:19.700450+0000 mon.smithi060 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:20.699 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:20.699 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:11.902131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hrhauh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-hrhauh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.hrhauh\nDeploy daemon haproxy.nfs.foo.smithi105.hrhauh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.697883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.gfaxka on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-gfaxka\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.gfaxka\nDeploy daemon haproxy.nfs.foo.smithi060.gfaxka ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:31:15.702261Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sfbwld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:21.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:20 smithi060 bash[25939]: audit 2023-12-08T10:32:20.196934+0000 mon.smithi060 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.esmpvz"}]: dispatch 2023-12-08T10:32:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:20 smithi105 bash[29464]: audit 2023-12-08T10:32:20.196934+0000 mon.smithi060 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.esmpvz"}]: dispatch 2023-12-08T10:32:21.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: cephadm 2023-12-08T10:32:20.195680+0000 mgr.smithi060.abncol (mgr.14182) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:22.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: cephadm 2023-12-08T10:32:20.196247+0000 mgr.smithi060.abncol (mgr.14182) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: cephadm 2023-12-08T10:32:20.198364+0000 mgr.smithi060.abncol (mgr.14182) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: cephadm 2023-12-08T10:32:20.203693+0000 mgr.smithi060.abncol (mgr.14182) 484 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.nnqxen on smithi060 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: cluster 2023-12-08T10:32:20.355374+0000 mgr.smithi060.abncol (mgr.14182) 485 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:22.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:21 smithi105 bash[29464]: audit 2023-12-08T10:32:20.679086+0000 mgr.smithi060.abncol (mgr.14182) 486 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:22.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: cephadm 2023-12-08T10:32:20.195680+0000 mgr.smithi060.abncol (mgr.14182) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: cephadm 2023-12-08T10:32:20.196247+0000 mgr.smithi060.abncol (mgr.14182) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: cephadm 2023-12-08T10:32:20.198364+0000 mgr.smithi060.abncol (mgr.14182) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz 2023-12-08T10:32:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.esmpvz ... 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: cephadm 2023-12-08T10:32:20.203693+0000 mgr.smithi060.abncol (mgr.14182) 484 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.nnqxen on smithi060 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: cluster 2023-12-08T10:32:20.355374+0000 mgr.smithi060.abncol (mgr.14182) 485 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:21 smithi060 bash[25939]: audit 2023-12-08T10:32:20.679086+0000 mgr.smithi060.abncol (mgr.14182) 486 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:22.322 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:24.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:23 smithi060 bash[25939]: cluster 2023-12-08T10:32:22.357209+0000 mgr.smithi060.abncol (mgr.14182) 487 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:23 smithi105 bash[29464]: cluster 2023-12-08T10:32:22.357209+0000 mgr.smithi060.abncol (mgr.14182) 487 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:32:25.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:24 smithi105 bash[29464]: audit 2023-12-08T10:32:24.269413+0000 mon.smithi060 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.nnqxen"}]: dispatch 2023-12-08T10:32:25.192 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:24 smithi060 bash[25939]: audit 2023-12-08T10:32:24.269413+0000 mon.smithi060 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.nnqxen"}]: dispatch 2023-12-08T10:32:25.544 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:25.544 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cephadm 2023-12-08T10:32:24.268371+0000 mgr.smithi060.abncol (mgr.14182) 488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cephadm 2023-12-08T10:32:24.268792+0000 mgr.smithi060.abncol (mgr.14182) 489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cephadm 2023-12-08T10:32:24.270783+0000 mgr.smithi060.abncol (mgr.14182) 490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cephadm 2023-12-08T10:32:24.273706+0000 mgr.smithi060.abncol (mgr.14182) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cephadm 2023-12-08T10:32:24.276247+0000 mgr.smithi060.abncol (mgr.14182) 492 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cluster 2023-12-08T10:32:24.278414+0000 mgr.smithi060.abncol (mgr.14182) 493 : cluster [DBG] pgmap v372: 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-08T10:32:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: cluster 2023-12-08T10:32:24.857212+0000 mon.smithi060 (mon.0) 771 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:32:26.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:25 smithi105 bash[29464]: audit 2023-12-08T10:32:25.136425+0000 mon.smithi060 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cephadm 2023-12-08T10:32:24.268371+0000 mgr.smithi060.abncol (mgr.14182) 488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.142 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.143 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cephadm 2023-12-08T10:32:24.268792+0000 mgr.smithi060.abncol (mgr.14182) 489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cephadm 2023-12-08T10:32:24.270783+0000 mgr.smithi060.abncol (mgr.14182) 490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.nnqxen ... 2023-12-08T10:32:26.145 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cephadm 2023-12-08T10:32:24.273706+0000 mgr.smithi060.abncol (mgr.14182) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cephadm 2023-12-08T10:32:24.276247+0000 mgr.smithi060.abncol (mgr.14182) 492 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cluster 2023-12-08T10:32:24.278414+0000 mgr.smithi060.abncol (mgr.14182) 493 : cluster [DBG] pgmap v372: 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-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: cluster 2023-12-08T10:32:24.857212+0000 mon.smithi060 (mon.0) 771 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:32:26.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:25 smithi060 bash[25939]: audit 2023-12-08T10:32:25.136425+0000 mon.smithi060 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:27.145 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:27.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:26 smithi060 bash[25939]: audit 2023-12-08T10:32:25.533417+0000 mgr.smithi060.abncol (mgr.14182) 494 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:26 smithi105 bash[29464]: audit 2023-12-08T10:32:25.533417+0000 mgr.smithi060.abncol (mgr.14182) 494 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:28.225 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:27 smithi060 bash[25939]: cluster 2023-12-08T10:32:26.279894+0000 mgr.smithi060.abncol (mgr.14182) 495 : cluster [DBG] pgmap v373: 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-08T10:32:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:27 smithi105 bash[29464]: cluster 2023-12-08T10:32:26.279894+0000 mgr.smithi060.abncol (mgr.14182) 495 : cluster [DBG] pgmap v373: 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-08T10:32:30.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:29 smithi060 bash[25939]: cluster 2023-12-08T10:32:28.281646+0000 mgr.smithi060.abncol (mgr.14182) 496 : cluster [DBG] pgmap v374: 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-08T10:32:30.282 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:30.282 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:29 smithi105 bash[29464]: cluster 2023-12-08T10:32:28.281646+0000 mgr.smithi060.abncol (mgr.14182) 496 : cluster [DBG] pgmap v374: 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-08T10:32:30.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:31.871 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:32.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:31 smithi060 bash[25939]: audit 2023-12-08T10:32:30.267312+0000 mgr.smithi060.abncol (mgr.14182) 497 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:32.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:31 smithi060 bash[25939]: cluster 2023-12-08T10:32:30.282954+0000 mgr.smithi060.abncol (mgr.14182) 498 : 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-08T10:32:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:31 smithi105 bash[29464]: audit 2023-12-08T10:32:30.267312+0000 mgr.smithi060.abncol (mgr.14182) 497 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:31 smithi105 bash[29464]: cluster 2023-12-08T10:32:30.282954+0000 mgr.smithi060.abncol (mgr.14182) 498 : 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-08T10:32:34.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:33 smithi060 bash[25939]: cluster 2023-12-08T10:32:32.284984+0000 mgr.smithi060.abncol (mgr.14182) 499 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:33 smithi105 bash[29464]: cluster 2023-12-08T10:32:32.284984+0000 mgr.smithi060.abncol (mgr.14182) 499 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:35.002 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:35.002 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:35.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:36.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:35 smithi060 bash[25939]: cluster 2023-12-08T10:32:34.286431+0000 mgr.smithi060.abncol (mgr.14182) 500 : 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-08T10:32:36.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:35 smithi060 bash[25939]: audit 2023-12-08T10:32:34.698521+0000 mon.smithi060 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:36.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:35 smithi105 bash[29464]: cluster 2023-12-08T10:32:34.286431+0000 mgr.smithi060.abncol (mgr.14182) 500 : 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-08T10:32:36.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:35 smithi105 bash[29464]: audit 2023-12-08T10:32:34.698521+0000 mon.smithi060 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:32:36.542 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:37.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:36 smithi060 bash[25939]: audit 2023-12-08T10:32:34.983773+0000 mgr.smithi060.abncol (mgr.14182) 501 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:36 smithi105 bash[29464]: audit 2023-12-08T10:32:34.983773+0000 mgr.smithi060.abncol (mgr.14182) 501 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:37.865 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:37 smithi060 bash[25939]: cluster 2023-12-08T10:32:36.288049+0000 mgr.smithi060.abncol (mgr.14182) 502 : 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-08T10:32:38.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:37 smithi105 bash[29464]: cluster 2023-12-08T10:32:36.288049+0000 mgr.smithi060.abncol (mgr.14182) 502 : 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-08T10:32:39.679 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:39.680 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:40.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:39 smithi060 bash[25939]: cluster 2023-12-08T10:32:38.290186+0000 mgr.smithi060.abncol (mgr.14182) 503 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:39 smithi105 bash[29464]: cluster 2023-12-08T10:32:38.290186+0000 mgr.smithi060.abncol (mgr.14182) 503 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:40.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:41.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:40 smithi060 bash[25939]: audit 2023-12-08T10:32:39.663947+0000 mgr.smithi060.abncol (mgr.14182) 504 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:40 smithi105 bash[29464]: audit 2023-12-08T10:32:39.663947+0000 mgr.smithi060.abncol (mgr.14182) 504 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:41.272 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:42.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:41 smithi060 bash[25939]: cluster 2023-12-08T10:32:40.291770+0000 mgr.smithi060.abncol (mgr.14182) 505 : 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-08T10:32:42.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:41 smithi105 bash[29464]: cluster 2023-12-08T10:32:40.291770+0000 mgr.smithi060.abncol (mgr.14182) 505 : 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-08T10:32:44.009 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:43 smithi060 bash[25939]: cluster 2023-12-08T10:32:42.293983+0000 mgr.smithi060.abncol (mgr.14182) 506 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:43 smithi105 bash[29464]: cluster 2023-12-08T10:32:42.293983+0000 mgr.smithi060.abncol (mgr.14182) 506 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:44.370 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:44.370 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:44.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:45.952 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:46.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:45 smithi060 bash[25939]: cluster 2023-12-08T10:32:44.295424+0000 mgr.smithi060.abncol (mgr.14182) 507 : 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-08T10:32:46.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:45 smithi060 bash[25939]: audit 2023-12-08T10:32:44.351956+0000 mgr.smithi060.abncol (mgr.14182) 508 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:45 smithi105 bash[29464]: cluster 2023-12-08T10:32:44.295424+0000 mgr.smithi060.abncol (mgr.14182) 507 : 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-08T10:32:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:45 smithi105 bash[29464]: audit 2023-12-08T10:32:44.351956+0000 mgr.smithi060.abncol (mgr.14182) 508 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:48.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:47 smithi060 bash[25939]: cluster 2023-12-08T10:32:46.296892+0000 mgr.smithi060.abncol (mgr.14182) 509 : 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-08T10:32:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:47 smithi105 bash[29464]: cluster 2023-12-08T10:32:46.296892+0000 mgr.smithi060.abncol (mgr.14182) 509 : 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-08T10:32:49.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:49.108 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:49.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:50.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:49 smithi060 bash[25939]: cluster 2023-12-08T10:32:48.298957+0000 mgr.smithi060.abncol (mgr.14182) 510 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:49 smithi105 bash[29464]: cluster 2023-12-08T10:32:48.298957+0000 mgr.smithi060.abncol (mgr.14182) 510 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:32:50.704 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:51.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:50 smithi060 bash[25939]: audit 2023-12-08T10:32:49.089496+0000 mgr.smithi060.abncol (mgr.14182) 511 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:50 smithi105 bash[29464]: audit 2023-12-08T10:32:49.089496+0000 mgr.smithi060.abncol (mgr.14182) 511 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:52.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:51 smithi060 bash[25939]: cluster 2023-12-08T10:32:50.300368+0000 mgr.smithi060.abncol (mgr.14182) 512 : 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-08T10:32:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:51 smithi105 bash[29464]: cluster 2023-12-08T10:32:50.300368+0000 mgr.smithi060.abncol (mgr.14182) 512 : 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-08T10:32:53.846 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:53.846 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:54.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:53 smithi105 bash[29464]: cluster 2023-12-08T10:32:52.302231+0000 mgr.smithi060.abncol (mgr.14182) 513 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:54.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:53 smithi060 bash[25939]: cluster 2023-12-08T10:32:52.302231+0000 mgr.smithi060.abncol (mgr.14182) 513 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:32:54.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:32:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:54 smithi105 bash[29464]: audit 2023-12-08T10:32:53.830119+0000 mgr.smithi060.abncol (mgr.14182) 514 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:55.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:54 smithi060 bash[25939]: audit 2023-12-08T10:32:53.830119+0000 mgr.smithi060.abncol (mgr.14182) 514 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:32:55.453 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:32:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:55 smithi105 bash[29464]: cluster 2023-12-08T10:32:54.303049+0000 mgr.smithi060.abncol (mgr.14182) 515 : 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-08T10:32:56.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:55 smithi060 bash[25939]: cluster 2023-12-08T10:32:54.303049+0000 mgr.smithi060.abncol (mgr.14182) 515 : 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-08T10:32:58.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:57 smithi105 bash[29464]: cluster 2023-12-08T10:32:56.304397+0000 mgr.smithi060.abncol (mgr.14182) 516 : 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-08T10:32:58.190 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:57 smithi060 bash[25939]: cluster 2023-12-08T10:32:56.304397+0000 mgr.smithi060.abncol (mgr.14182) 516 : 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-08T10:32:58.648 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:32:58.648 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:32:59.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:59 smithi105 bash[29464]: cluster 2023-12-08T10:32:58.305474+0000 mgr.smithi060.abncol (mgr.14182) 517 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:32:59 smithi105 bash[29464]: audit 2023-12-08T10:32:58.629161+0000 mgr.smithi060.abncol (mgr.14182) 518 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:00.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:59 smithi060 bash[25939]: cluster 2023-12-08T10:32:58.305474+0000 mgr.smithi060.abncol (mgr.14182) 517 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:00.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:32:59 smithi060 bash[25939]: audit 2023-12-08T10:32:58.629161+0000 mgr.smithi060.abncol (mgr.14182) 518 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:00.278 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:02.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:01 smithi060 bash[25939]: cluster 2023-12-08T10:33:00.306537+0000 mgr.smithi060.abncol (mgr.14182) 519 : 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-08T10:33:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:01 smithi105 bash[29464]: cluster 2023-12-08T10:33:00.306537+0000 mgr.smithi060.abncol (mgr.14182) 519 : 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-08T10:33:03.416 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:03.416 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:04.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:03 smithi105 bash[29464]: cluster 2023-12-08T10:33:02.307715+0000 mgr.smithi060.abncol (mgr.14182) 520 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:04.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:03 smithi060 bash[25939]: cluster 2023-12-08T10:33:02.307715+0000 mgr.smithi060.abncol (mgr.14182) 520 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:05.017 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:04 smithi105 bash[29464]: audit 2023-12-08T10:33:03.398009+0000 mgr.smithi060.abncol (mgr.14182) 521 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:05.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:04 smithi060 bash[25939]: audit 2023-12-08T10:33:03.398009+0000 mgr.smithi060.abncol (mgr.14182) 521 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:05 smithi105 bash[29464]: cluster 2023-12-08T10:33:04.309066+0000 mgr.smithi060.abncol (mgr.14182) 522 : 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-08T10:33:06.136 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:05 smithi060 bash[25939]: cluster 2023-12-08T10:33:04.309066+0000 mgr.smithi060.abncol (mgr.14182) 522 : 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-08T10:33:08.022 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:07 smithi060 bash[25939]: cluster 2023-12-08T10:33:06.310159+0000 mgr.smithi060.abncol (mgr.14182) 523 : 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-08T10:33:08.046 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:08.046 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:07 smithi105 bash[29464]: cluster 2023-12-08T10:33:06.310159+0000 mgr.smithi060.abncol (mgr.14182) 523 : 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-08T10:33:08.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:09.665 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:09.942 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:09 smithi060 bash[25939]: audit 2023-12-08T10:33:08.029750+0000 mgr.smithi060.abncol (mgr.14182) 524 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:09.942 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:09 smithi060 bash[25939]: cluster 2023-12-08T10:33:08.312117+0000 mgr.smithi060.abncol (mgr.14182) 525 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:10.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:09 smithi105 bash[29464]: audit 2023-12-08T10:33:08.029750+0000 mgr.smithi060.abncol (mgr.14182) 524 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:09 smithi105 bash[29464]: cluster 2023-12-08T10:33:08.312117+0000 mgr.smithi060.abncol (mgr.14182) 525 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:12.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:11 smithi105 bash[29464]: cluster 2023-12-08T10:33:10.313452+0000 mgr.smithi060.abncol (mgr.14182) 526 : 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-08T10:33:12.272 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:11 smithi060 bash[25939]: cluster 2023-12-08T10:33:10.313452+0000 mgr.smithi060.abncol (mgr.14182) 526 : 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-08T10:33:12.968 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:12.968 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:13.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:14.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:13 smithi105 bash[29464]: cluster 2023-12-08T10:33:12.314652+0000 mgr.smithi060.abncol (mgr.14182) 527 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:13 smithi105 bash[29464]: audit 2023-12-08T10:33:12.952582+0000 mgr.smithi060.abncol (mgr.14182) 528 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:14.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:13 smithi060 bash[25939]: cluster 2023-12-08T10:33:12.314652+0000 mgr.smithi060.abncol (mgr.14182) 527 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:14.391 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:13 smithi060 bash[25939]: audit 2023-12-08T10:33:12.952582+0000 mgr.smithi060.abncol (mgr.14182) 528 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:14.551 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:15.917 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:15 smithi060 bash[25939]: cluster 2023-12-08T10:33:14.316034+0000 mgr.smithi060.abncol (mgr.14182) 529 : 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-08T10:33:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:15 smithi105 bash[29464]: cluster 2023-12-08T10:33:14.316034+0000 mgr.smithi060.abncol (mgr.14182) 529 : 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-08T10:33:17.774 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:17.774 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:18.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:17 smithi060 bash[25939]: cluster 2023-12-08T10:33:16.317418+0000 mgr.smithi060.abncol (mgr.14182) 530 : 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-08T10:33:18.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:17 smithi105 bash[29464]: cluster 2023-12-08T10:33:16.317418+0000 mgr.smithi060.abncol (mgr.14182) 530 : 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-08T10:33:19.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:18 smithi060 bash[25939]: audit 2023-12-08T10:33:17.760540+0000 mgr.smithi060.abncol (mgr.14182) 531 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:19.373 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:18 smithi105 bash[29464]: audit 2023-12-08T10:33:17.760540+0000 mgr.smithi060.abncol (mgr.14182) 531 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:20.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:19 smithi060 bash[25939]: cluster 2023-12-08T10:33:18.318660+0000 mgr.smithi060.abncol (mgr.14182) 532 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:19 smithi105 bash[29464]: cluster 2023-12-08T10:33:18.318660+0000 mgr.smithi060.abncol (mgr.14182) 532 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:22.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:21 smithi060 bash[25939]: cluster 2023-12-08T10:33:20.320070+0000 mgr.smithi060.abncol (mgr.14182) 533 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:21 smithi105 bash[29464]: cluster 2023-12-08T10:33:20.320070+0000 mgr.smithi060.abncol (mgr.14182) 533 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:22.476 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:22.476 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:23.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:24.094 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:24.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:23 smithi060 bash[25939]: cluster 2023-12-08T10:33:22.321332+0000 mgr.smithi060.abncol (mgr.14182) 534 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:24.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:23 smithi060 bash[25939]: audit 2023-12-08T10:33:22.457176+0000 mgr.smithi060.abncol (mgr.14182) 535 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:23 smithi105 bash[29464]: cluster 2023-12-08T10:33:22.321332+0000 mgr.smithi060.abncol (mgr.14182) 534 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:23 smithi105 bash[29464]: audit 2023-12-08T10:33:22.457176+0000 mgr.smithi060.abncol (mgr.14182) 535 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:25.160 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.283475+0000 mon.smithi060 (mon.0) 774 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:25.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.606569+0000 mon.smithi060 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:25.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.608560+0000 mon.smithi060 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:33:25.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.617731+0000 mon.smithi060 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:25.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.627668+0000 mon.smithi060 (mon.0) 778 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:33:25.161 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:24 smithi060 bash[25939]: audit 2023-12-08T10:33:24.644941+0000 mon.smithi060 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.283475+0000 mon.smithi060 (mon.0) 774 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.606569+0000 mon.smithi060 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.608560+0000 mon.smithi060 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.617731+0000 mon.smithi060 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.627668+0000 mon.smithi060 (mon.0) 778 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:33:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:24 smithi105 bash[29464]: audit 2023-12-08T10:33:24.644941+0000 mon.smithi060 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:25 smithi105 bash[29464]: cluster 2023-12-08T10:33:24.322114+0000 mgr.smithi060.abncol (mgr.14182) 536 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:25 smithi105 bash[29464]: cluster 2023-12-08T10:33:24.618547+0000 mgr.smithi060.abncol (mgr.14182) 537 : 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-08T10:33:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:25 smithi105 bash[29464]: cephadm 2023-12-08T10:33:24.651159+0000 mgr.smithi060.abncol (mgr.14182) 538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jjsxlv on smithi105 2023-12-08T10:33:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:25 smithi105 bash[29464]: cluster 2023-12-08T10:33:24.900344+0000 mon.smithi060 (mon.0) 780 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:33:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:25 smithi105 bash[29464]: cluster 2023-12-08T10:33:24.900403+0000 mon.smithi060 (mon.0) 781 : cluster [INF] Cluster is now healthy 2023-12-08T10:33:26.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:25 smithi060 bash[25939]: cluster 2023-12-08T10:33:24.322114+0000 mgr.smithi060.abncol (mgr.14182) 536 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:26.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:25 smithi060 bash[25939]: cluster 2023-12-08T10:33:24.618547+0000 mgr.smithi060.abncol (mgr.14182) 537 : 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-08T10:33:26.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:25 smithi060 bash[25939]: cephadm 2023-12-08T10:33:24.651159+0000 mgr.smithi060.abncol (mgr.14182) 538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.jjsxlv on smithi105 2023-12-08T10:33:26.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:25 smithi060 bash[25939]: cluster 2023-12-08T10:33:24.900344+0000 mon.smithi060 (mon.0) 780 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:33:26.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:25 smithi060 bash[25939]: cluster 2023-12-08T10:33:24.900403+0000 mon.smithi060 (mon.0) 781 : cluster [INF] Cluster is now healthy 2023-12-08T10:33:27.207 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:27.207 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:31:15.706215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wsenre on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:27.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:28.243 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:27 smithi105 bash[29464]: cluster 2023-12-08T10:33:26.619461+0000 mgr.smithi060.abncol (mgr.14182) 539 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:28.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:27 smithi060 bash[25939]: cluster 2023-12-08T10:33:26.619461+0000 mgr.smithi060.abncol (mgr.14182) 539 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:28.827 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:28.927 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:28 smithi060 bash[25939]: audit 2023-12-08T10:33:27.196586+0000 mgr.smithi060.abncol (mgr.14182) 540 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:29.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:28 smithi060 bash[25939]: audit 2023-12-08T10:33:28.620198+0000 mon.smithi060 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jjsxlv"}]: dispatch 2023-12-08T10:33:29.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:28 smithi105 bash[29464]: audit 2023-12-08T10:33:27.196586+0000 mgr.smithi060.abncol (mgr.14182) 540 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:28 smithi105 bash[29464]: audit 2023-12-08T10:33:28.620198+0000 mon.smithi060 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.jjsxlv"}]: dispatch 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: cephadm 2023-12-08T10:33:28.618999+0000 mgr.smithi060.abncol (mgr.14182) 541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.180 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: cephadm 2023-12-08T10:33:28.619538+0000 mgr.smithi060.abncol (mgr.14182) 542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: cluster 2023-12-08T10:33:28.621526+0000 mgr.smithi060.abncol (mgr.14182) 543 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: cephadm 2023-12-08T10:33:28.622339+0000 mgr.smithi060.abncol (mgr.14182) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:30.181 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:29 smithi060 bash[25939]: cephadm 2023-12-08T10:33:28.628080+0000 mgr.smithi060.abncol (mgr.14182) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.bhlsha on smithi060 2023-12-08T10:33:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: cephadm 2023-12-08T10:33:28.618999+0000 mgr.smithi060.abncol (mgr.14182) 541 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: cephadm 2023-12-08T10:33:28.619538+0000 mgr.smithi060.abncol (mgr.14182) 542 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: cluster 2023-12-08T10:33:28.621526+0000 mgr.smithi060.abncol (mgr.14182) 543 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: cephadm 2023-12-08T10:33:28.622339+0000 mgr.smithi060.abncol (mgr.14182) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.jjsxlv ... 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:29 smithi105 bash[29464]: cephadm 2023-12-08T10:33:28.628080+0000 mgr.smithi060.abncol (mgr.14182) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.bhlsha on smithi060 2023-12-08T10:33:31.903 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:31.903 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:20.198198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.esmpvz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-esmpvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.esmpvz\nDeploy daemon haproxy.nfs.foo.smithi105.esmpvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.270595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.nnqxen on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-nnqxen\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.nnqxen\nDeploy daemon haproxy.nfs.foo.smithi060.nnqxen ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:32:24.273555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vmblwt on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:32.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:31 smithi060 bash[25939]: cluster 2023-12-08T10:33:30.622702+0000 mgr.smithi060.abncol (mgr.14182) 546 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:31 smithi105 bash[29464]: cluster 2023-12-08T10:33:30.622702+0000 mgr.smithi060.abncol (mgr.14182) 546 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:32.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:33.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:32 smithi060 bash[25939]: audit 2023-12-08T10:33:31.884278+0000 mgr.smithi060.abncol (mgr.14182) 547 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:33.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:32 smithi060 bash[25939]: audit 2023-12-08T10:33:32.590732+0000 mon.smithi060 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.bhlsha"}]: dispatch 2023-12-08T10:33:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:32 smithi105 bash[29464]: audit 2023-12-08T10:33:31.884278+0000 mgr.smithi060.abncol (mgr.14182) 547 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:32 smithi105 bash[29464]: audit 2023-12-08T10:33:32.590732+0000 mon.smithi060 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.bhlsha"}]: dispatch 2023-12-08T10:33:33.625 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cephadm 2023-12-08T10:33:32.589871+0000 mgr.smithi060.abncol (mgr.14182) 548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:33:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cephadm 2023-12-08T10:33:32.590215+0000 mgr.smithi060.abncol (mgr.14182) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cephadm 2023-12-08T10:33:32.592079+0000 mgr.smithi060.abncol (mgr.14182) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cephadm 2023-12-08T10:33:32.594911+0000 mgr.smithi060.abncol (mgr.14182) 551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cephadm 2023-12-08T10:33:32.597261+0000 mgr.smithi060.abncol (mgr.14182) 552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:33:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cluster 2023-12-08T10:33:32.598774+0000 mgr.smithi060.abncol (mgr.14182) 553 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:33 smithi060 bash[25939]: cluster 2023-12-08T10:33:32.930355+0000 mon.smithi060 (mon.0) 784 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:33:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cephadm 2023-12-08T10:33:32.589871+0000 mgr.smithi060.abncol (mgr.14182) 548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:33:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cephadm 2023-12-08T10:33:32.590215+0000 mgr.smithi060.abncol (mgr.14182) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cephadm 2023-12-08T10:33:32.592079+0000 mgr.smithi060.abncol (mgr.14182) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bhlsha ... 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cephadm 2023-12-08T10:33:32.594911+0000 mgr.smithi060.abncol (mgr.14182) 551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cephadm 2023-12-08T10:33:32.597261+0000 mgr.smithi060.abncol (mgr.14182) 552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cluster 2023-12-08T10:33:32.598774+0000 mgr.smithi060.abncol (mgr.14182) 553 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:33 smithi105 bash[29464]: cluster 2023-12-08T10:33:32.930355+0000 mon.smithi060 (mon.0) 784 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:33:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:35 smithi105 bash[29464]: cluster 2023-12-08T10:33:34.600294+0000 mgr.smithi060.abncol (mgr.14182) 554 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:35 smithi105 bash[29464]: audit 2023-12-08T10:33:35.195790+0000 mon.smithi060 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:36.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:35 smithi060 bash[25939]: cluster 2023-12-08T10:33:34.600294+0000 mgr.smithi060.abncol (mgr.14182) 554 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:33:36.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:35 smithi060 bash[25939]: audit 2023-12-08T10:33:35.195790+0000 mon.smithi060 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:33:36.880 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:36.881 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:37.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:38.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:37 smithi060 bash[25939]: cluster 2023-12-08T10:33:36.601933+0000 mgr.smithi060.abncol (mgr.14182) 555 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:38.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:37 smithi060 bash[25939]: audit 2023-12-08T10:33:36.862000+0000 mgr.smithi060.abncol (mgr.14182) 556 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:37 smithi105 bash[29464]: cluster 2023-12-08T10:33:36.601933+0000 mgr.smithi060.abncol (mgr.14182) 555 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:37 smithi105 bash[29464]: audit 2023-12-08T10:33:36.862000+0000 mgr.smithi060.abncol (mgr.14182) 556 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:38.475 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:40.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:39 smithi060 bash[25939]: cluster 2023-12-08T10:33:38.603986+0000 mgr.smithi060.abncol (mgr.14182) 557 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:39 smithi105 bash[29464]: cluster 2023-12-08T10:33:38.603986+0000 mgr.smithi060.abncol (mgr.14182) 557 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:41.573 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:41.574 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:42.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:42.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:41 smithi060 bash[25939]: cluster 2023-12-08T10:33:40.605380+0000 mgr.smithi060.abncol (mgr.14182) 558 : 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-08T10:33:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:41 smithi105 bash[29464]: cluster 2023-12-08T10:33:40.605380+0000 mgr.smithi060.abncol (mgr.14182) 558 : 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-08T10:33:43.131 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:43.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:42 smithi060 bash[25939]: audit 2023-12-08T10:33:41.562775+0000 mgr.smithi060.abncol (mgr.14182) 559 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:42 smithi105 bash[29464]: audit 2023-12-08T10:33:41.562775+0000 mgr.smithi060.abncol (mgr.14182) 559 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:44.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:43 smithi060 bash[25939]: cluster 2023-12-08T10:33:42.607493+0000 mgr.smithi060.abncol (mgr.14182) 560 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:43 smithi105 bash[29464]: cluster 2023-12-08T10:33:42.607493+0000 mgr.smithi060.abncol (mgr.14182) 560 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:45 smithi105 bash[29464]: cluster 2023-12-08T10:33:44.608993+0000 mgr.smithi060.abncol (mgr.14182) 561 : 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-08T10:33:45.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:45 smithi060 bash[25939]: cluster 2023-12-08T10:33:44.608993+0000 mgr.smithi060.abncol (mgr.14182) 561 : 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-08T10:33:46.345 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:46.345 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:46.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:47.941 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:48.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:47 smithi060 bash[25939]: audit 2023-12-08T10:33:46.326782+0000 mgr.smithi060.abncol (mgr.14182) 562 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:48.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:47 smithi060 bash[25939]: cluster 2023-12-08T10:33:46.610554+0000 mgr.smithi060.abncol (mgr.14182) 563 : 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-08T10:33:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:47 smithi105 bash[29464]: audit 2023-12-08T10:33:46.326782+0000 mgr.smithi060.abncol (mgr.14182) 562 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:47 smithi105 bash[29464]: cluster 2023-12-08T10:33:46.610554+0000 mgr.smithi060.abncol (mgr.14182) 563 : 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-08T10:33:50.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:49 smithi060 bash[25939]: cluster 2023-12-08T10:33:48.612639+0000 mgr.smithi060.abncol (mgr.14182) 564 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:49 smithi105 bash[29464]: cluster 2023-12-08T10:33:48.612639+0000 mgr.smithi060.abncol (mgr.14182) 564 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:33:51.089 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:51.089 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:51.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:52.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:51 smithi060 bash[25939]: cluster 2023-12-08T10:33:50.614071+0000 mgr.smithi060.abncol (mgr.14182) 565 : 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-08T10:33:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:51 smithi105 bash[29464]: cluster 2023-12-08T10:33:50.614071+0000 mgr.smithi060.abncol (mgr.14182) 565 : 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-08T10:33:52.697 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:53.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:52 smithi105 bash[29464]: audit 2023-12-08T10:33:51.073249+0000 mgr.smithi060.abncol (mgr.14182) 566 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:53.174 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:52 smithi060 bash[25939]: audit 2023-12-08T10:33:51.073249+0000 mgr.smithi060.abncol (mgr.14182) 566 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:54.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:53 smithi060 bash[25939]: cluster 2023-12-08T10:33:52.616084+0000 mgr.smithi060.abncol (mgr.14182) 567 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:53 smithi105 bash[29464]: cluster 2023-12-08T10:33:52.616084+0000 mgr.smithi060.abncol (mgr.14182) 567 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:33:55.937 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:33:55.937 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:33:56.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:55 smithi060 bash[25939]: cluster 2023-12-08T10:33:54.617486+0000 mgr.smithi060.abncol (mgr.14182) 568 : 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-08T10:33:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:55 smithi105 bash[29464]: cluster 2023-12-08T10:33:54.617486+0000 mgr.smithi060.abncol (mgr.14182) 568 : 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-08T10:33:56.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:33:57.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:56 smithi060 bash[25939]: audit 2023-12-08T10:33:55.918587+0000 mgr.smithi060.abncol (mgr.14182) 569 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:57.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:56 smithi105 bash[29464]: audit 2023-12-08T10:33:55.918587+0000 mgr.smithi060.abncol (mgr.14182) 569 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:33:57.549 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:33:58.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:57 smithi060 bash[25939]: cluster 2023-12-08T10:33:56.619147+0000 mgr.smithi060.abncol (mgr.14182) 570 : 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-08T10:33:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:57 smithi105 bash[29464]: cluster 2023-12-08T10:33:56.619147+0000 mgr.smithi060.abncol (mgr.14182) 570 : 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-08T10:34:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:33:59 smithi105 bash[29464]: cluster 2023-12-08T10:33:58.620747+0000 mgr.smithi060.abncol (mgr.14182) 571 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:00.140 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:33:59 smithi060 bash[25939]: cluster 2023-12-08T10:33:58.620747+0000 mgr.smithi060.abncol (mgr.14182) 571 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:00.566 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:00.566 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:01.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:01 smithi105 bash[29464]: audit 2023-12-08T10:34:00.549517+0000 mgr.smithi060.abncol (mgr.14182) 572 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:01 smithi105 bash[29464]: cluster 2023-12-08T10:34:00.622169+0000 mgr.smithi060.abncol (mgr.14182) 573 : 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-08T10:34:02.191 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:02.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:01 smithi060 bash[25939]: audit 2023-12-08T10:34:00.549517+0000 mgr.smithi060.abncol (mgr.14182) 572 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:02.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:01 smithi060 bash[25939]: cluster 2023-12-08T10:34:00.622169+0000 mgr.smithi060.abncol (mgr.14182) 573 : 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-08T10:34:04.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:03 smithi060 bash[25939]: cluster 2023-12-08T10:34:02.624279+0000 mgr.smithi060.abncol (mgr.14182) 574 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:03 smithi105 bash[29464]: cluster 2023-12-08T10:34:02.624279+0000 mgr.smithi060.abncol (mgr.14182) 574 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:05.362 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:05.363 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:05.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:05 smithi105 bash[29464]: cluster 2023-12-08T10:34:04.625744+0000 mgr.smithi060.abncol (mgr.14182) 575 : 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-08T10:34:06.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:05 smithi060 bash[25939]: cluster 2023-12-08T10:34:04.625744+0000 mgr.smithi060.abncol (mgr.14182) 575 : 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-08T10:34:06.971 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:06 smithi105 bash[29464]: audit 2023-12-08T10:34:05.351555+0000 mgr.smithi060.abncol (mgr.14182) 576 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:07.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:06 smithi060 bash[25939]: audit 2023-12-08T10:34:05.351555+0000 mgr.smithi060.abncol (mgr.14182) 576 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:07 smithi105 bash[29464]: cluster 2023-12-08T10:34:06.627247+0000 mgr.smithi060.abncol (mgr.14182) 577 : 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-08T10:34:08.132 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:07 smithi060 bash[25939]: cluster 2023-12-08T10:34:06.627247+0000 mgr.smithi060.abncol (mgr.14182) 577 : 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-08T10:34:09.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:09 smithi060 bash[25939]: cluster 2023-12-08T10:34:08.629238+0000 mgr.smithi060.abncol (mgr.14182) 578 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:10.053 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:10.053 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:09 smithi105 bash[29464]: cluster 2023-12-08T10:34:08.629238+0000 mgr.smithi060.abncol (mgr.14182) 578 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:10.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:11.720 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:12.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:11 smithi060 bash[25939]: audit 2023-12-08T10:34:10.035133+0000 mgr.smithi060.abncol (mgr.14182) 579 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:12.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:11 smithi060 bash[25939]: cluster 2023-12-08T10:34:10.630643+0000 mgr.smithi060.abncol (mgr.14182) 580 : 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-08T10:34:12.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:11 smithi105 bash[29464]: audit 2023-12-08T10:34:10.035133+0000 mgr.smithi060.abncol (mgr.14182) 579 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:12.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:11 smithi105 bash[29464]: cluster 2023-12-08T10:34:10.630643+0000 mgr.smithi060.abncol (mgr.14182) 580 : 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-08T10:34:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:13 smithi105 bash[29464]: cluster 2023-12-08T10:34:12.632658+0000 mgr.smithi060.abncol (mgr.14182) 581 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:14.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:13 smithi060 bash[25939]: cluster 2023-12-08T10:34:12.632658+0000 mgr.smithi060.abncol (mgr.14182) 581 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:14.902 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:14.902 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:15.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:16.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:15 smithi105 bash[29464]: cluster 2023-12-08T10:34:14.634072+0000 mgr.smithi060.abncol (mgr.14182) 582 : 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-08T10:34:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:15 smithi105 bash[29464]: audit 2023-12-08T10:34:14.891085+0000 mgr.smithi060.abncol (mgr.14182) 583 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:15 smithi060 bash[25939]: cluster 2023-12-08T10:34:14.634072+0000 mgr.smithi060.abncol (mgr.14182) 582 : 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-08T10:34:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:15 smithi060 bash[25939]: audit 2023-12-08T10:34:14.891085+0000 mgr.smithi060.abncol (mgr.14182) 583 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:16.477 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:17 smithi105 bash[29464]: cluster 2023-12-08T10:34:16.635816+0000 mgr.smithi060.abncol (mgr.14182) 584 : 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-08T10:34:18.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:17 smithi060 bash[25939]: cluster 2023-12-08T10:34:16.635816+0000 mgr.smithi060.abncol (mgr.14182) 584 : 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-08T10:34:19.675 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:19.676 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:20.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:19 smithi060 bash[25939]: cluster 2023-12-08T10:34:18.637872+0000 mgr.smithi060.abncol (mgr.14182) 585 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:20.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:19 smithi105 bash[29464]: cluster 2023-12-08T10:34:18.637872+0000 mgr.smithi060.abncol (mgr.14182) 585 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:20.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:21.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:20 smithi105 bash[29464]: audit 2023-12-08T10:34:19.656592+0000 mgr.smithi060.abncol (mgr.14182) 586 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:21.220 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:21.233 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:20 smithi060 bash[25939]: audit 2023-12-08T10:34:19.656592+0000 mgr.smithi060.abncol (mgr.14182) 586 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:21 smithi105 bash[29464]: cluster 2023-12-08T10:34:20.639268+0000 mgr.smithi060.abncol (mgr.14182) 587 : 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-08T10:34:22.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:21 smithi060 bash[25939]: cluster 2023-12-08T10:34:20.639268+0000 mgr.smithi060.abncol (mgr.14182) 587 : 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-08T10:34:24.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:23 smithi105 bash[29464]: cluster 2023-12-08T10:34:22.641209+0000 mgr.smithi060.abncol (mgr.14182) 588 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:24.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:23 smithi060 bash[25939]: cluster 2023-12-08T10:34:22.641209+0000 mgr.smithi060.abncol (mgr.14182) 588 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:24.466 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:24.466 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:25.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:26.117 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:25 smithi105 bash[29464]: audit 2023-12-08T10:34:24.448605+0000 mgr.smithi060.abncol (mgr.14182) 589 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:25 smithi105 bash[29464]: cluster 2023-12-08T10:34:24.642662+0000 mgr.smithi060.abncol (mgr.14182) 590 : 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-08T10:34:26.129 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:25 smithi060 bash[25939]: audit 2023-12-08T10:34:24.448605+0000 mgr.smithi060.abncol (mgr.14182) 589 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:26.129 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:25 smithi060 bash[25939]: cluster 2023-12-08T10:34:24.642662+0000 mgr.smithi060.abncol (mgr.14182) 590 : 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-08T10:34:28.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:27 smithi060 bash[25939]: cluster 2023-12-08T10:34:26.644268+0000 mgr.smithi060.abncol (mgr.14182) 591 : 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-08T10:34:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:27 smithi105 bash[29464]: cluster 2023-12-08T10:34:26.644268+0000 mgr.smithi060.abncol (mgr.14182) 591 : 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-08T10:34:29.284 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:29.285 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:29.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:30.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:29 smithi060 bash[25939]: cluster 2023-12-08T10:34:28.646431+0000 mgr.smithi060.abncol (mgr.14182) 592 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:29 smithi105 bash[29464]: cluster 2023-12-08T10:34:28.646431+0000 mgr.smithi060.abncol (mgr.14182) 592 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:34:30.896 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:31.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:30 smithi060 bash[25939]: audit 2023-12-08T10:34:29.265646+0000 mgr.smithi060.abncol (mgr.14182) 593 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:31.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:30 smithi105 bash[29464]: audit 2023-12-08T10:34:29.265646+0000 mgr.smithi060.abncol (mgr.14182) 593 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:32.217 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:31 smithi060 bash[25939]: cluster 2023-12-08T10:34:30.647910+0000 mgr.smithi060.abncol (mgr.14182) 594 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:31 smithi105 bash[29464]: cluster 2023-12-08T10:34:30.647910+0000 mgr.smithi060.abncol (mgr.14182) 594 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:33.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:32 smithi060 bash[25939]: audit 2023-12-08T10:34:32.603002+0000 mon.smithi060 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:32 smithi105 bash[29464]: audit 2023-12-08T10:34:32.603002+0000 mon.smithi060 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:34.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: cluster 2023-12-08T10:34:32.649927+0000 mgr.smithi060.abncol (mgr.14182) 595 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:34.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.906090+0000 mon.smithi060 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.909103+0000 mon.smithi060 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.909419+0000 mon.smithi060 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.910157+0000 mon.smithi060 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.910424+0000 mon.smithi060 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.911296+0000 mon.smithi060 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.911806+0000 mon.smithi060 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: cephadm 2023-12-08T10:34:32.912521+0000 mgr.smithi060.abncol (mgr.14182) 596 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.913457+0000 mon.smithi060 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.919623+0000 mon.smithi060 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: cephadm 2023-12-08T10:34:32.920731+0000 mgr.smithi060.abncol (mgr.14182) 597 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3018M 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.925568+0000 mon.smithi060 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.927130+0000 mon.smithi060 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.928005+0000 mon.smithi060 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.934419+0000 mon.smithi060 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: cluster 2023-12-08T10:34:32.935354+0000 mgr.smithi060.abncol (mgr.14182) 598 : 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-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.940931+0000 mon.smithi060 (mon.0) 800 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: audit 2023-12-08T10:34:32.952068+0000 mon.smithi060 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:33 smithi060 bash[25939]: cephadm 2023-12-08T10:34:32.955321+0000 mgr.smithi060.abncol (mgr.14182) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.iuizkh on smithi105 2023-12-08T10:34:34.135 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:34.135 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:32:24.276094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.yhtznx on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: cluster 2023-12-08T10:34:32.649927+0000 mgr.smithi060.abncol (mgr.14182) 595 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.906090+0000 mon.smithi060 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.909103+0000 mon.smithi060 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.909419+0000 mon.smithi060 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.910157+0000 mon.smithi060 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.910424+0000 mon.smithi060 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.911296+0000 mon.smithi060 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.911806+0000 mon.smithi060 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: cephadm 2023-12-08T10:34:32.912521+0000 mgr.smithi060.abncol (mgr.14182) 596 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.913457+0000 mon.smithi060 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.919623+0000 mon.smithi060 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: cephadm 2023-12-08T10:34:32.920731+0000 mgr.smithi060.abncol (mgr.14182) 597 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3018M 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.925568+0000 mon.smithi060 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.927130+0000 mon.smithi060 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.928005+0000 mon.smithi060 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.934419+0000 mon.smithi060 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: cluster 2023-12-08T10:34:32.935354+0000 mgr.smithi060.abncol (mgr.14182) 598 : 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-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.940931+0000 mon.smithi060 (mon.0) 800 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: audit 2023-12-08T10:34:32.952068+0000 mon.smithi060 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:33 smithi105 bash[29464]: cephadm 2023-12-08T10:34:32.955321+0000 mgr.smithi060.abncol (mgr.14182) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.iuizkh on smithi105 2023-12-08T10:34:34.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:35.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:34 smithi060 bash[25939]: cluster 2023-12-08T10:34:33.931565+0000 mon.smithi060 (mon.0) 802 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:35.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:34 smithi060 bash[25939]: cluster 2023-12-08T10:34:33.931615+0000 mon.smithi060 (mon.0) 803 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:35.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:34 smithi060 bash[25939]: audit 2023-12-08T10:34:34.703309+0000 mon.smithi060 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:35.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:34 smithi105 bash[29464]: cluster 2023-12-08T10:34:33.931565+0000 mon.smithi060 (mon.0) 802 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:34:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:34 smithi105 bash[29464]: cluster 2023-12-08T10:34:33.931615+0000 mon.smithi060 (mon.0) 803 : cluster [INF] Cluster is now healthy 2023-12-08T10:34:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:34 smithi105 bash[29464]: audit 2023-12-08T10:34:34.703309+0000 mon.smithi060 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:35.786 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:35 smithi105 bash[29464]: audit 2023-12-08T10:34:34.123822+0000 mgr.smithi060.abncol (mgr.14182) 600 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:35 smithi105 bash[29464]: cluster 2023-12-08T10:34:34.936509+0000 mgr.smithi060.abncol (mgr.14182) 601 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:34:36.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:35 smithi060 bash[25939]: audit 2023-12-08T10:34:34.123822+0000 mgr.smithi060.abncol (mgr.14182) 600 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:36.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:35 smithi060 bash[25939]: cluster 2023-12-08T10:34:34.936509+0000 mgr.smithi060.abncol (mgr.14182) 601 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:34:37.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:36 smithi060 bash[25939]: audit 2023-12-08T10:34:36.681840+0000 mon.smithi060 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.iuizkh"}]: dispatch 2023-12-08T10:34:37.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:36 smithi105 bash[29464]: audit 2023-12-08T10:34:36.681840+0000 mon.smithi060 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.iuizkh"}]: dispatch 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: cephadm 2023-12-08T10:34:36.680640+0000 mgr.smithi060.abncol (mgr.14182) 602 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: cephadm 2023-12-08T10:34:36.681322+0000 mgr.smithi060.abncol (mgr.14182) 603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: cephadm 2023-12-08T10:34:36.683262+0000 mgr.smithi060.abncol (mgr.14182) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: cephadm 2023-12-08T10:34:36.687747+0000 mgr.smithi060.abncol (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.eowmxa on smithi060 2023-12-08T10:34:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:37 smithi060 bash[25939]: cluster 2023-12-08T10:34:36.938780+0000 mgr.smithi060.abncol (mgr.14182) 606 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-08T10:34:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: cephadm 2023-12-08T10:34:36.680640+0000 mgr.smithi060.abncol (mgr.14182) 602 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:34:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: cephadm 2023-12-08T10:34:36.681322+0000 mgr.smithi060.abncol (mgr.14182) 603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: cephadm 2023-12-08T10:34:36.683262+0000 mgr.smithi060.abncol (mgr.14182) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.iuizkh ... 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: cephadm 2023-12-08T10:34:36.687747+0000 mgr.smithi060.abncol (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.eowmxa on smithi060 2023-12-08T10:34:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:37 smithi105 bash[29464]: cluster 2023-12-08T10:34:36.938780+0000 mgr.smithi060.abncol (mgr.14182) 606 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-08T10:34:39.033 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:39.033 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:28.621977Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.jjsxlv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-jjsxlv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.jjsxlv\nDeploy daemon haproxy.nfs.foo.smithi105.jjsxlv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.591887Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bhlsha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bhlsha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bhlsha\nDeploy daemon haproxy.nfs.foo.smithi060.bhlsha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:33:32.594749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tgimpx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:39.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:40.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:39 smithi060 bash[25939]: cluster 2023-12-08T10:34:38.939573+0000 mgr.smithi060.abncol (mgr.14182) 607 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:34:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:40 smithi105 bash[29464]: cluster 2023-12-08T10:34:38.939573+0000 mgr.smithi060.abncol (mgr.14182) 607 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:34:40.643 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: audit 2023-12-08T10:34:39.015096+0000 mgr.smithi060.abncol (mgr.14182) 608 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cephadm 2023-12-08T10:34:40.507728+0000 mgr.smithi060.abncol (mgr.14182) 609 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:34:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cephadm 2023-12-08T10:34:40.508222+0000 mgr.smithi060.abncol (mgr.14182) 610 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: audit 2023-12-08T10:34:40.508876+0000 mon.smithi060 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.eowmxa"}]: dispatch 2023-12-08T10:34:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cephadm 2023-12-08T10:34:40.510262+0000 mgr.smithi060.abncol (mgr.14182) 611 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cephadm 2023-12-08T10:34:40.514718+0000 mgr.smithi060.abncol (mgr.14182) 612 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cephadm 2023-12-08T10:34:40.516866+0000 mgr.smithi060.abncol (mgr.14182) 613 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:41.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:41 smithi060 bash[25939]: cluster 2023-12-08T10:34:40.518376+0000 mgr.smithi060.abncol (mgr.14182) 614 : cluster [DBG] pgmap v442: 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-08T10:34:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: audit 2023-12-08T10:34:39.015096+0000 mgr.smithi060.abncol (mgr.14182) 608 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cephadm 2023-12-08T10:34:40.507728+0000 mgr.smithi060.abncol (mgr.14182) 609 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cephadm 2023-12-08T10:34:40.508222+0000 mgr.smithi060.abncol (mgr.14182) 610 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: audit 2023-12-08T10:34:40.508876+0000 mon.smithi060 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.eowmxa"}]: dispatch 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cephadm 2023-12-08T10:34:40.510262+0000 mgr.smithi060.abncol (mgr.14182) 611 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:34:41.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.eowmxa ... 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cephadm 2023-12-08T10:34:40.514718+0000 mgr.smithi060.abncol (mgr.14182) 612 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cephadm 2023-12-08T10:34:40.516866+0000 mgr.smithi060.abncol (mgr.14182) 613 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:34:41.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:41 smithi105 bash[29464]: cluster 2023-12-08T10:34:40.518376+0000 mgr.smithi060.abncol (mgr.14182) 614 : cluster [DBG] pgmap v442: 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-08T10:34:42.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:42 smithi060 bash[25939]: cluster 2023-12-08T10:34:40.997175+0000 mon.smithi060 (mon.0) 807 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:42 smithi105 bash[29464]: cluster 2023-12-08T10:34:40.997175+0000 mon.smithi060 (mon.0) 807 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:34:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:43 smithi105 bash[29464]: cluster 2023-12-08T10:34:42.520570+0000 mgr.smithi060.abncol (mgr.14182) 615 : cluster [DBG] pgmap v443: 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-08T10:34:43.492 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:43 smithi060 bash[25939]: cluster 2023-12-08T10:34:42.520570+0000 mgr.smithi060.abncol (mgr.14182) 615 : cluster [DBG] pgmap v443: 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-08T10:34:43.954 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:43.954 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:44.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:44 smithi060 bash[25939]: audit 2023-12-08T10:34:43.934261+0000 mgr.smithi060.abncol (mgr.14182) 616 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:44 smithi105 bash[29464]: audit 2023-12-08T10:34:43.934261+0000 mgr.smithi060.abncol (mgr.14182) 616 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:44.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:45 smithi105 bash[29464]: cluster 2023-12-08T10:34:44.521869+0000 mgr.smithi060.abncol (mgr.14182) 617 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-08T10:34:45.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:45 smithi060 bash[25939]: cluster 2023-12-08T10:34:44.521869+0000 mgr.smithi060.abncol (mgr.14182) 617 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-08T10:34:45.547 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:46.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:46 smithi060 bash[25939]: audit 2023-12-08T10:34:45.256900+0000 mon.smithi060 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:46.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:46 smithi105 bash[29464]: audit 2023-12-08T10:34:45.256900+0000 mon.smithi060 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:48.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:47 smithi060 bash[25939]: cluster 2023-12-08T10:34:46.523436+0000 mgr.smithi060.abncol (mgr.14182) 618 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-08T10:34:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:47 smithi105 bash[29464]: cluster 2023-12-08T10:34:46.523436+0000 mgr.smithi060.abncol (mgr.14182) 618 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-08T10:34:48.678 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:48.678 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:49.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:50.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:49 smithi060 bash[25939]: cluster 2023-12-08T10:34:48.525393+0000 mgr.smithi060.abncol (mgr.14182) 619 : cluster [DBG] pgmap v446: 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-08T10:34:50.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:49 smithi060 bash[25939]: audit 2023-12-08T10:34:48.659247+0000 mgr.smithi060.abncol (mgr.14182) 620 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:50.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:49 smithi060 bash[25939]: audit 2023-12-08T10:34:49.704470+0000 mon.smithi060 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:50.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:49 smithi105 bash[29464]: cluster 2023-12-08T10:34:48.525393+0000 mgr.smithi060.abncol (mgr.14182) 619 : cluster [DBG] pgmap v446: 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-08T10:34:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:49 smithi105 bash[29464]: audit 2023-12-08T10:34:48.659247+0000 mgr.smithi060.abncol (mgr.14182) 620 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:49 smithi105 bash[29464]: audit 2023-12-08T10:34:49.704470+0000 mon.smithi060 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:34:50.285 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:52.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:51 smithi060 bash[25939]: cluster 2023-12-08T10:34:50.526758+0000 mgr.smithi060.abncol (mgr.14182) 621 : cluster [DBG] pgmap v447: 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-08T10:34:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:51 smithi105 bash[29464]: cluster 2023-12-08T10:34:50.526758+0000 mgr.smithi060.abncol (mgr.14182) 621 : cluster [DBG] pgmap v447: 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-08T10:34:53.496 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:53.496 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:54.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:53 smithi060 bash[25939]: cluster 2023-12-08T10:34:52.528852+0000 mgr.smithi060.abncol (mgr.14182) 622 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:54.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:53 smithi105 bash[29464]: cluster 2023-12-08T10:34:52.528852+0000 mgr.smithi060.abncol (mgr.14182) 622 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:34:55.117 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:34:55.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:54 smithi105 bash[29464]: audit 2023-12-08T10:34:53.484576+0000 mgr.smithi060.abncol (mgr.14182) 623 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:55.130 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:54 smithi060 bash[25939]: audit 2023-12-08T10:34:53.484576+0000 mgr.smithi060.abncol (mgr.14182) 623 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:55 smithi105 bash[29464]: cluster 2023-12-08T10:34:54.530441+0000 mgr.smithi060.abncol (mgr.14182) 624 : 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-08T10:34:56.173 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:55 smithi060 bash[25939]: cluster 2023-12-08T10:34:54.530441+0000 mgr.smithi060.abncol (mgr.14182) 624 : 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-08T10:34:58.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:57 smithi060 bash[25939]: cluster 2023-12-08T10:34:56.532158+0000 mgr.smithi060.abncol (mgr.14182) 625 : 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-08T10:34:58.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:57 smithi105 bash[29464]: cluster 2023-12-08T10:34:56.532158+0000 mgr.smithi060.abncol (mgr.14182) 625 : 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-08T10:34:58.150 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:34:58.151 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:34:58.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:34:59.778 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:59 smithi105 bash[29464]: audit 2023-12-08T10:34:58.136176+0000 mgr.smithi060.abncol (mgr.14182) 626 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:34:59 smithi105 bash[29464]: cluster 2023-12-08T10:34:58.534214+0000 mgr.smithi060.abncol (mgr.14182) 627 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:00.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:59 smithi060 bash[25939]: audit 2023-12-08T10:34:58.136176+0000 mgr.smithi060.abncol (mgr.14182) 626 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:00.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:34:59 smithi060 bash[25939]: cluster 2023-12-08T10:34:58.534214+0000 mgr.smithi060.abncol (mgr.14182) 627 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:02.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:01 smithi060 bash[25939]: cluster 2023-12-08T10:35:00.535695+0000 mgr.smithi060.abncol (mgr.14182) 628 : 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-08T10:35:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:01 smithi105 bash[29464]: cluster 2023-12-08T10:35:00.535695+0000 mgr.smithi060.abncol (mgr.14182) 628 : 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-08T10:35:02.945 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:02.946 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:03.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:03 smithi105 bash[29464]: cluster 2023-12-08T10:35:02.537269+0000 mgr.smithi060.abncol (mgr.14182) 629 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:03 smithi105 bash[29464]: audit 2023-12-08T10:35:02.923359+0000 mgr.smithi060.abncol (mgr.14182) 630 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:04.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:03 smithi060 bash[25939]: cluster 2023-12-08T10:35:02.537269+0000 mgr.smithi060.abncol (mgr.14182) 629 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:04.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:03 smithi060 bash[25939]: audit 2023-12-08T10:35:02.923359+0000 mgr.smithi060.abncol (mgr.14182) 630 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:04.543 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:05.982 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:05 smithi060 bash[25939]: cluster 2023-12-08T10:35:04.538681+0000 mgr.smithi060.abncol (mgr.14182) 631 : 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-08T10:35:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:05 smithi105 bash[29464]: cluster 2023-12-08T10:35:04.538681+0000 mgr.smithi060.abncol (mgr.14182) 631 : 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-08T10:35:07.719 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:07.719 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:07 smithi105 bash[29464]: cluster 2023-12-08T10:35:06.540356+0000 mgr.smithi060.abncol (mgr.14182) 632 : 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-08T10:35:08.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:07 smithi060 bash[25939]: cluster 2023-12-08T10:35:06.540356+0000 mgr.smithi060.abncol (mgr.14182) 632 : 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-08T10:35:08.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:09.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:08 smithi105 bash[29464]: audit 2023-12-08T10:35:07.700485+0000 mgr.smithi060.abncol (mgr.14182) 633 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:09.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:08 smithi060 bash[25939]: audit 2023-12-08T10:35:07.700485+0000 mgr.smithi060.abncol (mgr.14182) 633 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:09.334 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:10.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:09 smithi105 bash[29464]: cluster 2023-12-08T10:35:08.542458+0000 mgr.smithi060.abncol (mgr.14182) 634 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:10.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:09 smithi060 bash[25939]: cluster 2023-12-08T10:35:08.542458+0000 mgr.smithi060.abncol (mgr.14182) 634 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:12.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:11 smithi105 bash[29464]: cluster 2023-12-08T10:35:10.544009+0000 mgr.smithi060.abncol (mgr.14182) 635 : 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-08T10:35:12.125 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:11 smithi060 bash[25939]: cluster 2023-12-08T10:35:10.544009+0000 mgr.smithi060.abncol (mgr.14182) 635 : 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-08T10:35:12.553 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:12.553 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:13.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:13 smithi105 bash[29464]: audit 2023-12-08T10:35:12.541708+0000 mgr.smithi060.abncol (mgr.14182) 636 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:13 smithi105 bash[29464]: cluster 2023-12-08T10:35:12.545963+0000 mgr.smithi060.abncol (mgr.14182) 637 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:14.224 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:13 smithi060 bash[25939]: audit 2023-12-08T10:35:12.541708+0000 mgr.smithi060.abncol (mgr.14182) 636 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:13 smithi060 bash[25939]: cluster 2023-12-08T10:35:12.545963+0000 mgr.smithi060.abncol (mgr.14182) 637 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:15 smithi105 bash[29464]: cluster 2023-12-08T10:35:14.547437+0000 mgr.smithi060.abncol (mgr.14182) 638 : 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-08T10:35:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:15 smithi060 bash[25939]: cluster 2023-12-08T10:35:14.547437+0000 mgr.smithi060.abncol (mgr.14182) 638 : 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-08T10:35:17.399 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:17.400 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:18.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:18.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:17 smithi105 bash[29464]: cluster 2023-12-08T10:35:16.548932+0000 mgr.smithi060.abncol (mgr.14182) 639 : 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-08T10:35:18.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:17 smithi060 bash[25939]: cluster 2023-12-08T10:35:16.548932+0000 mgr.smithi060.abncol (mgr.14182) 639 : 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-08T10:35:19.017 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:18 smithi105 bash[29464]: audit 2023-12-08T10:35:17.382081+0000 mgr.smithi060.abncol (mgr.14182) 640 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:19.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:18 smithi060 bash[25939]: audit 2023-12-08T10:35:17.382081+0000 mgr.smithi060.abncol (mgr.14182) 640 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:20.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:19 smithi105 bash[29464]: cluster 2023-12-08T10:35:18.550955+0000 mgr.smithi060.abncol (mgr.14182) 641 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:20.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:19 smithi060 bash[25939]: cluster 2023-12-08T10:35:18.550955+0000 mgr.smithi060.abncol (mgr.14182) 641 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:22.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:21 smithi060 bash[25939]: cluster 2023-12-08T10:35:20.552431+0000 mgr.smithi060.abncol (mgr.14182) 642 : 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-08T10:35:22.308 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:22.308 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:21 smithi105 bash[29464]: cluster 2023-12-08T10:35:20.552431+0000 mgr.smithi060.abncol (mgr.14182) 642 : 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-08T10:35:22.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:23.895 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:24.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:23 smithi060 bash[25939]: audit 2023-12-08T10:35:22.291855+0000 mgr.smithi060.abncol (mgr.14182) 643 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:24.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:23 smithi060 bash[25939]: cluster 2023-12-08T10:35:22.554395+0000 mgr.smithi060.abncol (mgr.14182) 644 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:24.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:23 smithi105 bash[29464]: audit 2023-12-08T10:35:22.291855+0000 mgr.smithi060.abncol (mgr.14182) 643 : audit [DBG] from='client.24753 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:23 smithi105 bash[29464]: cluster 2023-12-08T10:35:22.554395+0000 mgr.smithi060.abncol (mgr.14182) 644 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:25 smithi105 bash[29464]: cluster 2023-12-08T10:35:24.555917+0000 mgr.smithi060.abncol (mgr.14182) 645 : 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-08T10:35:26.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:25 smithi060 bash[25939]: cluster 2023-12-08T10:35:24.555917+0000 mgr.smithi060.abncol (mgr.14182) 645 : 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-08T10:35:27.002 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:27.002 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:27.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:28.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:27 smithi060 bash[25939]: cluster 2023-12-08T10:35:26.557097+0000 mgr.smithi060.abncol (mgr.14182) 646 : 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-08T10:35:28.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:27 smithi060 bash[25939]: audit 2023-12-08T10:35:26.983384+0000 mgr.smithi060.abncol (mgr.14182) 647 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:27 smithi105 bash[29464]: cluster 2023-12-08T10:35:26.557097+0000 mgr.smithi060.abncol (mgr.14182) 646 : 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-08T10:35:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:27 smithi105 bash[29464]: audit 2023-12-08T10:35:26.983384+0000 mgr.smithi060.abncol (mgr.14182) 647 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:28.601 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:29.951 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:29 smithi060 bash[25939]: cluster 2023-12-08T10:35:28.559171+0000 mgr.smithi060.abncol (mgr.14182) 648 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:29 smithi105 bash[29464]: cluster 2023-12-08T10:35:28.559171+0000 mgr.smithi060.abncol (mgr.14182) 648 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:31.701 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:31.702 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:32.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:31 smithi060 bash[25939]: cluster 2023-12-08T10:35:30.560770+0000 mgr.smithi060.abncol (mgr.14182) 649 : 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-08T10:35:32.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:31 smithi105 bash[29464]: cluster 2023-12-08T10:35:30.560770+0000 mgr.smithi060.abncol (mgr.14182) 649 : 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-08T10:35:33.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:32 smithi060 bash[25939]: audit 2023-12-08T10:35:31.688996+0000 mgr.smithi060.abncol (mgr.14182) 650 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:33.326 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:33.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:32 smithi105 bash[29464]: audit 2023-12-08T10:35:31.688996+0000 mgr.smithi060.abncol (mgr.14182) 650 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:33 smithi060 bash[25939]: cluster 2023-12-08T10:35:32.562822+0000 mgr.smithi060.abncol (mgr.14182) 651 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:33 smithi105 bash[29464]: cluster 2023-12-08T10:35:32.562822+0000 mgr.smithi060.abncol (mgr.14182) 651 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:35 smithi105 bash[29464]: cluster 2023-12-08T10:35:34.564265+0000 mgr.smithi060.abncol (mgr.14182) 652 : 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-08T10:35:36.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:35 smithi060 bash[25939]: cluster 2023-12-08T10:35:34.564265+0000 mgr.smithi060.abncol (mgr.14182) 652 : 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-08T10:35:36.478 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:36.478 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:37.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:38.113 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:37 smithi060 bash[25939]: audit 2023-12-08T10:35:36.458729+0000 mgr.smithi060.abncol (mgr.14182) 653 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:37 smithi060 bash[25939]: cluster 2023-12-08T10:35:36.565706+0000 mgr.smithi060.abncol (mgr.14182) 654 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:37 smithi105 bash[29464]: audit 2023-12-08T10:35:36.458729+0000 mgr.smithi060.abncol (mgr.14182) 653 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:37 smithi105 bash[29464]: cluster 2023-12-08T10:35:36.565706+0000 mgr.smithi060.abncol (mgr.14182) 654 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:40.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:39 smithi060 bash[25939]: cluster 2023-12-08T10:35:38.567450+0000 mgr.smithi060.abncol (mgr.14182) 655 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:39 smithi105 bash[29464]: cluster 2023-12-08T10:35:38.567450+0000 mgr.smithi060.abncol (mgr.14182) 655 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.520904+0000 mon.smithi060 (mon.0) 810 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.822181+0000 mon.smithi060 (mon.0) 811 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.823747+0000 mon.smithi060 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.832224+0000 mon.smithi060 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.840654+0000 mon.smithi060 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:40 smithi060 bash[25939]: audit 2023-12-08T10:35:40.854108+0000 mon.smithi060 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:41.305 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:41.305 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:33:32.597122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qtnyft on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.520904+0000 mon.smithi060 (mon.0) 810 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.822181+0000 mon.smithi060 (mon.0) 811 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.823747+0000 mon.smithi060 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.832224+0000 mon.smithi060 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.840654+0000 mon.smithi060 (mon.0) 814 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:40 smithi105 bash[29464]: audit 2023-12-08T10:35:40.854108+0000 mon.smithi060 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:41.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:41 smithi060 bash[25939]: cluster 2023-12-08T10:35:40.568509+0000 mgr.smithi060.abncol (mgr.14182) 656 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:41 smithi060 bash[25939]: cluster 2023-12-08T10:35:40.833340+0000 mgr.smithi060.abncol (mgr.14182) 657 : 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-08T10:35:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:41 smithi060 bash[25939]: cephadm 2023-12-08T10:35:40.861257+0000 mgr.smithi060.abncol (mgr.14182) 658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mrdzcs on smithi105 2023-12-08T10:35:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:41 smithi060 bash[25939]: cluster 2023-12-08T10:35:40.931293+0000 mon.smithi060 (mon.0) 816 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:35:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:41 smithi060 bash[25939]: cluster 2023-12-08T10:35:40.931344+0000 mon.smithi060 (mon.0) 817 : cluster [INF] Cluster is now healthy 2023-12-08T10:35:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:41 smithi105 bash[29464]: cluster 2023-12-08T10:35:40.568509+0000 mgr.smithi060.abncol (mgr.14182) 656 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:35:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:41 smithi105 bash[29464]: cluster 2023-12-08T10:35:40.833340+0000 mgr.smithi060.abncol (mgr.14182) 657 : 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-08T10:35:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:41 smithi105 bash[29464]: cephadm 2023-12-08T10:35:40.861257+0000 mgr.smithi060.abncol (mgr.14182) 658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mrdzcs on smithi105 2023-12-08T10:35:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:41 smithi105 bash[29464]: cluster 2023-12-08T10:35:40.931293+0000 mon.smithi060 (mon.0) 816 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:35:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:41 smithi105 bash[29464]: cluster 2023-12-08T10:35:40.931344+0000 mon.smithi060 (mon.0) 817 : cluster [INF] Cluster is now healthy 2023-12-08T10:35:42.969 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:43.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:42 smithi060 bash[25939]: audit 2023-12-08T10:35:41.285507+0000 mgr.smithi060.abncol (mgr.14182) 659 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:42 smithi105 bash[29464]: audit 2023-12-08T10:35:41.285507+0000 mgr.smithi060.abncol (mgr.14182) 659 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:44.243 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:43 smithi105 bash[29464]: cluster 2023-12-08T10:35:42.835020+0000 mgr.smithi060.abncol (mgr.14182) 660 : 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-08T10:35:44.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:43 smithi060 bash[25939]: cluster 2023-12-08T10:35:42.835020+0000 mgr.smithi060.abncol (mgr.14182) 660 : 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-08T10:35:45.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:44 smithi060 bash[25939]: audit 2023-12-08T10:35:44.683940+0000 mon.smithi060 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mrdzcs"}]: dispatch 2023-12-08T10:35:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:44 smithi105 bash[29464]: audit 2023-12-08T10:35:44.683940+0000 mon.smithi060 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mrdzcs"}]: dispatch 2023-12-08T10:35:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: cephadm 2023-12-08T10:35:44.682651+0000 mgr.smithi060.abncol (mgr.14182) 661 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:46.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: cephadm 2023-12-08T10:35:44.683251+0000 mgr.smithi060.abncol (mgr.14182) 662 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: cephadm 2023-12-08T10:35:44.685325+0000 mgr.smithi060.abncol (mgr.14182) 663 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: cephadm 2023-12-08T10:35:44.688479+0000 mgr.smithi060.abncol (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.itwbvw on smithi060 2023-12-08T10:35:46.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:45 smithi105 bash[29464]: cluster 2023-12-08T10:35:44.835856+0000 mgr.smithi060.abncol (mgr.14182) 665 : cluster [DBG] pgmap v475: 225 pgs: 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-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: cephadm 2023-12-08T10:35:44.682651+0000 mgr.smithi060.abncol (mgr.14182) 661 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: cephadm 2023-12-08T10:35:44.683251+0000 mgr.smithi060.abncol (mgr.14182) 662 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: cephadm 2023-12-08T10:35:44.685325+0000 mgr.smithi060.abncol (mgr.14182) 663 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mrdzcs ... 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:46.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: cephadm 2023-12-08T10:35:44.688479+0000 mgr.smithi060.abncol (mgr.14182) 664 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.itwbvw on smithi060 2023-12-08T10:35:46.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:45 smithi060 bash[25939]: cluster 2023-12-08T10:35:44.835856+0000 mgr.smithi060.abncol (mgr.14182) 665 : cluster [DBG] pgmap v475: 225 pgs: 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-08T10:35:46.332 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:46.333 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:36.683015Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iuizkh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-iuizkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.iuizkh\nDeploy daemon haproxy.nfs.foo.smithi105.iuizkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.510025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.eowmxa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-eowmxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.eowmxa\nDeploy daemon haproxy.nfs.foo.smithi060.eowmxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:34:40.514579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zocvip on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:46.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:47.997 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:47 smithi105 bash[29464]: audit 2023-12-08T10:35:46.314783+0000 mgr.smithi060.abncol (mgr.14182) 666 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:47 smithi105 bash[29464]: cluster 2023-12-08T10:35:46.836635+0000 mgr.smithi060.abncol (mgr.14182) 667 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-08T10:35:48.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:47 smithi060 bash[25939]: audit 2023-12-08T10:35:46.314783+0000 mgr.smithi060.abncol (mgr.14182) 666 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:48.213 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:47 smithi060 bash[25939]: cluster 2023-12-08T10:35:46.836635+0000 mgr.smithi060.abncol (mgr.14182) 667 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cluster 2023-12-08T10:35:48.837318+0000 mgr.smithi060.abncol (mgr.14182) 668 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cephadm 2023-12-08T10:35:48.965306+0000 mgr.smithi060.abncol (mgr.14182) 669 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cephadm 2023-12-08T10:35:48.965585+0000 mgr.smithi060.abncol (mgr.14182) 670 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: audit 2023-12-08T10:35:48.966055+0000 mon.smithi060 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.itwbvw"}]: dispatch 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cephadm 2023-12-08T10:35:48.967142+0000 mgr.smithi060.abncol (mgr.14182) 671 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cephadm 2023-12-08T10:35:48.971704+0000 mgr.smithi060.abncol (mgr.14182) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cephadm 2023-12-08T10:35:48.975518+0000 mgr.smithi060.abncol (mgr.14182) 673 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: cluster 2023-12-08T10:35:48.976433+0000 mgr.smithi060.abncol (mgr.14182) 674 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-08T10:35:50.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:49 smithi060 bash[25939]: audit 2023-12-08T10:35:49.705951+0000 mon.smithi060 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cluster 2023-12-08T10:35:48.837318+0000 mgr.smithi060.abncol (mgr.14182) 668 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cephadm 2023-12-08T10:35:48.965306+0000 mgr.smithi060.abncol (mgr.14182) 669 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cephadm 2023-12-08T10:35:48.965585+0000 mgr.smithi060.abncol (mgr.14182) 670 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: audit 2023-12-08T10:35:48.966055+0000 mon.smithi060 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.itwbvw"}]: dispatch 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cephadm 2023-12-08T10:35:48.967142+0000 mgr.smithi060.abncol (mgr.14182) 671 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.itwbvw ... 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cephadm 2023-12-08T10:35:48.971704+0000 mgr.smithi060.abncol (mgr.14182) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cephadm 2023-12-08T10:35:48.975518+0000 mgr.smithi060.abncol (mgr.14182) 673 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:35:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: cluster 2023-12-08T10:35:48.976433+0000 mgr.smithi060.abncol (mgr.14182) 674 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-12-08T10:35:50.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:49 smithi105 bash[29464]: audit 2023-12-08T10:35:49.705951+0000 mon.smithi060 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:51.249 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:51.249 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:51.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:50 smithi060 bash[25939]: cluster 2023-12-08T10:35:49.890793+0000 mon.smithi060 (mon.0) 821 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:35:51.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:50 smithi060 bash[25939]: audit 2023-12-08T10:35:50.313492+0000 mon.smithi060 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:50 smithi105 bash[29464]: cluster 2023-12-08T10:35:49.890793+0000 mon.smithi060 (mon.0) 821 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:35:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:50 smithi105 bash[29464]: audit 2023-12-08T10:35:50.313492+0000 mon.smithi060 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:35:51.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:52.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:51 smithi060 bash[25939]: cluster 2023-12-08T10:35:50.977771+0000 mgr.smithi060.abncol (mgr.14182) 675 : cluster [DBG] pgmap v479: 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-08T10:35:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:51 smithi105 bash[29464]: cluster 2023-12-08T10:35:50.977771+0000 mgr.smithi060.abncol (mgr.14182) 675 : cluster [DBG] pgmap v479: 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-08T10:35:52.855 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:53.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:52 smithi060 bash[25939]: audit 2023-12-08T10:35:51.229566+0000 mgr.smithi060.abncol (mgr.14182) 676 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:52 smithi105 bash[29464]: audit 2023-12-08T10:35:51.229566+0000 mgr.smithi060.abncol (mgr.14182) 676 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:54.121 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:53 smithi060 bash[25939]: cluster 2023-12-08T10:35:52.979019+0000 mgr.smithi060.abncol (mgr.14182) 677 : cluster [DBG] pgmap v480: 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-08T10:35:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:53 smithi105 bash[29464]: cluster 2023-12-08T10:35:52.979019+0000 mgr.smithi060.abncol (mgr.14182) 677 : cluster [DBG] pgmap v480: 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-08T10:35:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:55 smithi105 bash[29464]: cluster 2023-12-08T10:35:54.980402+0000 mgr.smithi060.abncol (mgr.14182) 678 : cluster [DBG] pgmap v481: 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-08T10:35:55.378 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:55 smithi060 bash[25939]: cluster 2023-12-08T10:35:54.980402+0000 mgr.smithi060.abncol (mgr.14182) 678 : cluster [DBG] pgmap v481: 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-08T10:35:55.807 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:35:55.807 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:35:56.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:56 smithi060 bash[25939]: audit 2023-12-08T10:35:55.790112+0000 mgr.smithi060.abncol (mgr.14182) 679 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:56.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:35:56.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:56 smithi105 bash[29464]: audit 2023-12-08T10:35:55.790112+0000 mgr.smithi060.abncol (mgr.14182) 679 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:35:57.373 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:35:58.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:57 smithi105 bash[29464]: cluster 2023-12-08T10:35:56.982443+0000 mgr.smithi060.abncol (mgr.14182) 680 : cluster [DBG] pgmap v482: 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-08T10:35:58.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:57 smithi060 bash[25939]: cluster 2023-12-08T10:35:56.982443+0000 mgr.smithi060.abncol (mgr.14182) 680 : cluster [DBG] pgmap v482: 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-08T10:35:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:35:59 smithi105 bash[29464]: cluster 2023-12-08T10:35:58.983952+0000 mgr.smithi060.abncol (mgr.14182) 681 : cluster [DBG] pgmap v483: 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-08T10:35:59.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:35:59 smithi060 bash[25939]: cluster 2023-12-08T10:35:58.983952+0000 mgr.smithi060.abncol (mgr.14182) 681 : cluster [DBG] pgmap v483: 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-08T10:36:00.626 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:00.627 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:01.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:01 smithi105 bash[29464]: audit 2023-12-08T10:36:00.607820+0000 mgr.smithi060.abncol (mgr.14182) 682 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:01 smithi105 bash[29464]: cluster 2023-12-08T10:36:00.985370+0000 mgr.smithi060.abncol (mgr.14182) 683 : 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-08T10:36:01.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:01 smithi060 bash[25939]: audit 2023-12-08T10:36:00.607820+0000 mgr.smithi060.abncol (mgr.14182) 682 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:01.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:01 smithi060 bash[25939]: cluster 2023-12-08T10:36:00.985370+0000 mgr.smithi060.abncol (mgr.14182) 683 : 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-08T10:36:02.235 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:03.341 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:03 smithi060 bash[25939]: cluster 2023-12-08T10:36:02.986663+0000 mgr.smithi060.abncol (mgr.14182) 684 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:03 smithi105 bash[29464]: cluster 2023-12-08T10:36:02.986663+0000 mgr.smithi060.abncol (mgr.14182) 684 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:05.239 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:05.239 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:05.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:06.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:05 smithi060 bash[25939]: audit 2023-12-08T10:36:04.705756+0000 mon.smithi060 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:06.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:05 smithi060 bash[25939]: cluster 2023-12-08T10:36:04.987757+0000 mgr.smithi060.abncol (mgr.14182) 685 : 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-08T10:36:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:05 smithi105 bash[29464]: audit 2023-12-08T10:36:04.705756+0000 mon.smithi060 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:05 smithi105 bash[29464]: cluster 2023-12-08T10:36:04.987757+0000 mgr.smithi060.abncol (mgr.14182) 685 : 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-08T10:36:06.844 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:07.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:06 smithi060 bash[25939]: audit 2023-12-08T10:36:05.220770+0000 mgr.smithi060.abncol (mgr.14182) 686 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:06 smithi105 bash[29464]: audit 2023-12-08T10:36:05.220770+0000 mgr.smithi060.abncol (mgr.14182) 686 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:08.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:07 smithi105 bash[29464]: cluster 2023-12-08T10:36:06.989649+0000 mgr.smithi060.abncol (mgr.14182) 687 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:08.162 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:07 smithi060 bash[25939]: cluster 2023-12-08T10:36:06.989649+0000 mgr.smithi060.abncol (mgr.14182) 687 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:09 smithi105 bash[29464]: cluster 2023-12-08T10:36:08.990929+0000 mgr.smithi060.abncol (mgr.14182) 688 : 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-08T10:36:09.492 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:09 smithi060 bash[25939]: cluster 2023-12-08T10:36:08.990929+0000 mgr.smithi060.abncol (mgr.14182) 688 : 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-08T10:36:09.948 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:09.948 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:10.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:10 smithi060 bash[25939]: audit 2023-12-08T10:36:09.930486+0000 mgr.smithi060.abncol (mgr.14182) 689 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:10 smithi105 bash[29464]: audit 2023-12-08T10:36:09.930486+0000 mgr.smithi060.abncol (mgr.14182) 689 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:10.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:11 smithi105 bash[29464]: cluster 2023-12-08T10:36:10.992534+0000 mgr.smithi060.abncol (mgr.14182) 690 : 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-08T10:36:11.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:11 smithi060 bash[25939]: cluster 2023-12-08T10:36:10.992534+0000 mgr.smithi060.abncol (mgr.14182) 690 : 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-08T10:36:11.578 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:13.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:13 smithi060 bash[25939]: cluster 2023-12-08T10:36:12.993876+0000 mgr.smithi060.abncol (mgr.14182) 691 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:13 smithi105 bash[29464]: cluster 2023-12-08T10:36:12.993876+0000 mgr.smithi060.abncol (mgr.14182) 691 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:14.578 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:14.578 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:15.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:15.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:15 smithi105 bash[29464]: audit 2023-12-08T10:36:14.563574+0000 mgr.smithi060.abncol (mgr.14182) 692 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:15 smithi105 bash[29464]: cluster 2023-12-08T10:36:14.995384+0000 mgr.smithi060.abncol (mgr.14182) 693 : 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-08T10:36:15.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:15 smithi060 bash[25939]: audit 2023-12-08T10:36:14.563574+0000 mgr.smithi060.abncol (mgr.14182) 692 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:15.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:15 smithi060 bash[25939]: cluster 2023-12-08T10:36:14.995384+0000 mgr.smithi060.abncol (mgr.14182) 693 : 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-08T10:36:16.169 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:17 smithi105 bash[29464]: cluster 2023-12-08T10:36:16.997115+0000 mgr.smithi060.abncol (mgr.14182) 694 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:18.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:17 smithi060 bash[25939]: cluster 2023-12-08T10:36:16.997115+0000 mgr.smithi060.abncol (mgr.14182) 694 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:19.222 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:19.222 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:19 smithi105 bash[29464]: cluster 2023-12-08T10:36:18.998111+0000 mgr.smithi060.abncol (mgr.14182) 695 : 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-08T10:36:19.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:19 smithi060 bash[25939]: cluster 2023-12-08T10:36:18.998111+0000 mgr.smithi060.abncol (mgr.14182) 695 : 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-08T10:36:19.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:20.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:20 smithi060 bash[25939]: audit 2023-12-08T10:36:19.210095+0000 mgr.smithi060.abncol (mgr.14182) 696 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:20 smithi105 bash[29464]: audit 2023-12-08T10:36:19.210095+0000 mgr.smithi060.abncol (mgr.14182) 696 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:20.834 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:21.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:21 smithi060 bash[25939]: cluster 2023-12-08T10:36:20.999612+0000 mgr.smithi060.abncol (mgr.14182) 697 : 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-08T10:36:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:21 smithi105 bash[29464]: cluster 2023-12-08T10:36:20.999612+0000 mgr.smithi060.abncol (mgr.14182) 697 : 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-08T10:36:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:23 smithi105 bash[29464]: cluster 2023-12-08T10:36:23.000655+0000 mgr.smithi060.abncol (mgr.14182) 698 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:23.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:23 smithi060 bash[25939]: cluster 2023-12-08T10:36:23.000655+0000 mgr.smithi060.abncol (mgr.14182) 698 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:24.082 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:24.082 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:24.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:25 smithi105 bash[29464]: audit 2023-12-08T10:36:24.069172+0000 mgr.smithi060.abncol (mgr.14182) 699 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:25 smithi105 bash[29464]: cluster 2023-12-08T10:36:25.002012+0000 mgr.smithi060.abncol (mgr.14182) 700 : 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-08T10:36:25.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:25 smithi060 bash[25939]: audit 2023-12-08T10:36:24.069172+0000 mgr.smithi060.abncol (mgr.14182) 699 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:25.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:25 smithi060 bash[25939]: cluster 2023-12-08T10:36:25.002012+0000 mgr.smithi060.abncol (mgr.14182) 700 : 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-08T10:36:25.662 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:28.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:27 smithi105 bash[29464]: cluster 2023-12-08T10:36:27.003398+0000 mgr.smithi060.abncol (mgr.14182) 701 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:28.152 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:27 smithi060 bash[25939]: cluster 2023-12-08T10:36:27.003398+0000 mgr.smithi060.abncol (mgr.14182) 701 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:28.590 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:28.590 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:29.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:29 smithi105 bash[29464]: audit 2023-12-08T10:36:28.572438+0000 mgr.smithi060.abncol (mgr.14182) 702 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:29 smithi105 bash[29464]: cluster 2023-12-08T10:36:29.004650+0000 mgr.smithi060.abncol (mgr.14182) 703 : 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-08T10:36:29.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:29 smithi060 bash[25939]: audit 2023-12-08T10:36:28.572438+0000 mgr.smithi060.abncol (mgr.14182) 702 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:29.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:29 smithi060 bash[25939]: cluster 2023-12-08T10:36:29.004650+0000 mgr.smithi060.abncol (mgr.14182) 703 : 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-08T10:36:30.245 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:31.344 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:31 smithi060 bash[25939]: cluster 2023-12-08T10:36:31.006079+0000 mgr.smithi060.abncol (mgr.14182) 704 : 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-08T10:36:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:31 smithi105 bash[29464]: cluster 2023-12-08T10:36:31.006079+0000 mgr.smithi060.abncol (mgr.14182) 704 : 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-08T10:36:33.293 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:33.293 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:33.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:33 smithi060 bash[25939]: cluster 2023-12-08T10:36:33.007530+0000 mgr.smithi060.abncol (mgr.14182) 705 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:33 smithi105 bash[29464]: cluster 2023-12-08T10:36:33.007530+0000 mgr.smithi060.abncol (mgr.14182) 705 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:33.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:34.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:34 smithi060 bash[25939]: audit 2023-12-08T10:36:33.272844+0000 mgr.smithi060.abncol (mgr.14182) 706 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:34 smithi105 bash[29464]: audit 2023-12-08T10:36:33.272844+0000 mgr.smithi060.abncol (mgr.14182) 706 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:34.878 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:35.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:35 smithi060 bash[25939]: cluster 2023-12-08T10:36:35.008862+0000 mgr.smithi060.abncol (mgr.14182) 707 : 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-08T10:36:35.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:35 smithi105 bash[29464]: cluster 2023-12-08T10:36:35.008862+0000 mgr.smithi060.abncol (mgr.14182) 707 : 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-08T10:36:37.930 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:37.930 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:38.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:37 smithi105 bash[29464]: cluster 2023-12-08T10:36:37.011001+0000 mgr.smithi060.abncol (mgr.14182) 708 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:38.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:37 smithi060 bash[25939]: cluster 2023-12-08T10:36:37.011001+0000 mgr.smithi060.abncol (mgr.14182) 708 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:38.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:39.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:38 smithi060 bash[25939]: audit 2023-12-08T10:36:37.909726+0000 mgr.smithi060.abncol (mgr.14182) 709 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:39.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:38 smithi105 bash[29464]: audit 2023-12-08T10:36:37.909726+0000 mgr.smithi060.abncol (mgr.14182) 709 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:39.550 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:39.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:39 smithi060 bash[25939]: cluster 2023-12-08T10:36:39.012454+0000 mgr.smithi060.abncol (mgr.14182) 710 : 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-08T10:36:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:39 smithi105 bash[29464]: cluster 2023-12-08T10:36:39.012454+0000 mgr.smithi060.abncol (mgr.14182) 710 : 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-08T10:36:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:41 smithi060 bash[25939]: cluster 2023-12-08T10:36:41.013961+0000 mgr.smithi060.abncol (mgr.14182) 711 : 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-08T10:36:41.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:41 smithi105 bash[29464]: cluster 2023-12-08T10:36:41.013961+0000 mgr.smithi060.abncol (mgr.14182) 711 : 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-08T10:36:42.664 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:42.664 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:43.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:43 smithi105 bash[29464]: audit 2023-12-08T10:36:42.643893+0000 mgr.smithi060.abncol (mgr.14182) 712 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:43 smithi105 bash[29464]: cluster 2023-12-08T10:36:43.015976+0000 mgr.smithi060.abncol (mgr.14182) 713 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:43.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:43 smithi060 bash[25939]: audit 2023-12-08T10:36:42.643893+0000 mgr.smithi060.abncol (mgr.14182) 712 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:43.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:43 smithi060 bash[25939]: cluster 2023-12-08T10:36:43.015976+0000 mgr.smithi060.abncol (mgr.14182) 713 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:44.279 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:45 smithi105 bash[29464]: cluster 2023-12-08T10:36:45.017674+0000 mgr.smithi060.abncol (mgr.14182) 714 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:45.377 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:45 smithi060 bash[25939]: cluster 2023-12-08T10:36:45.017674+0000 mgr.smithi060.abncol (mgr.14182) 714 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:47.245 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:47.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:47 smithi105 bash[29464]: cluster 2023-12-08T10:36:47.020464+0000 mgr.smithi060.abncol (mgr.14182) 715 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:48.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:47 smithi060 bash[25939]: cluster 2023-12-08T10:36:47.020464+0000 mgr.smithi060.abncol (mgr.14182) 715 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:36:48.829 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:49.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:48 smithi105 bash[29464]: audit 2023-12-08T10:36:47.233135+0000 mgr.smithi060.abncol (mgr.14182) 716 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:49.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:48 smithi060 bash[25939]: audit 2023-12-08T10:36:47.233135+0000 mgr.smithi060.abncol (mgr.14182) 716 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:48.979057+0000 mon.smithi060 (mon.0) 824 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: cluster 2023-12-08T10:36:49.021400+0000 mgr.smithi060.abncol (mgr.14182) 717 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:49.304025+0000 mon.smithi060 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:49.305871+0000 mon.smithi060 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:49.314962+0000 mon.smithi060 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:49.320512+0000 mon.smithi060 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:50.090 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:49 smithi060 bash[25939]: audit 2023-12-08T10:36:49.338428+0000 mon.smithi060 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:48.979057+0000 mon.smithi060 (mon.0) 824 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: cluster 2023-12-08T10:36:49.021400+0000 mgr.smithi060.abncol (mgr.14182) 717 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:49.304025+0000 mon.smithi060 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:49.305871+0000 mon.smithi060 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:49.314962+0000 mon.smithi060 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:49.320512+0000 mon.smithi060 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:49 smithi105 bash[29464]: audit 2023-12-08T10:36:49.338428+0000 mon.smithi060 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:36:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:50 smithi105 bash[29464]: cluster 2023-12-08T10:36:49.315972+0000 mgr.smithi060.abncol (mgr.14182) 718 : 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-08T10:36:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:50 smithi105 bash[29464]: cephadm 2023-12-08T10:36:49.344278+0000 mgr.smithi060.abncol (mgr.14182) 719 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rheiwq on smithi105 2023-12-08T10:36:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:50 smithi105 bash[29464]: cluster 2023-12-08T10:36:49.793971+0000 mon.smithi060 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:36:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:50 smithi105 bash[29464]: cluster 2023-12-08T10:36:49.794033+0000 mon.smithi060 (mon.0) 831 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:51.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:50 smithi060 bash[25939]: cluster 2023-12-08T10:36:49.315972+0000 mgr.smithi060.abncol (mgr.14182) 718 : 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-08T10:36:51.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:50 smithi060 bash[25939]: cephadm 2023-12-08T10:36:49.344278+0000 mgr.smithi060.abncol (mgr.14182) 719 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.rheiwq on smithi105 2023-12-08T10:36:51.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:50 smithi060 bash[25939]: cluster 2023-12-08T10:36:49.793971+0000 mon.smithi060 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:36:51.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:50 smithi060 bash[25939]: cluster 2023-12-08T10:36:49.794033+0000 mon.smithi060 (mon.0) 831 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:52.092 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:52.092 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:34:40.516734Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.otdznh on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:52.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:53.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:52 smithi060 bash[25939]: cluster 2023-12-08T10:36:51.317152+0000 mgr.smithi060.abncol (mgr.14182) 720 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:52 smithi105 bash[29464]: cluster 2023-12-08T10:36:51.317152+0000 mgr.smithi060.abncol (mgr.14182) 720 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:53.691 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:54.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:53 smithi060 bash[25939]: audit 2023-12-08T10:36:52.076979+0000 mgr.smithi060.abncol (mgr.14182) 721 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:54.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:53 smithi060 bash[25939]: audit 2023-12-08T10:36:53.250061+0000 mon.smithi060 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rheiwq"}]: dispatch 2023-12-08T10:36:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:53 smithi105 bash[29464]: audit 2023-12-08T10:36:52.076979+0000 mgr.smithi060.abncol (mgr.14182) 721 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:53 smithi105 bash[29464]: audit 2023-12-08T10:36:53.250061+0000 mon.smithi060 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.rheiwq"}]: dispatch 2023-12-08T10:36:55.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: cephadm 2023-12-08T10:36:53.248682+0000 mgr.smithi060.abncol (mgr.14182) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:36:55.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: cephadm 2023-12-08T10:36:53.249294+0000 mgr.smithi060.abncol (mgr.14182) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: cephadm 2023-12-08T10:36:53.251808+0000 mgr.smithi060.abncol (mgr.14182) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: cephadm 2023-12-08T10:36:53.256880+0000 mgr.smithi060.abncol (mgr.14182) 725 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.elufwn on smithi060 2023-12-08T10:36:55.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:54 smithi060 bash[25939]: cluster 2023-12-08T10:36:53.318760+0000 mgr.smithi060.abncol (mgr.14182) 726 : cluster [DBG] pgmap v511: 225 pgs: 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-08T10:36:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: cephadm 2023-12-08T10:36:53.248682+0000 mgr.smithi060.abncol (mgr.14182) 722 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: cephadm 2023-12-08T10:36:53.249294+0000 mgr.smithi060.abncol (mgr.14182) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: cephadm 2023-12-08T10:36:53.251808+0000 mgr.smithi060.abncol (mgr.14182) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:55.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.rheiwq ... 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: cephadm 2023-12-08T10:36:53.256880+0000 mgr.smithi060.abncol (mgr.14182) 725 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.elufwn on smithi060 2023-12-08T10:36:55.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:54 smithi105 bash[29464]: cluster 2023-12-08T10:36:53.318760+0000 mgr.smithi060.abncol (mgr.14182) 726 : cluster [DBG] pgmap v511: 225 pgs: 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-08T10:36:56.776 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:36:56.776 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:44.685173Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mrdzcs on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mrdzcs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mrdzcs\nDeploy daemon haproxy.nfs.foo.smithi105.mrdzcs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.966996Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.itwbvw on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-itwbvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.itwbvw\nDeploy daemon haproxy.nfs.foo.smithi060.itwbvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:35:48.971461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.deehsn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:36:57.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:56 smithi060 bash[25939]: cluster 2023-12-08T10:36:55.320105+0000 mgr.smithi060.abncol (mgr.14182) 727 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:57.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:56 smithi105 bash[29464]: cluster 2023-12-08T10:36:55.320105+0000 mgr.smithi060.abncol (mgr.14182) 727 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:57.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:36:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:57 smithi105 bash[29464]: audit 2023-12-08T10:36:56.763856+0000 mgr.smithi060.abncol (mgr.14182) 728 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:57 smithi105 bash[29464]: audit 2023-12-08T10:36:57.399282+0000 mon.smithi060 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.elufwn"}]: dispatch 2023-12-08T10:36:58.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:57 smithi060 bash[25939]: audit 2023-12-08T10:36:56.763856+0000 mgr.smithi060.abncol (mgr.14182) 728 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:57 smithi060 bash[25939]: audit 2023-12-08T10:36:57.399282+0000 mon.smithi060 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.elufwn"}]: dispatch 2023-12-08T10:36:58.539 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cluster 2023-12-08T10:36:57.321991+0000 mgr.smithi060.abncol (mgr.14182) 729 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cephadm 2023-12-08T10:36:57.397970+0000 mgr.smithi060.abncol (mgr.14182) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cephadm 2023-12-08T10:36:57.398580+0000 mgr.smithi060.abncol (mgr.14182) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cephadm 2023-12-08T10:36:57.400601+0000 mgr.smithi060.abncol (mgr.14182) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cephadm 2023-12-08T10:36:57.405031+0000 mgr.smithi060.abncol (mgr.14182) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:36:59.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cephadm 2023-12-08T10:36:57.408965+0000 mgr.smithi060.abncol (mgr.14182) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:36:59.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cluster 2023-12-08T10:36:57.410368+0000 mgr.smithi060.abncol (mgr.14182) 735 : cluster [DBG] pgmap v514: 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-08T10:36:59.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:36:58 smithi105 bash[29464]: cluster 2023-12-08T10:36:57.830489+0000 mon.smithi060 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:36:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cluster 2023-12-08T10:36:57.321991+0000 mgr.smithi060.abncol (mgr.14182) 729 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:36:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cephadm 2023-12-08T10:36:57.397970+0000 mgr.smithi060.abncol (mgr.14182) 730 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:36:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cephadm 2023-12-08T10:36:57.398580+0000 mgr.smithi060.abncol (mgr.14182) 731 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cephadm 2023-12-08T10:36:57.400601+0000 mgr.smithi060.abncol (mgr.14182) 732 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.elufwn ... 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cephadm 2023-12-08T10:36:57.405031+0000 mgr.smithi060.abncol (mgr.14182) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cephadm 2023-12-08T10:36:57.408965+0000 mgr.smithi060.abncol (mgr.14182) 734 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:36:59.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cluster 2023-12-08T10:36:57.410368+0000 mgr.smithi060.abncol (mgr.14182) 735 : cluster [DBG] pgmap v514: 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-08T10:36:59.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:36:58 smithi060 bash[25939]: cluster 2023-12-08T10:36:57.830489+0000 mon.smithi060 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:37:01.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:00 smithi105 bash[29464]: cluster 2023-12-08T10:36:59.411867+0000 mgr.smithi060.abncol (mgr.14182) 736 : cluster [DBG] pgmap v515: 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-08T10:37:01.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:00 smithi105 bash[29464]: audit 2023-12-08T10:37:00.377727+0000 mon.smithi060 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:01.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:00 smithi060 bash[25939]: cluster 2023-12-08T10:36:59.411867+0000 mgr.smithi060.abncol (mgr.14182) 736 : cluster [DBG] pgmap v515: 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-08T10:37:01.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:00 smithi060 bash[25939]: audit 2023-12-08T10:37:00.377727+0000 mon.smithi060 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:01.917 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:01.917 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:02.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:02 smithi105 bash[29464]: cluster 2023-12-08T10:37:01.413381+0000 mgr.smithi060.abncol (mgr.14182) 737 : cluster [DBG] pgmap v516: 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-08T10:37:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:02 smithi105 bash[29464]: audit 2023-12-08T10:37:01.898847+0000 mgr.smithi060.abncol (mgr.14182) 738 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:03.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:02 smithi060 bash[25939]: cluster 2023-12-08T10:37:01.413381+0000 mgr.smithi060.abncol (mgr.14182) 737 : cluster [DBG] pgmap v516: 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-08T10:37:03.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:02 smithi060 bash[25939]: audit 2023-12-08T10:37:01.898847+0000 mgr.smithi060.abncol (mgr.14182) 738 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:03.526 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:04 smithi105 bash[29464]: cluster 2023-12-08T10:37:03.415480+0000 mgr.smithi060.abncol (mgr.14182) 739 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:37:05.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:04 smithi060 bash[25939]: cluster 2023-12-08T10:37:03.415480+0000 mgr.smithi060.abncol (mgr.14182) 739 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:37:06.628 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:06.628 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:07.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:06 smithi060 bash[25939]: cluster 2023-12-08T10:37:05.417293+0000 mgr.smithi060.abncol (mgr.14182) 740 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:37:07.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:06 smithi105 bash[29464]: cluster 2023-12-08T10:37:05.417293+0000 mgr.smithi060.abncol (mgr.14182) 740 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:37:08.248 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:08.261 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:07 smithi060 bash[25939]: audit 2023-12-08T10:37:06.608039+0000 mgr.smithi060.abncol (mgr.14182) 741 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:07 smithi105 bash[29464]: audit 2023-12-08T10:37:06.608039+0000 mgr.smithi060.abncol (mgr.14182) 741 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:09.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:08 smithi060 bash[25939]: cluster 2023-12-08T10:37:07.419423+0000 mgr.smithi060.abncol (mgr.14182) 742 : cluster [DBG] pgmap v519: 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-08T10:37:09.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:08 smithi105 bash[29464]: cluster 2023-12-08T10:37:07.419423+0000 mgr.smithi060.abncol (mgr.14182) 742 : cluster [DBG] pgmap v519: 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-08T10:37:11.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:10 smithi060 bash[25939]: cluster 2023-12-08T10:37:09.420909+0000 mgr.smithi060.abncol (mgr.14182) 743 : 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-08T10:37:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:10 smithi105 bash[29464]: cluster 2023-12-08T10:37:09.420909+0000 mgr.smithi060.abncol (mgr.14182) 743 : 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-08T10:37:11.604 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:11.605 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:12.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:13.227 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:13.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:12 smithi060 bash[25939]: cluster 2023-12-08T10:37:11.422439+0000 mgr.smithi060.abncol (mgr.14182) 744 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:13.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:12 smithi060 bash[25939]: audit 2023-12-08T10:37:11.583900+0000 mgr.smithi060.abncol (mgr.14182) 745 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:13.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:12 smithi105 bash[29464]: cluster 2023-12-08T10:37:11.422439+0000 mgr.smithi060.abncol (mgr.14182) 744 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:13.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:12 smithi105 bash[29464]: audit 2023-12-08T10:37:11.583900+0000 mgr.smithi060.abncol (mgr.14182) 745 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:15.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:14 smithi060 bash[25939]: cluster 2023-12-08T10:37:13.424496+0000 mgr.smithi060.abncol (mgr.14182) 746 : 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-08T10:37:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:14 smithi105 bash[29464]: cluster 2023-12-08T10:37:13.424496+0000 mgr.smithi060.abncol (mgr.14182) 746 : 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-08T10:37:16.382 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:16.383 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:16.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:16 smithi060 bash[25939]: cluster 2023-12-08T10:37:15.425933+0000 mgr.smithi060.abncol (mgr.14182) 747 : 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-08T10:37:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:16 smithi105 bash[29464]: cluster 2023-12-08T10:37:15.425933+0000 mgr.smithi060.abncol (mgr.14182) 747 : 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-08T10:37:17.971 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:18.298 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:17 smithi060 bash[25939]: audit 2023-12-08T10:37:16.364221+0000 mgr.smithi060.abncol (mgr.14182) 748 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:17 smithi105 bash[29464]: audit 2023-12-08T10:37:16.364221+0000 mgr.smithi060.abncol (mgr.14182) 748 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:19.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:18 smithi060 bash[25939]: cluster 2023-12-08T10:37:17.427991+0000 mgr.smithi060.abncol (mgr.14182) 749 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:18 smithi105 bash[29464]: cluster 2023-12-08T10:37:17.427991+0000 mgr.smithi060.abncol (mgr.14182) 749 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:21.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:20 smithi060 bash[25939]: cluster 2023-12-08T10:37:19.429479+0000 mgr.smithi060.abncol (mgr.14182) 750 : 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-08T10:37:21.156 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:21.156 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:20 smithi105 bash[29464]: cluster 2023-12-08T10:37:19.429479+0000 mgr.smithi060.abncol (mgr.14182) 750 : 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-08T10:37:21.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:22.751 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:23.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:22 smithi060 bash[25939]: audit 2023-12-08T10:37:21.135950+0000 mgr.smithi060.abncol (mgr.14182) 751 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:23.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:22 smithi060 bash[25939]: cluster 2023-12-08T10:37:21.431059+0000 mgr.smithi060.abncol (mgr.14182) 752 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:22 smithi105 bash[29464]: audit 2023-12-08T10:37:21.135950+0000 mgr.smithi060.abncol (mgr.14182) 751 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:22 smithi105 bash[29464]: cluster 2023-12-08T10:37:21.431059+0000 mgr.smithi060.abncol (mgr.14182) 752 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:25.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:24 smithi060 bash[25939]: cluster 2023-12-08T10:37:23.433101+0000 mgr.smithi060.abncol (mgr.14182) 753 : 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-08T10:37:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:24 smithi105 bash[29464]: cluster 2023-12-08T10:37:23.433101+0000 mgr.smithi060.abncol (mgr.14182) 753 : 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-08T10:37:25.835 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:25.836 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:26.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:27.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:26 smithi060 bash[25939]: cluster 2023-12-08T10:37:25.434743+0000 mgr.smithi060.abncol (mgr.14182) 754 : 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-08T10:37:27.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:26 smithi060 bash[25939]: audit 2023-12-08T10:37:25.815344+0000 mgr.smithi060.abncol (mgr.14182) 755 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:26 smithi105 bash[29464]: cluster 2023-12-08T10:37:25.434743+0000 mgr.smithi060.abncol (mgr.14182) 754 : 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-08T10:37:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:26 smithi105 bash[29464]: audit 2023-12-08T10:37:25.815344+0000 mgr.smithi060.abncol (mgr.14182) 755 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:27.479 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:29.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:28 smithi060 bash[25939]: cluster 2023-12-08T10:37:27.436748+0000 mgr.smithi060.abncol (mgr.14182) 756 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:28 smithi105 bash[29464]: cluster 2023-12-08T10:37:27.436748+0000 mgr.smithi060.abncol (mgr.14182) 756 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:30.626 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:30.627 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:31.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:30 smithi060 bash[25939]: cluster 2023-12-08T10:37:29.438132+0000 mgr.smithi060.abncol (mgr.14182) 757 : 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-08T10:37:31.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:30 smithi105 bash[29464]: cluster 2023-12-08T10:37:29.438132+0000 mgr.smithi060.abncol (mgr.14182) 757 : 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-08T10:37:32.255 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:32.268 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:31 smithi060 bash[25939]: audit 2023-12-08T10:37:30.609773+0000 mgr.smithi060.abncol (mgr.14182) 758 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:31 smithi105 bash[29464]: audit 2023-12-08T10:37:30.609773+0000 mgr.smithi060.abncol (mgr.14182) 758 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:33.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:32 smithi060 bash[25939]: cluster 2023-12-08T10:37:31.439645+0000 mgr.smithi060.abncol (mgr.14182) 759 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:32 smithi105 bash[29464]: cluster 2023-12-08T10:37:31.439645+0000 mgr.smithi060.abncol (mgr.14182) 759 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:35.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:34 smithi060 bash[25939]: cluster 2023-12-08T10:37:33.440800+0000 mgr.smithi060.abncol (mgr.14182) 760 : 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-08T10:37:35.216 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:35.216 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:34 smithi105 bash[29464]: cluster 2023-12-08T10:37:33.440800+0000 mgr.smithi060.abncol (mgr.14182) 760 : 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-08T10:37:35.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:36.808 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:37.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:36 smithi060 bash[25939]: audit 2023-12-08T10:37:35.197158+0000 mgr.smithi060.abncol (mgr.14182) 761 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:37.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:36 smithi060 bash[25939]: cluster 2023-12-08T10:37:35.442113+0000 mgr.smithi060.abncol (mgr.14182) 762 : 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-08T10:37:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:36 smithi105 bash[29464]: audit 2023-12-08T10:37:35.197158+0000 mgr.smithi060.abncol (mgr.14182) 761 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:36 smithi105 bash[29464]: cluster 2023-12-08T10:37:35.442113+0000 mgr.smithi060.abncol (mgr.14182) 762 : 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-08T10:37:39.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:38 smithi060 bash[25939]: cluster 2023-12-08T10:37:37.444104+0000 mgr.smithi060.abncol (mgr.14182) 763 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:38 smithi105 bash[29464]: cluster 2023-12-08T10:37:37.444104+0000 mgr.smithi060.abncol (mgr.14182) 763 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:39.810 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:39.810 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:40.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:40 smithi060 bash[25939]: cluster 2023-12-08T10:37:39.445570+0000 mgr.smithi060.abncol (mgr.14182) 764 : 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-08T10:37:41.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:40 smithi060 bash[25939]: audit 2023-12-08T10:37:39.794779+0000 mgr.smithi060.abncol (mgr.14182) 765 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:40 smithi105 bash[29464]: cluster 2023-12-08T10:37:39.445570+0000 mgr.smithi060.abncol (mgr.14182) 764 : 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-08T10:37:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:40 smithi105 bash[29464]: audit 2023-12-08T10:37:39.794779+0000 mgr.smithi060.abncol (mgr.14182) 765 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:41.497 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:43.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:42 smithi060 bash[25939]: cluster 2023-12-08T10:37:41.447074+0000 mgr.smithi060.abncol (mgr.14182) 766 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:43 smithi105 bash[29464]: cluster 2023-12-08T10:37:41.447074+0000 mgr.smithi060.abncol (mgr.14182) 766 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:44.670 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:44.670 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:45.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:45 smithi060 bash[25939]: cluster 2023-12-08T10:37:43.448519+0000 mgr.smithi060.abncol (mgr.14182) 767 : 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-08T10:37:45.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:45 smithi105 bash[29464]: cluster 2023-12-08T10:37:43.448519+0000 mgr.smithi060.abncol (mgr.14182) 767 : 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-08T10:37:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:46 smithi105 bash[29464]: audit 2023-12-08T10:37:44.648516+0000 mgr.smithi060.abncol (mgr.14182) 768 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:46.272 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:46 smithi060 bash[25939]: audit 2023-12-08T10:37:44.648516+0000 mgr.smithi060.abncol (mgr.14182) 768 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:47.300 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:47 smithi060 bash[25939]: cluster 2023-12-08T10:37:45.449966+0000 mgr.smithi060.abncol (mgr.14182) 769 : 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-08T10:37:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:47 smithi105 bash[29464]: cluster 2023-12-08T10:37:45.449966+0000 mgr.smithi060.abncol (mgr.14182) 769 : 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-08T10:37:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:49 smithi060 bash[25939]: cluster 2023-12-08T10:37:47.452663+0000 mgr.smithi060.abncol (mgr.14182) 770 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:49.355 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:49.355 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:49 smithi105 bash[29464]: cluster 2023-12-08T10:37:47.452663+0000 mgr.smithi060.abncol (mgr.14182) 770 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:49.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:50.986 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:51.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:51 smithi060 bash[25939]: audit 2023-12-08T10:37:49.336757+0000 mgr.smithi060.abncol (mgr.14182) 771 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:51 smithi060 bash[25939]: cluster 2023-12-08T10:37:49.454142+0000 mgr.smithi060.abncol (mgr.14182) 772 : 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-08T10:37:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:51 smithi105 bash[29464]: audit 2023-12-08T10:37:49.336757+0000 mgr.smithi060.abncol (mgr.14182) 771 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:51 smithi105 bash[29464]: cluster 2023-12-08T10:37:49.454142+0000 mgr.smithi060.abncol (mgr.14182) 772 : 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-08T10:37:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:53 smithi105 bash[29464]: cluster 2023-12-08T10:37:51.455758+0000 mgr.smithi060.abncol (mgr.14182) 773 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:53.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:53 smithi060 bash[25939]: cluster 2023-12-08T10:37:51.455758+0000 mgr.smithi060.abncol (mgr.14182) 773 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:54.172 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:54.173 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:54 smithi105 bash[29464]: cluster 2023-12-08T10:37:53.457787+0000 mgr.smithi060.abncol (mgr.14182) 774 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:54.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:54 smithi060 bash[25939]: cluster 2023-12-08T10:37:53.457787+0000 mgr.smithi060.abncol (mgr.14182) 774 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:54.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:37:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:55 smithi105 bash[29464]: audit 2023-12-08T10:37:54.155233+0000 mgr.smithi060.abncol (mgr.14182) 775 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:55.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:55 smithi060 bash[25939]: audit 2023-12-08T10:37:54.155233+0000 mgr.smithi060.abncol (mgr.14182) 775 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:55.768 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:56 smithi105 bash[29464]: cluster 2023-12-08T10:37:55.459257+0000 mgr.smithi060.abncol (mgr.14182) 776 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:56.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:56 smithi060 bash[25939]: cluster 2023-12-08T10:37:55.459257+0000 mgr.smithi060.abncol (mgr.14182) 776 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.412837+0000 mon.smithi060 (mon.0) 836 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.724135+0000 mon.smithi060 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.725381+0000 mon.smithi060 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.733712+0000 mon.smithi060 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.741071+0000 mon.smithi060 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:37:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:57 smithi105 bash[29464]: audit 2023-12-08T10:37:57.756368+0000 mon.smithi060 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.412837+0000 mon.smithi060 (mon.0) 836 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:37:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.724135+0000 mon.smithi060 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.725381+0000 mon.smithi060 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:37:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.733712+0000 mon.smithi060 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.741071+0000 mon.smithi060 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:37:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:57 smithi060 bash[25939]: audit 2023-12-08T10:37:57.756368+0000 mon.smithi060 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:37:58.929 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:37:58.929 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:35:48.975406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.pipynn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:37:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:58 smithi105 bash[29464]: cluster 2023-12-08T10:37:57.461480+0000 mgr.smithi060.abncol (mgr.14182) 777 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:58 smithi105 bash[29464]: cluster 2023-12-08T10:37:57.734750+0000 mgr.smithi060.abncol (mgr.14182) 778 : 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-08T10:37:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:58 smithi105 bash[29464]: cephadm 2023-12-08T10:37:57.762909+0000 mgr.smithi060.abncol (mgr.14182) 779 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aipuiv on smithi105 2023-12-08T10:37:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:58 smithi105 bash[29464]: cluster 2023-12-08T10:37:57.805782+0000 mon.smithi060 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:37:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:58 smithi105 bash[29464]: cluster 2023-12-08T10:37:57.805847+0000 mon.smithi060 (mon.0) 843 : cluster [INF] Cluster is now healthy 2023-12-08T10:37:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:58 smithi060 bash[25939]: cluster 2023-12-08T10:37:57.461480+0000 mgr.smithi060.abncol (mgr.14182) 777 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:58 smithi060 bash[25939]: cluster 2023-12-08T10:37:57.734750+0000 mgr.smithi060.abncol (mgr.14182) 778 : 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-08T10:37:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:58 smithi060 bash[25939]: cephadm 2023-12-08T10:37:57.762909+0000 mgr.smithi060.abncol (mgr.14182) 779 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.aipuiv on smithi105 2023-12-08T10:37:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:58 smithi060 bash[25939]: cluster 2023-12-08T10:37:57.805782+0000 mon.smithi060 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:37:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:58 smithi060 bash[25939]: cluster 2023-12-08T10:37:57.805847+0000 mon.smithi060 (mon.0) 843 : cluster [INF] Cluster is now healthy 2023-12-08T10:37:59.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:37:59 smithi105 bash[29464]: audit 2023-12-08T10:37:58.909084+0000 mgr.smithi060.abncol (mgr.14182) 780 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:37:59 smithi060 bash[25939]: audit 2023-12-08T10:37:58.909084+0000 mgr.smithi060.abncol (mgr.14182) 780 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:00.542 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:01.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:00 smithi105 bash[29464]: cluster 2023-12-08T10:37:59.735944+0000 mgr.smithi060.abncol (mgr.14182) 781 : cluster [DBG] pgmap v546: 225 pgs: 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-08T10:38:01.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:00 smithi060 bash[25939]: cluster 2023-12-08T10:37:59.735944+0000 mgr.smithi060.abncol (mgr.14182) 781 : cluster [DBG] pgmap v546: 225 pgs: 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-08T10:38:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:01 smithi105 bash[29464]: audit 2023-12-08T10:38:01.581009+0000 mon.smithi060 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aipuiv"}]: dispatch 2023-12-08T10:38:02.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:01 smithi060 bash[25939]: audit 2023-12-08T10:38:01.581009+0000 mon.smithi060 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.aipuiv"}]: dispatch 2023-12-08T10:38:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: cephadm 2023-12-08T10:38:01.579924+0000 mgr.smithi060.abncol (mgr.14182) 782 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:03.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: cephadm 2023-12-08T10:38:01.580385+0000 mgr.smithi060.abncol (mgr.14182) 783 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: cephadm 2023-12-08T10:38:01.582576+0000 mgr.smithi060.abncol (mgr.14182) 784 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: cephadm 2023-12-08T10:38:01.587350+0000 mgr.smithi060.abncol (mgr.14182) 785 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.mzdhyg on smithi060 2023-12-08T10:38:03.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:02 smithi105 bash[29464]: cluster 2023-12-08T10:38:01.736865+0000 mgr.smithi060.abncol (mgr.14182) 786 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: cephadm 2023-12-08T10:38:01.579924+0000 mgr.smithi060.abncol (mgr.14182) 782 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: cephadm 2023-12-08T10:38:01.580385+0000 mgr.smithi060.abncol (mgr.14182) 783 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: cephadm 2023-12-08T10:38:01.582576+0000 mgr.smithi060.abncol (mgr.14182) 784 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.aipuiv ... 2023-12-08T10:38:03.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: cephadm 2023-12-08T10:38:01.587350+0000 mgr.smithi060.abncol (mgr.14182) 785 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.mzdhyg on smithi060 2023-12-08T10:38:03.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:02 smithi060 bash[25939]: cluster 2023-12-08T10:38:01.736865+0000 mgr.smithi060.abncol (mgr.14182) 786 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:38:03.936 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:03.937 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:53.251538Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.rheiwq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-rheiwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.rheiwq\nDeploy daemon haproxy.nfs.foo.smithi105.rheiwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.400365Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.elufwn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-elufwn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.elufwn\nDeploy daemon haproxy.nfs.foo.smithi060.elufwn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:36:57.404805Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vfhjov on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:04.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:04 smithi105 bash[29464]: cluster 2023-12-08T10:38:03.738231+0000 mgr.smithi060.abncol (mgr.14182) 787 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:38:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:04 smithi105 bash[29464]: audit 2023-12-08T10:38:03.915342+0000 mgr.smithi060.abncol (mgr.14182) 788 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:04 smithi105 bash[29464]: audit 2023-12-08T10:38:04.710702+0000 mon.smithi060 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:05.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:04 smithi060 bash[25939]: cluster 2023-12-08T10:38:03.738231+0000 mgr.smithi060.abncol (mgr.14182) 787 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:38:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:04 smithi060 bash[25939]: audit 2023-12-08T10:38:03.915342+0000 mgr.smithi060.abncol (mgr.14182) 788 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:04 smithi060 bash[25939]: audit 2023-12-08T10:38:04.710702+0000 mon.smithi060 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:05.579 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:05 smithi105 bash[29464]: audit 2023-12-08T10:38:05.398129+0000 mon.smithi060 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.mzdhyg"}]: dispatch 2023-12-08T10:38:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:05 smithi105 bash[29464]: audit 2023-12-08T10:38:05.436204+0000 mon.smithi060 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:06.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:05 smithi060 bash[25939]: audit 2023-12-08T10:38:05.398129+0000 mon.smithi060 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.mzdhyg"}]: dispatch 2023-12-08T10:38:06.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:05 smithi060 bash[25939]: audit 2023-12-08T10:38:05.436204+0000 mon.smithi060 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cephadm 2023-12-08T10:38:05.397108+0000 mgr.smithi060.abncol (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:38:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cephadm 2023-12-08T10:38:05.397561+0000 mgr.smithi060.abncol (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cephadm 2023-12-08T10:38:05.399551+0000 mgr.smithi060.abncol (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cephadm 2023-12-08T10:38:05.403272+0000 mgr.smithi060.abncol (mgr.14182) 792 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:07.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cephadm 2023-12-08T10:38:05.406749+0000 mgr.smithi060.abncol (mgr.14182) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:07.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cluster 2023-12-08T10:38:05.408647+0000 mgr.smithi060.abncol (mgr.14182) 794 : cluster [DBG] pgmap v549: 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-08T10:38:07.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:06 smithi105 bash[29464]: cluster 2023-12-08T10:38:05.850225+0000 mon.smithi060 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cephadm 2023-12-08T10:38:05.397108+0000 mgr.smithi060.abncol (mgr.14182) 789 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.226 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cephadm 2023-12-08T10:38:05.397561+0000 mgr.smithi060.abncol (mgr.14182) 790 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cephadm 2023-12-08T10:38:05.399551+0000 mgr.smithi060.abncol (mgr.14182) 791 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.mzdhyg ... 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:38:07.228 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cephadm 2023-12-08T10:38:05.403272+0000 mgr.smithi060.abncol (mgr.14182) 792 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cephadm 2023-12-08T10:38:05.406749+0000 mgr.smithi060.abncol (mgr.14182) 793 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cluster 2023-12-08T10:38:05.408647+0000 mgr.smithi060.abncol (mgr.14182) 794 : cluster [DBG] pgmap v549: 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-08T10:38:07.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:06 smithi060 bash[25939]: cluster 2023-12-08T10:38:05.850225+0000 mon.smithi060 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:38:08.969 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:08.970 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:08 smithi060 bash[25939]: cluster 2023-12-08T10:38:07.410689+0000 mgr.smithi060.abncol (mgr.14182) 795 : cluster [DBG] pgmap v550: 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-08T10:38:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:08 smithi105 bash[29464]: cluster 2023-12-08T10:38:07.410689+0000 mgr.smithi060.abncol (mgr.14182) 795 : cluster [DBG] pgmap v550: 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-08T10:38:09.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:09 smithi060 bash[25939]: audit 2023-12-08T10:38:08.948608+0000 mgr.smithi060.abncol (mgr.14182) 796 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:09 smithi105 bash[29464]: audit 2023-12-08T10:38:08.948608+0000 mgr.smithi060.abncol (mgr.14182) 796 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:10.592 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:11.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:10 smithi060 bash[25939]: cluster 2023-12-08T10:38:09.412139+0000 mgr.smithi060.abncol (mgr.14182) 797 : cluster [DBG] pgmap v551: 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-08T10:38:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:10 smithi105 bash[29464]: cluster 2023-12-08T10:38:09.412139+0000 mgr.smithi060.abncol (mgr.14182) 797 : cluster [DBG] pgmap v551: 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-08T10:38:13.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:12 smithi060 bash[25939]: cluster 2023-12-08T10:38:11.413760+0000 mgr.smithi060.abncol (mgr.14182) 798 : cluster [DBG] pgmap v552: 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-08T10:38:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:12 smithi105 bash[29464]: cluster 2023-12-08T10:38:11.413760+0000 mgr.smithi060.abncol (mgr.14182) 798 : cluster [DBG] pgmap v552: 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-08T10:38:13.828 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:13.828 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:14.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:15.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:14 smithi060 bash[25939]: cluster 2023-12-08T10:38:13.415412+0000 mgr.smithi060.abncol (mgr.14182) 799 : cluster [DBG] pgmap v553: 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-08T10:38:15.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:14 smithi060 bash[25939]: audit 2023-12-08T10:38:13.815446+0000 mgr.smithi060.abncol (mgr.14182) 800 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:14 smithi105 bash[29464]: cluster 2023-12-08T10:38:13.415412+0000 mgr.smithi060.abncol (mgr.14182) 799 : cluster [DBG] pgmap v553: 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-08T10:38:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:14 smithi105 bash[29464]: audit 2023-12-08T10:38:13.815446+0000 mgr.smithi060.abncol (mgr.14182) 800 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:15.545 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:16 smithi060 bash[25939]: cluster 2023-12-08T10:38:15.416969+0000 mgr.smithi060.abncol (mgr.14182) 801 : cluster [DBG] pgmap v554: 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-08T10:38:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:16 smithi105 bash[29464]: cluster 2023-12-08T10:38:15.416969+0000 mgr.smithi060.abncol (mgr.14182) 801 : cluster [DBG] pgmap v554: 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-08T10:38:18.661 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:18.661 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:19.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:18 smithi060 bash[25939]: cluster 2023-12-08T10:38:17.419048+0000 mgr.smithi060.abncol (mgr.14182) 802 : 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, 64 op/s 2023-12-08T10:38:19.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:18 smithi105 bash[29464]: cluster 2023-12-08T10:38:17.419048+0000 mgr.smithi060.abncol (mgr.14182) 802 : 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, 64 op/s 2023-12-08T10:38:20.254 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:20.267 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:19 smithi060 bash[25939]: audit 2023-12-08T10:38:18.642120+0000 mgr.smithi060.abncol (mgr.14182) 803 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:20.267 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:19 smithi060 bash[25939]: audit 2023-12-08T10:38:19.709930+0000 mon.smithi060 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:19 smithi105 bash[29464]: audit 2023-12-08T10:38:18.642120+0000 mgr.smithi060.abncol (mgr.14182) 803 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:19 smithi105 bash[29464]: audit 2023-12-08T10:38:19.709930+0000 mon.smithi060 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:38:21.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:20 smithi060 bash[25939]: cluster 2023-12-08T10:38:19.420524+0000 mgr.smithi060.abncol (mgr.14182) 804 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:20 smithi105 bash[29464]: cluster 2023-12-08T10:38:19.420524+0000 mgr.smithi060.abncol (mgr.14182) 804 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:23.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:22 smithi060 bash[25939]: cluster 2023-12-08T10:38:21.422062+0000 mgr.smithi060.abncol (mgr.14182) 805 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:22 smithi105 bash[29464]: cluster 2023-12-08T10:38:21.422062+0000 mgr.smithi060.abncol (mgr.14182) 805 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:23.389 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:23.390 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:24.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:25.014 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:25.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:24 smithi060 bash[25939]: audit 2023-12-08T10:38:23.369691+0000 mgr.smithi060.abncol (mgr.14182) 806 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:25.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:24 smithi060 bash[25939]: cluster 2023-12-08T10:38:23.423996+0000 mgr.smithi060.abncol (mgr.14182) 807 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:24 smithi105 bash[29464]: audit 2023-12-08T10:38:23.369691+0000 mgr.smithi060.abncol (mgr.14182) 806 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:24 smithi105 bash[29464]: cluster 2023-12-08T10:38:23.423996+0000 mgr.smithi060.abncol (mgr.14182) 807 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:27.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:26 smithi060 bash[25939]: cluster 2023-12-08T10:38:25.425234+0000 mgr.smithi060.abncol (mgr.14182) 808 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:26 smithi105 bash[29464]: cluster 2023-12-08T10:38:25.425234+0000 mgr.smithi060.abncol (mgr.14182) 808 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-12-08T10:38:28.023 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:28.023 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:28.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:29.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:28 smithi060 bash[25939]: cluster 2023-12-08T10:38:27.427072+0000 mgr.smithi060.abncol (mgr.14182) 809 : cluster [DBG] pgmap v560: 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, 52 op/s 2023-12-08T10:38:29.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:28 smithi060 bash[25939]: audit 2023-12-08T10:38:28.009908+0000 mgr.smithi060.abncol (mgr.14182) 810 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:28 smithi105 bash[29464]: cluster 2023-12-08T10:38:27.427072+0000 mgr.smithi060.abncol (mgr.14182) 809 : cluster [DBG] pgmap v560: 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, 52 op/s 2023-12-08T10:38:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:28 smithi105 bash[29464]: audit 2023-12-08T10:38:28.009908+0000 mgr.smithi060.abncol (mgr.14182) 810 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:29.617 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:31.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:30 smithi060 bash[25939]: cluster 2023-12-08T10:38:29.428586+0000 mgr.smithi060.abncol (mgr.14182) 811 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:38:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:30 smithi105 bash[29464]: cluster 2023-12-08T10:38:29.428586+0000 mgr.smithi060.abncol (mgr.14182) 811 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:38:32.795 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:32.795 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:33.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:32 smithi060 bash[25939]: cluster 2023-12-08T10:38:31.429735+0000 mgr.smithi060.abncol (mgr.14182) 812 : 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-08T10:38:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:32 smithi105 bash[29464]: cluster 2023-12-08T10:38:31.429735+0000 mgr.smithi060.abncol (mgr.14182) 812 : 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-08T10:38:33.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:33 smithi060 bash[25939]: audit 2023-12-08T10:38:32.773450+0000 mgr.smithi060.abncol (mgr.14182) 813 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:33 smithi105 bash[29464]: audit 2023-12-08T10:38:32.773450+0000 mgr.smithi060.abncol (mgr.14182) 813 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:34.401 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:35.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:34 smithi060 bash[25939]: cluster 2023-12-08T10:38:33.431787+0000 mgr.smithi060.abncol (mgr.14182) 814 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:35.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:34 smithi105 bash[29464]: cluster 2023-12-08T10:38:33.431787+0000 mgr.smithi060.abncol (mgr.14182) 814 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:37.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:36 smithi060 bash[25939]: cluster 2023-12-08T10:38:35.432795+0000 mgr.smithi060.abncol (mgr.14182) 815 : 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-08T10:38:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:36 smithi105 bash[29464]: cluster 2023-12-08T10:38:35.432795+0000 mgr.smithi060.abncol (mgr.14182) 815 : 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-08T10:38:37.571 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:37.571 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:38.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:39.192 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:39.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:38 smithi060 bash[25939]: cluster 2023-12-08T10:38:37.434699+0000 mgr.smithi060.abncol (mgr.14182) 816 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:39.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:38 smithi060 bash[25939]: audit 2023-12-08T10:38:37.549883+0000 mgr.smithi060.abncol (mgr.14182) 817 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:38 smithi105 bash[29464]: cluster 2023-12-08T10:38:37.434699+0000 mgr.smithi060.abncol (mgr.14182) 816 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:38 smithi105 bash[29464]: audit 2023-12-08T10:38:37.549883+0000 mgr.smithi060.abncol (mgr.14182) 817 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:41.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:40 smithi060 bash[25939]: cluster 2023-12-08T10:38:39.436135+0000 mgr.smithi060.abncol (mgr.14182) 818 : 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-08T10:38:41.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:40 smithi105 bash[29464]: cluster 2023-12-08T10:38:39.436135+0000 mgr.smithi060.abncol (mgr.14182) 818 : 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-08T10:38:42.630 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:42.630 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:43.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:43.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:42 smithi060 bash[25939]: cluster 2023-12-08T10:38:41.437240+0000 mgr.smithi060.abncol (mgr.14182) 819 : 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-08T10:38:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:43 smithi105 bash[29464]: cluster 2023-12-08T10:38:41.437240+0000 mgr.smithi060.abncol (mgr.14182) 819 : 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-08T10:38:44.209 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:44.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:44 smithi060 bash[25939]: audit 2023-12-08T10:38:42.608980+0000 mgr.smithi060.abncol (mgr.14182) 820 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:44 smithi105 bash[29464]: audit 2023-12-08T10:38:42.608980+0000 mgr.smithi060.abncol (mgr.14182) 820 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:45.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:45 smithi060 bash[25939]: cluster 2023-12-08T10:38:43.439244+0000 mgr.smithi060.abncol (mgr.14182) 821 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:45 smithi105 bash[29464]: cluster 2023-12-08T10:38:43.439244+0000 mgr.smithi060.abncol (mgr.14182) 821 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:47.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:47 smithi060 bash[25939]: cluster 2023-12-08T10:38:45.440627+0000 mgr.smithi060.abncol (mgr.14182) 822 : 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-08T10:38:47.332 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:47.332 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:47 smithi105 bash[29464]: cluster 2023-12-08T10:38:45.440627+0000 mgr.smithi060.abncol (mgr.14182) 822 : 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-08T10:38:47.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:48.942 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:49.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:49 smithi060 bash[25939]: audit 2023-12-08T10:38:47.311348+0000 mgr.smithi060.abncol (mgr.14182) 823 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:49.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:49 smithi060 bash[25939]: cluster 2023-12-08T10:38:47.441702+0000 mgr.smithi060.abncol (mgr.14182) 824 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:49 smithi105 bash[29464]: audit 2023-12-08T10:38:47.311348+0000 mgr.smithi060.abncol (mgr.14182) 823 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:49 smithi105 bash[29464]: cluster 2023-12-08T10:38:47.441702+0000 mgr.smithi060.abncol (mgr.14182) 824 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:51 smithi105 bash[29464]: cluster 2023-12-08T10:38:49.443140+0000 mgr.smithi060.abncol (mgr.14182) 825 : 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-08T10:38:51.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:51 smithi060 bash[25939]: cluster 2023-12-08T10:38:49.443140+0000 mgr.smithi060.abncol (mgr.14182) 825 : 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-08T10:38:52.230 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:52.230 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:52.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:53.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:53 smithi060 bash[25939]: cluster 2023-12-08T10:38:51.444057+0000 mgr.smithi060.abncol (mgr.14182) 826 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:53.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:53 smithi105 bash[29464]: cluster 2023-12-08T10:38:51.444057+0000 mgr.smithi060.abncol (mgr.14182) 826 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:53.856 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:54.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:54 smithi060 bash[25939]: audit 2023-12-08T10:38:52.207755+0000 mgr.smithi060.abncol (mgr.14182) 827 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:54 smithi105 bash[29464]: audit 2023-12-08T10:38:52.207755+0000 mgr.smithi060.abncol (mgr.14182) 827 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:55.146 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:55 smithi060 bash[25939]: cluster 2023-12-08T10:38:53.445975+0000 mgr.smithi060.abncol (mgr.14182) 828 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:55 smithi105 bash[29464]: cluster 2023-12-08T10:38:53.445975+0000 mgr.smithi060.abncol (mgr.14182) 828 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:56.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:56 smithi105 bash[29464]: cluster 2023-12-08T10:38:55.447430+0000 mgr.smithi060.abncol (mgr.14182) 829 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-12-08T10:38:56.494 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:56 smithi060 bash[25939]: cluster 2023-12-08T10:38:55.447430+0000 mgr.smithi060.abncol (mgr.14182) 829 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2023-12-08T10:38:56.949 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:38:56.949 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:38:57.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:38:58.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:57 smithi105 bash[29464]: audit 2023-12-08T10:38:56.926762+0000 mgr.smithi060.abncol (mgr.14182) 830 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:57 smithi060 bash[25939]: audit 2023-12-08T10:38:56.926762+0000 mgr.smithi060.abncol (mgr.14182) 830 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:58.568 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:59.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:38:58 smithi105 bash[29464]: cluster 2023-12-08T10:38:57.449355+0000 mgr.smithi060.abncol (mgr.14182) 831 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:38:59.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:38:58 smithi060 bash[25939]: cluster 2023-12-08T10:38:57.449355+0000 mgr.smithi060.abncol (mgr.14182) 831 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:39:01.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:00 smithi105 bash[29464]: cluster 2023-12-08T10:38:59.450578+0000 mgr.smithi060.abncol (mgr.14182) 832 : 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-08T10:39:01.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:00 smithi060 bash[25939]: cluster 2023-12-08T10:38:59.450578+0000 mgr.smithi060.abncol (mgr.14182) 832 : 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-08T10:39:01.727 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:01.727 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:02.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:02 smithi105 bash[29464]: cluster 2023-12-08T10:39:01.451968+0000 mgr.smithi060.abncol (mgr.14182) 833 : cluster [DBG] pgmap v577: 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-08T10:39:03.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:02 smithi105 bash[29464]: audit 2023-12-08T10:39:01.707566+0000 mgr.smithi060.abncol (mgr.14182) 834 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:02 smithi060 bash[25939]: cluster 2023-12-08T10:39:01.451968+0000 mgr.smithi060.abncol (mgr.14182) 833 : cluster [DBG] pgmap v577: 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-08T10:39:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:02 smithi060 bash[25939]: audit 2023-12-08T10:39:01.707566+0000 mgr.smithi060.abncol (mgr.14182) 834 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:03.336 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:05.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:04 smithi060 bash[25939]: cluster 2023-12-08T10:39:03.453913+0000 mgr.smithi060.abncol (mgr.14182) 835 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:04 smithi105 bash[29464]: cluster 2023-12-08T10:39:03.453913+0000 mgr.smithi060.abncol (mgr.14182) 835 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.410389+0000 mon.smithi060 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.750752+0000 mon.smithi060 (mon.0) 851 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.752317+0000 mon.smithi060 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.761551+0000 mon.smithi060 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.769838+0000 mon.smithi060 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:39:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:05 smithi105 bash[29464]: audit 2023-12-08T10:39:05.781050+0000 mon.smithi060 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.410389+0000 mon.smithi060 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:39:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.750752+0000 mon.smithi060 (mon.0) 851 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:39:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.752317+0000 mon.smithi060 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:39:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.761551+0000 mon.smithi060 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.769838+0000 mon.smithi060 (mon.0) 854 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:39:06.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:05 smithi060 bash[25939]: audit 2023-12-08T10:39:05.781050+0000 mon.smithi060 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:06.407 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:06.407 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:57.408742Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.rklrrc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:07.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:07.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:06 smithi060 bash[25939]: cluster 2023-12-08T10:39:05.454780+0000 mgr.smithi060.abncol (mgr.14182) 836 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:07.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:06 smithi060 bash[25939]: cluster 2023-12-08T10:39:05.762566+0000 mgr.smithi060.abncol (mgr.14182) 837 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:07.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:06 smithi060 bash[25939]: cephadm 2023-12-08T10:39:05.783771+0000 mgr.smithi060.abncol (mgr.14182) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mcwexh on smithi105 2023-12-08T10:39:07.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:06 smithi060 bash[25939]: cluster 2023-12-08T10:39:05.860062+0000 mon.smithi060 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:39:07.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:06 smithi060 bash[25939]: cluster 2023-12-08T10:39:05.860130+0000 mon.smithi060 (mon.0) 857 : cluster [INF] Cluster is now healthy 2023-12-08T10:39:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:06 smithi105 bash[29464]: cluster 2023-12-08T10:39:05.454780+0000 mgr.smithi060.abncol (mgr.14182) 836 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:06 smithi105 bash[29464]: cluster 2023-12-08T10:39:05.762566+0000 mgr.smithi060.abncol (mgr.14182) 837 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:39:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:06 smithi105 bash[29464]: cephadm 2023-12-08T10:39:05.783771+0000 mgr.smithi060.abncol (mgr.14182) 838 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mcwexh on smithi105 2023-12-08T10:39:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:06 smithi105 bash[29464]: cluster 2023-12-08T10:39:05.860062+0000 mon.smithi060 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:39:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:06 smithi105 bash[29464]: cluster 2023-12-08T10:39:05.860130+0000 mon.smithi060 (mon.0) 857 : cluster [INF] Cluster is now healthy 2023-12-08T10:39:08.051 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:08.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:07 smithi060 bash[25939]: audit 2023-12-08T10:39:06.385102+0000 mgr.smithi060.abncol (mgr.14182) 839 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:07 smithi105 bash[29464]: audit 2023-12-08T10:39:06.385102+0000 mgr.smithi060.abncol (mgr.14182) 839 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:09.158 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:08 smithi060 bash[25939]: cluster 2023-12-08T10:39:07.764294+0000 mgr.smithi060.abncol (mgr.14182) 840 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 992 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:39:09.331 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:08 smithi105 bash[29464]: cluster 2023-12-08T10:39:07.764294+0000 mgr.smithi060.abncol (mgr.14182) 840 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 992 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:39:10.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:09 smithi105 bash[29464]: audit 2023-12-08T10:39:09.840573+0000 mon.smithi060 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mcwexh"}]: dispatch 2023-12-08T10:39:10.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:09 smithi060 bash[25939]: audit 2023-12-08T10:39:09.840573+0000 mon.smithi060 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mcwexh"}]: dispatch 2023-12-08T10:39:11.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: cluster 2023-12-08T10:39:09.765505+0000 mgr.smithi060.abncol (mgr.14182) 841 : cluster [DBG] pgmap v582: 225 pgs: 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-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: cephadm 2023-12-08T10:39:09.839342+0000 mgr.smithi060.abncol (mgr.14182) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: cephadm 2023-12-08T10:39:09.839897+0000 mgr.smithi060.abncol (mgr.14182) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: cephadm 2023-12-08T10:39:09.842089+0000 mgr.smithi060.abncol (mgr.14182) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:10 smithi060 bash[25939]: cephadm 2023-12-08T10:39:09.846852+0000 mgr.smithi060.abncol (mgr.14182) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.npcjjy on smithi060 2023-12-08T10:39:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: cluster 2023-12-08T10:39:09.765505+0000 mgr.smithi060.abncol (mgr.14182) 841 : cluster [DBG] pgmap v582: 225 pgs: 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-08T10:39:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: cephadm 2023-12-08T10:39:09.839342+0000 mgr.smithi060.abncol (mgr.14182) 842 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:39:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: cephadm 2023-12-08T10:39:09.839897+0000 mgr.smithi060.abncol (mgr.14182) 843 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: cephadm 2023-12-08T10:39:09.842089+0000 mgr.smithi060.abncol (mgr.14182) 844 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:11.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:10 smithi105 bash[29464]: cephadm 2023-12-08T10:39:09.846852+0000 mgr.smithi060.abncol (mgr.14182) 845 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.npcjjy on smithi060 2023-12-08T10:39:11.425 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:11.425 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:01.582313Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.aipuiv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-aipuiv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.aipuiv\nDeploy daemon haproxy.nfs.foo.smithi105.aipuiv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.399336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.mzdhyg on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-mzdhyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.mzdhyg\nDeploy daemon haproxy.nfs.foo.smithi060.mzdhyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:38:05.403075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zwhisz on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:12.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:13.094 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:13.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:12 smithi060 bash[25939]: audit 2023-12-08T10:39:11.408241+0000 mgr.smithi060.abncol (mgr.14182) 846 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:13.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:12 smithi060 bash[25939]: cluster 2023-12-08T10:39:11.767091+0000 mgr.smithi060.abncol (mgr.14182) 847 : cluster [DBG] pgmap v583: 225 pgs: 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-08T10:39:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:12 smithi105 bash[29464]: audit 2023-12-08T10:39:11.408241+0000 mgr.smithi060.abncol (mgr.14182) 846 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:12 smithi105 bash[29464]: cluster 2023-12-08T10:39:11.767091+0000 mgr.smithi060.abncol (mgr.14182) 847 : cluster [DBG] pgmap v583: 225 pgs: 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-08T10:39:15.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:14 smithi060 bash[25939]: cluster 2023-12-08T10:39:13.768159+0000 mgr.smithi060.abncol (mgr.14182) 848 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:39:15.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:14 smithi060 bash[25939]: audit 2023-12-08T10:39:14.155584+0000 mon.smithi060 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.npcjjy"}]: dispatch 2023-12-08T10:39:15.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:14 smithi105 bash[29464]: cluster 2023-12-08T10:39:13.768159+0000 mgr.smithi060.abncol (mgr.14182) 848 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:39:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:14 smithi105 bash[29464]: audit 2023-12-08T10:39:14.155584+0000 mon.smithi060 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.npcjjy"}]: dispatch 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cephadm 2023-12-08T10:39:14.154529+0000 mgr.smithi060.abncol (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cephadm 2023-12-08T10:39:14.154973+0000 mgr.smithi060.abncol (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cephadm 2023-12-08T10:39:14.156767+0000 mgr.smithi060.abncol (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cephadm 2023-12-08T10:39:14.160629+0000 mgr.smithi060.abncol (mgr.14182) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cephadm 2023-12-08T10:39:14.164259+0000 mgr.smithi060.abncol (mgr.14182) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cluster 2023-12-08T10:39:14.165981+0000 mgr.smithi060.abncol (mgr.14182) 854 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: cluster 2023-12-08T10:39:14.907232+0000 mon.smithi060 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:39:16.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:15 smithi105 bash[29464]: audit 2023-12-08T10:39:15.494717+0000 mon.smithi060 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cephadm 2023-12-08T10:39:14.154529+0000 mgr.smithi060.abncol (mgr.14182) 849 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cephadm 2023-12-08T10:39:14.154973+0000 mgr.smithi060.abncol (mgr.14182) 850 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cephadm 2023-12-08T10:39:14.156767+0000 mgr.smithi060.abncol (mgr.14182) 851 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cephadm 2023-12-08T10:39:14.160629+0000 mgr.smithi060.abncol (mgr.14182) 852 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:16.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cephadm 2023-12-08T10:39:14.164259+0000 mgr.smithi060.abncol (mgr.14182) 853 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:39:16.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cluster 2023-12-08T10:39:14.165981+0000 mgr.smithi060.abncol (mgr.14182) 854 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-08T10:39:16.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: cluster 2023-12-08T10:39:14.907232+0000 mon.smithi060 (mon.0) 860 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:39:16.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:15 smithi060 bash[25939]: audit 2023-12-08T10:39:15.494717+0000 mon.smithi060 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:39:16.499 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:16.499 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:17.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:18.144 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:18.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:17 smithi060 bash[25939]: cluster 2023-12-08T10:39:16.167455+0000 mgr.smithi060.abncol (mgr.14182) 855 : cluster [DBG] pgmap v586: 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-08T10:39:18.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:17 smithi060 bash[25939]: audit 2023-12-08T10:39:16.477764+0000 mgr.smithi060.abncol (mgr.14182) 856 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:17 smithi105 bash[29464]: cluster 2023-12-08T10:39:16.167455+0000 mgr.smithi060.abncol (mgr.14182) 855 : cluster [DBG] pgmap v586: 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-08T10:39:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:17 smithi105 bash[29464]: audit 2023-12-08T10:39:16.477764+0000 mgr.smithi060.abncol (mgr.14182) 856 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:20.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:19 smithi060 bash[25939]: cluster 2023-12-08T10:39:18.169546+0000 mgr.smithi060.abncol (mgr.14182) 857 : cluster [DBG] pgmap v587: 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-08T10:39:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:19 smithi105 bash[29464]: cluster 2023-12-08T10:39:18.169546+0000 mgr.smithi060.abncol (mgr.14182) 857 : cluster [DBG] pgmap v587: 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-08T10:39:21.461 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:21.461 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:22.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:21 smithi060 bash[25939]: cluster 2023-12-08T10:39:20.171084+0000 mgr.smithi060.abncol (mgr.14182) 858 : cluster [DBG] pgmap v588: 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-08T10:39:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:21 smithi105 bash[29464]: cluster 2023-12-08T10:39:20.171084+0000 mgr.smithi060.abncol (mgr.14182) 858 : cluster [DBG] pgmap v588: 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-08T10:39:23.018 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:23.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:22 smithi060 bash[25939]: audit 2023-12-08T10:39:21.446195+0000 mgr.smithi060.abncol (mgr.14182) 859 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:23.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:22 smithi105 bash[29464]: audit 2023-12-08T10:39:21.446195+0000 mgr.smithi060.abncol (mgr.14182) 859 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:24.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:23 smithi060 bash[25939]: cluster 2023-12-08T10:39:22.173176+0000 mgr.smithi060.abncol (mgr.14182) 860 : cluster [DBG] pgmap v589: 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-08T10:39:24.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:23 smithi105 bash[29464]: cluster 2023-12-08T10:39:22.173176+0000 mgr.smithi060.abncol (mgr.14182) 860 : cluster [DBG] pgmap v589: 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-08T10:39:26.119 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:26.120 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:25 smithi105 bash[29464]: cluster 2023-12-08T10:39:24.174669+0000 mgr.smithi060.abncol (mgr.14182) 861 : cluster [DBG] pgmap v590: 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-08T10:39:26.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:25 smithi060 bash[25939]: cluster 2023-12-08T10:39:24.174669+0000 mgr.smithi060.abncol (mgr.14182) 861 : cluster [DBG] pgmap v590: 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-08T10:39:26.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:27.769 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:28.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:27 smithi060 bash[25939]: audit 2023-12-08T10:39:26.101503+0000 mgr.smithi060.abncol (mgr.14182) 862 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:28.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:27 smithi060 bash[25939]: cluster 2023-12-08T10:39:26.176184+0000 mgr.smithi060.abncol (mgr.14182) 863 : 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-08T10:39:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:27 smithi105 bash[29464]: audit 2023-12-08T10:39:26.101503+0000 mgr.smithi060.abncol (mgr.14182) 862 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:27 smithi105 bash[29464]: cluster 2023-12-08T10:39:26.176184+0000 mgr.smithi060.abncol (mgr.14182) 863 : 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-08T10:39:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:29 smithi060 bash[25939]: cluster 2023-12-08T10:39:28.178205+0000 mgr.smithi060.abncol (mgr.14182) 864 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:29 smithi105 bash[29464]: cluster 2023-12-08T10:39:28.178205+0000 mgr.smithi060.abncol (mgr.14182) 864 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:31.001 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:31.001 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:31.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:32.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:31 smithi060 bash[25939]: cluster 2023-12-08T10:39:30.179734+0000 mgr.smithi060.abncol (mgr.14182) 865 : 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-08T10:39:32.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:31 smithi060 bash[25939]: audit 2023-12-08T10:39:30.984325+0000 mgr.smithi060.abncol (mgr.14182) 866 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:31 smithi105 bash[29464]: cluster 2023-12-08T10:39:30.179734+0000 mgr.smithi060.abncol (mgr.14182) 865 : 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-08T10:39:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:31 smithi105 bash[29464]: audit 2023-12-08T10:39:30.984325+0000 mgr.smithi060.abncol (mgr.14182) 866 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:32.659 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:33 smithi060 bash[25939]: cluster 2023-12-08T10:39:32.181990+0000 mgr.smithi060.abncol (mgr.14182) 867 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:33 smithi105 bash[29464]: cluster 2023-12-08T10:39:32.181990+0000 mgr.smithi060.abncol (mgr.14182) 867 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:35.845 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:35.845 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:35 smithi105 bash[29464]: cluster 2023-12-08T10:39:34.183576+0000 mgr.smithi060.abncol (mgr.14182) 868 : 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-08T10:39:36.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:35 smithi060 bash[25939]: cluster 2023-12-08T10:39:34.183576+0000 mgr.smithi060.abncol (mgr.14182) 868 : 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-08T10:39:36.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:37.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:36 smithi060 bash[25939]: audit 2023-12-08T10:39:35.824355+0000 mgr.smithi060.abncol (mgr.14182) 869 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:37.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:36 smithi105 bash[29464]: audit 2023-12-08T10:39:35.824355+0000 mgr.smithi060.abncol (mgr.14182) 869 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:37.405 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:37 smithi060 bash[25939]: cluster 2023-12-08T10:39:36.185115+0000 mgr.smithi060.abncol (mgr.14182) 870 : 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-08T10:39:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:37 smithi105 bash[29464]: cluster 2023-12-08T10:39:36.185115+0000 mgr.smithi060.abncol (mgr.14182) 870 : 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-08T10:39:40.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:39 smithi060 bash[25939]: cluster 2023-12-08T10:39:38.187262+0000 mgr.smithi060.abncol (mgr.14182) 871 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:40 smithi105 bash[29464]: cluster 2023-12-08T10:39:38.187262+0000 mgr.smithi060.abncol (mgr.14182) 871 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:40.735 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:40.735 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:41.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:42.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:41 smithi060 bash[25939]: cluster 2023-12-08T10:39:40.188791+0000 mgr.smithi060.abncol (mgr.14182) 872 : 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-08T10:39:42.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:41 smithi060 bash[25939]: audit 2023-12-08T10:39:40.720780+0000 mgr.smithi060.abncol (mgr.14182) 873 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:42 smithi105 bash[29464]: cluster 2023-12-08T10:39:40.188791+0000 mgr.smithi060.abncol (mgr.14182) 872 : 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-08T10:39:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:42 smithi105 bash[29464]: audit 2023-12-08T10:39:40.720780+0000 mgr.smithi060.abncol (mgr.14182) 873 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:42.398 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:44.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:44 smithi060 bash[25939]: cluster 2023-12-08T10:39:42.190966+0000 mgr.smithi060.abncol (mgr.14182) 874 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:44 smithi105 bash[29464]: cluster 2023-12-08T10:39:42.190966+0000 mgr.smithi060.abncol (mgr.14182) 874 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:45.576 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:45.576 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:46 smithi105 bash[29464]: cluster 2023-12-08T10:39:44.192811+0000 mgr.smithi060.abncol (mgr.14182) 875 : 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-08T10:39:46.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:46 smithi060 bash[25939]: cluster 2023-12-08T10:39:44.192811+0000 mgr.smithi060.abncol (mgr.14182) 875 : 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-08T10:39:47.135 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:47.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:47 smithi105 bash[29464]: audit 2023-12-08T10:39:45.553360+0000 mgr.smithi060.abncol (mgr.14182) 876 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:47.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:47 smithi060 bash[25939]: audit 2023-12-08T10:39:45.553360+0000 mgr.smithi060.abncol (mgr.14182) 876 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:48 smithi105 bash[29464]: cluster 2023-12-08T10:39:46.194394+0000 mgr.smithi060.abncol (mgr.14182) 877 : 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-08T10:39:48.422 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:48 smithi060 bash[25939]: cluster 2023-12-08T10:39:46.194394+0000 mgr.smithi060.abncol (mgr.14182) 877 : 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-08T10:39:50.169 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:50.169 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:50 smithi105 bash[29464]: cluster 2023-12-08T10:39:48.195696+0000 mgr.smithi060.abncol (mgr.14182) 878 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:50.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:50 smithi060 bash[25939]: cluster 2023-12-08T10:39:48.195696+0000 mgr.smithi060.abncol (mgr.14182) 878 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:50.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:51.766 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:52 smithi105 bash[29464]: audit 2023-12-08T10:39:50.146791+0000 mgr.smithi060.abncol (mgr.14182) 879 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:52 smithi105 bash[29464]: cluster 2023-12-08T10:39:50.197090+0000 mgr.smithi060.abncol (mgr.14182) 880 : 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-08T10:39:52.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:52 smithi060 bash[25939]: audit 2023-12-08T10:39:50.146791+0000 mgr.smithi060.abncol (mgr.14182) 879 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:52.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:52 smithi060 bash[25939]: cluster 2023-12-08T10:39:50.197090+0000 mgr.smithi060.abncol (mgr.14182) 880 : 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-08T10:39:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:54 smithi105 bash[29464]: cluster 2023-12-08T10:39:52.199161+0000 mgr.smithi060.abncol (mgr.14182) 881 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:54.462 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:54 smithi060 bash[25939]: cluster 2023-12-08T10:39:52.199161+0000 mgr.smithi060.abncol (mgr.14182) 881 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:54.895 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:54.896 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:39:55.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:39:56.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:56 smithi105 bash[29464]: cluster 2023-12-08T10:39:54.200654+0000 mgr.smithi060.abncol (mgr.14182) 882 : 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-08T10:39:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:56 smithi105 bash[29464]: audit 2023-12-08T10:39:54.873060+0000 mgr.smithi060.abncol (mgr.14182) 883 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:56.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:56 smithi060 bash[25939]: cluster 2023-12-08T10:39:54.200654+0000 mgr.smithi060.abncol (mgr.14182) 882 : 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-08T10:39:56.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:56 smithi060 bash[25939]: audit 2023-12-08T10:39:54.873060+0000 mgr.smithi060.abncol (mgr.14182) 883 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:56.528 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:39:58 smithi060 bash[25939]: cluster 2023-12-08T10:39:56.202146+0000 mgr.smithi060.abncol (mgr.14182) 884 : 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-08T10:39:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:39:58 smithi105 bash[29464]: cluster 2023-12-08T10:39:56.202146+0000 mgr.smithi060.abncol (mgr.14182) 884 : 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-08T10:39:59.801 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:39:59.801 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:39:58.204200+0000 mgr.smithi060.abncol (mgr.14182) 885 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000182+0000 mon.smithi060 (mon.0) 862 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000237+0000 mon.smithi060 (mon.0) 863 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000264+0000 mon.smithi060 (mon.0) 864 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000313+0000 mon.smithi060 (mon.0) 865 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000343+0000 mon.smithi060 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:40:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000376+0000 mon.smithi060 (mon.0) 867 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000406+0000 mon.smithi060 (mon.0) 868 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000429+0000 mon.smithi060 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000459+0000 mon.smithi060 (mon.0) 870 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000487+0000 mon.smithi060 (mon.0) 871 : 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-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000516+0000 mon.smithi060 (mon.0) 872 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000545+0000 mon.smithi060 (mon.0) 873 : 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-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000574+0000 mon.smithi060 (mon.0) 874 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000602+0000 mon.smithi060 (mon.0) 875 : 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-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000639+0000 mon.smithi060 (mon.0) 876 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000663+0000 mon.smithi060 (mon.0) 877 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000695+0000 mon.smithi060 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000724+0000 mon.smithi060 (mon.0) 879 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:40:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000755+0000 mon.smithi060 (mon.0) 880 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000783+0000 mon.smithi060 (mon.0) 881 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000813+0000 mon.smithi060 (mon.0) 882 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000842+0000 mon.smithi060 (mon.0) 883 : 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000872+0000 mon.smithi060 (mon.0) 884 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000900+0000 mon.smithi060 (mon.0) 885 : 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-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000925+0000 mon.smithi060 (mon.0) 886 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000957+0000 mon.smithi060 (mon.0) 887 : 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.000986+0000 mon.smithi060 (mon.0) 888 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:00 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.001011+0000 mon.smithi060 (mon.0) 889 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:39:58.204200+0000 mgr.smithi060.abncol (mgr.14182) 885 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000182+0000 mon.smithi060 (mon.0) 862 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000237+0000 mon.smithi060 (mon.0) 863 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000264+0000 mon.smithi060 (mon.0) 864 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000313+0000 mon.smithi060 (mon.0) 865 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000343+0000 mon.smithi060 (mon.0) 866 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000376+0000 mon.smithi060 (mon.0) 867 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000406+0000 mon.smithi060 (mon.0) 868 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000429+0000 mon.smithi060 (mon.0) 869 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000459+0000 mon.smithi060 (mon.0) 870 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.mcwexh ... 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000487+0000 mon.smithi060 (mon.0) 871 : 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-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000516+0000 mon.smithi060 (mon.0) 872 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000545+0000 mon.smithi060 (mon.0) 873 : 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-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000574+0000 mon.smithi060 (mon.0) 874 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000602+0000 mon.smithi060 (mon.0) 875 : 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-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000639+0000 mon.smithi060 (mon.0) 876 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000663+0000 mon.smithi060 (mon.0) 877 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000695+0000 mon.smithi060 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000724+0000 mon.smithi060 (mon.0) 879 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000755+0000 mon.smithi060 (mon.0) 880 : cluster [WRN] /usr/bin/docker: stdout 2023-12-08T10:40:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000783+0000 mon.smithi060 (mon.0) 881 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000813+0000 mon.smithi060 (mon.0) 882 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi060.npcjjy ... 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000842+0000 mon.smithi060 (mon.0) 883 : 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000872+0000 mon.smithi060 (mon.0) 884 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000900+0000 mon.smithi060 (mon.0) 885 : 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-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000925+0000 mon.smithi060 (mon.0) 886 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000957+0000 mon.smithi060 (mon.0) 887 : 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.000986+0000 mon.smithi060 (mon.0) 888 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:00 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.001011+0000 mon.smithi060 (mon.0) 889 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:00.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:01.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:01 smithi105 bash[29464]: audit 2023-12-08T10:39:59.778439+0000 mgr.smithi060.abncol (mgr.14182) 886 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:01.425 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:01.438 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:01 smithi060 bash[25939]: audit 2023-12-08T10:39:59.778439+0000 mgr.smithi060.abncol (mgr.14182) 886 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:02 smithi105 bash[29464]: cluster 2023-12-08T10:40:00.205653+0000 mgr.smithi060.abncol (mgr.14182) 887 : 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-08T10:40:02.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:02 smithi060 bash[25939]: cluster 2023-12-08T10:40:00.205653+0000 mgr.smithi060.abncol (mgr.14182) 887 : 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-08T10:40:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:03 smithi105 bash[29464]: cluster 2023-12-08T10:40:02.207706+0000 mgr.smithi060.abncol (mgr.14182) 888 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:03.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:03 smithi060 bash[25939]: cluster 2023-12-08T10:40:02.207706+0000 mgr.smithi060.abncol (mgr.14182) 888 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:04.728 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:04.729 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:05.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:05 smithi105 bash[29464]: cluster 2023-12-08T10:40:04.209168+0000 mgr.smithi060.abncol (mgr.14182) 889 : 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-08T10:40:05.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:05 smithi105 bash[29464]: audit 2023-12-08T10:40:04.710765+0000 mgr.smithi060.abncol (mgr.14182) 890 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:05.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:05 smithi060 bash[25939]: cluster 2023-12-08T10:40:04.209168+0000 mgr.smithi060.abncol (mgr.14182) 889 : 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-08T10:40:05.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:05 smithi060 bash[25939]: audit 2023-12-08T10:40:04.710765+0000 mgr.smithi060.abncol (mgr.14182) 890 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:06.342 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:08.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:07 smithi060 bash[25939]: cluster 2023-12-08T10:40:06.210808+0000 mgr.smithi060.abncol (mgr.14182) 891 : 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-08T10:40:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:07 smithi105 bash[29464]: cluster 2023-12-08T10:40:06.210808+0000 mgr.smithi060.abncol (mgr.14182) 891 : 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-08T10:40:09.621 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:09.621 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:09.940 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:09 smithi060 bash[25939]: cluster 2023-12-08T10:40:08.213369+0000 mgr.smithi060.abncol (mgr.14182) 892 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:10.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:09 smithi105 bash[29464]: cluster 2023-12-08T10:40:08.213369+0000 mgr.smithi060.abncol (mgr.14182) 892 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:11.216 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:11.229 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:10 smithi060 bash[25939]: audit 2023-12-08T10:40:09.600462+0000 mgr.smithi060.abncol (mgr.14182) 893 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:10 smithi105 bash[29464]: audit 2023-12-08T10:40:09.600462+0000 mgr.smithi060.abncol (mgr.14182) 893 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:12.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:11 smithi060 bash[25939]: cluster 2023-12-08T10:40:10.214934+0000 mgr.smithi060.abncol (mgr.14182) 894 : 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-08T10:40:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:11 smithi105 bash[29464]: cluster 2023-12-08T10:40:10.214934+0000 mgr.smithi060.abncol (mgr.14182) 894 : 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-08T10:40:14.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:13 smithi060 bash[25939]: cluster 2023-12-08T10:40:12.216962+0000 mgr.smithi060.abncol (mgr.14182) 895 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:14.220 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:14.220 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:13 smithi105 bash[29464]: cluster 2023-12-08T10:40:12.216962+0000 mgr.smithi060.abncol (mgr.14182) 895 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:14.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:15.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:14 smithi060 bash[25939]: audit 2023-12-08T10:40:14.170559+0000 mon.smithi060 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:40:15.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:14 smithi105 bash[29464]: audit 2023-12-08T10:40:14.170559+0000 mon.smithi060 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:40:15.829 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:16.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:15 smithi105 bash[29464]: audit 2023-12-08T10:40:14.197939+0000 mgr.smithi060.abncol (mgr.14182) 896 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:15 smithi105 bash[29464]: cluster 2023-12-08T10:40:14.217707+0000 mgr.smithi060.abncol (mgr.14182) 897 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:16.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:15 smithi060 bash[25939]: audit 2023-12-08T10:40:14.197939+0000 mgr.smithi060.abncol (mgr.14182) 896 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:16.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:15 smithi060 bash[25939]: cluster 2023-12-08T10:40:14.217707+0000 mgr.smithi060.abncol (mgr.14182) 897 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:18.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:17 smithi060 bash[25939]: cluster 2023-12-08T10:40:16.218641+0000 mgr.smithi060.abncol (mgr.14182) 898 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:17 smithi105 bash[29464]: cluster 2023-12-08T10:40:16.218641+0000 mgr.smithi060.abncol (mgr.14182) 898 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:18.955 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:18.955 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:29:53.541679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:29:53.541932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:29:53.542179Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:29:53.541413Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:29:53.541040Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:29:53.543473Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:29:53.542425Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:29:53.542670Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:29:53.543346Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:19.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:20.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:19 smithi060 bash[25939]: cluster 2023-12-08T10:40:18.220677+0000 mgr.smithi060.abncol (mgr.14182) 899 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:20.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:19 smithi060 bash[25939]: audit 2023-12-08T10:40:18.932532+0000 mgr.smithi060.abncol (mgr.14182) 900 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:19 smithi105 bash[29464]: cluster 2023-12-08T10:40:18.220677+0000 mgr.smithi060.abncol (mgr.14182) 899 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:19 smithi105 bash[29464]: audit 2023-12-08T10:40:18.932532+0000 mgr.smithi060.abncol (mgr.14182) 900 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:20.589 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:21.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: cluster 2023-12-08T10:40:20.222167+0000 mgr.smithi060.abncol (mgr.14182) 901 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.463498+0000 mon.smithi060 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.762759+0000 mon.smithi060 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.764138+0000 mon.smithi060 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.773325+0000 mon.smithi060 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: cluster 2023-12-08T10:40:20.774717+0000 mgr.smithi060.abncol (mgr.14182) 902 : cluster [DBG] pgmap v619: 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-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.779316+0000 mon.smithi060 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: audit 2023-12-08T10:40:20.793799+0000 mon.smithi060 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: cephadm 2023-12-08T10:40:20.798846+0000 mgr.smithi060.abncol (mgr.14182) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dwqcqu on smithi105 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: cluster 2023-12-08T10:40:20.925508+0000 mon.smithi060 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:40:21.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:21 smithi060 bash[25939]: cluster 2023-12-08T10:40:20.925607+0000 mon.smithi060 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: cluster 2023-12-08T10:40:20.222167+0000 mgr.smithi060.abncol (mgr.14182) 901 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.463498+0000 mon.smithi060 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.762759+0000 mon.smithi060 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.764138+0000 mon.smithi060 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.773325+0000 mon.smithi060 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: cluster 2023-12-08T10:40:20.774717+0000 mgr.smithi060.abncol (mgr.14182) 902 : cluster [DBG] pgmap v619: 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-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.779316+0000 mon.smithi060 (mon.0) 895 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: audit 2023-12-08T10:40:20.793799+0000 mon.smithi060 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: cephadm 2023-12-08T10:40:20.798846+0000 mgr.smithi060.abncol (mgr.14182) 903 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dwqcqu on smithi105 2023-12-08T10:40:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: cluster 2023-12-08T10:40:20.925508+0000 mon.smithi060 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:40:21.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:21 smithi105 bash[29464]: cluster 2023-12-08T10:40:20.925607+0000 mon.smithi060 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-12-08T10:40:23.668 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:23.668 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:38:05.406598Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.klpwms on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:09.841780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mcwexh on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mcwexh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mcwexh\nDeploy daemon haproxy.nfs.foo.smithi105.mcwexh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.156502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.npcjjy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-npcjjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.npcjjy\nDeploy daemon haproxy.nfs.foo.smithi060.npcjjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:39:14.160381Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.apcyqw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:24.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:23 smithi060 bash[25939]: cluster 2023-12-08T10:40:22.776439+0000 mgr.smithi060.abncol (mgr.14182) 904 : cluster [DBG] pgmap v620: 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-08T10:40:24.179 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:23 smithi105 bash[29464]: cluster 2023-12-08T10:40:22.776439+0000 mgr.smithi060.abncol (mgr.14182) 904 : cluster [DBG] pgmap v620: 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-08T10:40:24.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:24.898 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:24 smithi060 bash[25939]: audit 2023-12-08T10:40:23.648389+0000 mgr.smithi060.abncol (mgr.14182) 905 : audit [DBG] from='client.24959 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:24.899 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:24 smithi060 bash[25939]: audit 2023-12-08T10:40:24.620731+0000 mon.smithi060 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dwqcqu"}]: dispatch 2023-12-08T10:40:25.251 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:24 smithi105 bash[29464]: audit 2023-12-08T10:40:23.648389+0000 mgr.smithi060.abncol (mgr.14182) 905 : audit [DBG] from='client.24959 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:24 smithi105 bash[29464]: audit 2023-12-08T10:40:24.620731+0000 mon.smithi060 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dwqcqu"}]: dispatch 2023-12-08T10:40:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: cephadm 2023-12-08T10:40:24.619514+0000 mgr.smithi060.abncol (mgr.14182) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:40:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: cephadm 2023-12-08T10:40:24.619997+0000 mgr.smithi060.abncol (mgr.14182) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: cephadm 2023-12-08T10:40:24.622510+0000 mgr.smithi060.abncol (mgr.14182) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: cephadm 2023-12-08T10:40:24.627416+0000 mgr.smithi060.abncol (mgr.14182) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.lscmhu on smithi060 2023-12-08T10:40:26.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:25 smithi105 bash[29464]: cluster 2023-12-08T10:40:24.777592+0000 mgr.smithi060.abncol (mgr.14182) 910 : cluster [DBG] pgmap v621: 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-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: cephadm 2023-12-08T10:40:24.619514+0000 mgr.smithi060.abncol (mgr.14182) 906 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: cephadm 2023-12-08T10:40:24.619997+0000 mgr.smithi060.abncol (mgr.14182) 907 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: cephadm 2023-12-08T10:40:24.622510+0000 mgr.smithi060.abncol (mgr.14182) 908 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu 2023-12-08T10:40:26.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:26.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu 2023-12-08T10:40:26.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dwqcqu ... 2023-12-08T10:40:26.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:26.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:26.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:26.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:26.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: cephadm 2023-12-08T10:40:24.627416+0000 mgr.smithi060.abncol (mgr.14182) 909 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.lscmhu on smithi060 2023-12-08T10:40:26.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:25 smithi060 bash[25939]: cluster 2023-12-08T10:40:24.777592+0000 mgr.smithi060.abncol (mgr.14182) 910 : cluster [DBG] pgmap v621: 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-08T10:40:28.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:27 smithi060 bash[25939]: cluster 2023-12-08T10:40:26.779099+0000 mgr.smithi060.abncol (mgr.14182) 911 : cluster [DBG] pgmap v622: 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-08T10:40:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:27 smithi105 bash[29464]: cluster 2023-12-08T10:40:26.779099+0000 mgr.smithi060.abncol (mgr.14182) 911 : cluster [DBG] pgmap v622: 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-08T10:40:28.422 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:28.422 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:29.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:29.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:28 smithi060 bash[25939]: audit 2023-12-08T10:40:28.387766+0000 mon.smithi060 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.lscmhu"}]: dispatch 2023-12-08T10:40:29.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:28 smithi105 bash[29464]: audit 2023-12-08T10:40:28.387766+0000 mon.smithi060 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.lscmhu"}]: dispatch 2023-12-08T10:40:30.028 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cephadm 2023-12-08T10:40:28.387074+0000 mgr.smithi060.abncol (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cephadm 2023-12-08T10:40:28.387358+0000 mgr.smithi060.abncol (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cephadm 2023-12-08T10:40:28.388745+0000 mgr.smithi060.abncol (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.281 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cephadm 2023-12-08T10:40:28.393144+0000 mgr.smithi060.abncol (mgr.14182) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cephadm 2023-12-08T10:40:28.397050+0000 mgr.smithi060.abncol (mgr.14182) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cluster 2023-12-08T10:40:28.398258+0000 mgr.smithi060.abncol (mgr.14182) 917 : cluster [DBG] pgmap v623: 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-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: audit 2023-12-08T10:40:28.402521+0000 mgr.smithi060.abncol (mgr.14182) 918 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:30.282 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:29 smithi060 bash[25939]: cluster 2023-12-08T10:40:28.899160+0000 mon.smithi060 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:40:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cephadm 2023-12-08T10:40:28.387074+0000 mgr.smithi060.abncol (mgr.14182) 912 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cephadm 2023-12-08T10:40:28.387358+0000 mgr.smithi060.abncol (mgr.14182) 913 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cephadm 2023-12-08T10:40:28.388745+0000 mgr.smithi060.abncol (mgr.14182) 914 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.lscmhu ... 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cephadm 2023-12-08T10:40:28.393144+0000 mgr.smithi060.abncol (mgr.14182) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cephadm 2023-12-08T10:40:28.397050+0000 mgr.smithi060.abncol (mgr.14182) 916 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cluster 2023-12-08T10:40:28.398258+0000 mgr.smithi060.abncol (mgr.14182) 917 : cluster [DBG] pgmap v623: 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-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: audit 2023-12-08T10:40:28.402521+0000 mgr.smithi060.abncol (mgr.14182) 918 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:30.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:29 smithi105 bash[29464]: cluster 2023-12-08T10:40:28.899160+0000 mon.smithi060 (mon.0) 901 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:40:31.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:31 smithi060 bash[25939]: cluster 2023-12-08T10:40:30.399842+0000 mgr.smithi060.abncol (mgr.14182) 919 : cluster [DBG] pgmap v624: 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-08T10:40:31.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:31 smithi060 bash[25939]: audit 2023-12-08T10:40:30.560392+0000 mon.smithi060 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:31.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:31 smithi105 bash[29464]: cluster 2023-12-08T10:40:30.399842+0000 mgr.smithi060.abncol (mgr.14182) 919 : cluster [DBG] pgmap v624: 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-08T10:40:31.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:31 smithi105 bash[29464]: audit 2023-12-08T10:40:30.560392+0000 mon.smithi060 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:40:33.147 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:33.148 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:33.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:34.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:33 smithi060 bash[25939]: cluster 2023-12-08T10:40:32.401954+0000 mgr.smithi060.abncol (mgr.14182) 920 : cluster [DBG] pgmap v625: 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-08T10:40:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:33 smithi105 bash[29464]: cluster 2023-12-08T10:40:32.401954+0000 mgr.smithi060.abncol (mgr.14182) 920 : cluster [DBG] pgmap v625: 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-08T10:40:34.754 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:35.150 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:34 smithi060 bash[25939]: audit 2023-12-08T10:40:33.133498+0000 mgr.smithi060.abncol (mgr.14182) 921 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:35.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:34 smithi105 bash[29464]: audit 2023-12-08T10:40:33.133498+0000 mgr.smithi060.abncol (mgr.14182) 921 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:35 smithi105 bash[29464]: cluster 2023-12-08T10:40:34.403423+0000 mgr.smithi060.abncol (mgr.14182) 922 : cluster [DBG] pgmap v626: 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-08T10:40:36.164 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:35 smithi060 bash[25939]: cluster 2023-12-08T10:40:34.403423+0000 mgr.smithi060.abncol (mgr.14182) 922 : cluster [DBG] pgmap v626: 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-08T10:40:37.865 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:37.865 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:37 smithi060 bash[25939]: cluster 2023-12-08T10:40:36.404982+0000 mgr.smithi060.abncol (mgr.14182) 923 : cluster [DBG] pgmap v627: 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-08T10:40:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:37 smithi105 bash[29464]: cluster 2023-12-08T10:40:36.404982+0000 mgr.smithi060.abncol (mgr.14182) 923 : cluster [DBG] pgmap v627: 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-08T10:40:38.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:39.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:38 smithi060 bash[25939]: audit 2023-12-08T10:40:37.846530+0000 mgr.smithi060.abncol (mgr.14182) 924 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:38 smithi105 bash[29464]: audit 2023-12-08T10:40:37.846530+0000 mgr.smithi060.abncol (mgr.14182) 924 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:39.456 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:40.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:39 smithi060 bash[25939]: cluster 2023-12-08T10:40:38.407216+0000 mgr.smithi060.abncol (mgr.14182) 925 : cluster [DBG] pgmap v628: 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-08T10:40:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:39 smithi105 bash[29464]: cluster 2023-12-08T10:40:38.407216+0000 mgr.smithi060.abncol (mgr.14182) 925 : cluster [DBG] pgmap v628: 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-08T10:40:42.265 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:41 smithi060 bash[25939]: cluster 2023-12-08T10:40:40.408738+0000 mgr.smithi060.abncol (mgr.14182) 926 : 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-08T10:40:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:41 smithi105 bash[29464]: cluster 2023-12-08T10:40:40.408738+0000 mgr.smithi060.abncol (mgr.14182) 926 : 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-08T10:40:42.698 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:42.699 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:43.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:44.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:43 smithi060 bash[25939]: cluster 2023-12-08T10:40:42.410037+0000 mgr.smithi060.abncol (mgr.14182) 927 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:44.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:43 smithi060 bash[25939]: audit 2023-12-08T10:40:42.684629+0000 mgr.smithi060.abncol (mgr.14182) 928 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:44.304 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:43 smithi105 bash[29464]: cluster 2023-12-08T10:40:42.410037+0000 mgr.smithi060.abncol (mgr.14182) 927 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:43 smithi105 bash[29464]: audit 2023-12-08T10:40:42.684629+0000 mgr.smithi060.abncol (mgr.14182) 928 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:45 smithi105 bash[29464]: cluster 2023-12-08T10:40:44.411485+0000 mgr.smithi060.abncol (mgr.14182) 929 : 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-08T10:40:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:45 smithi060 bash[25939]: cluster 2023-12-08T10:40:44.411485+0000 mgr.smithi060.abncol (mgr.14182) 929 : 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-08T10:40:47.390 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:47.391 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:47.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:47 smithi060 bash[25939]: cluster 2023-12-08T10:40:46.413068+0000 mgr.smithi060.abncol (mgr.14182) 930 : 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-08T10:40:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:47 smithi105 bash[29464]: cluster 2023-12-08T10:40:46.413068+0000 mgr.smithi060.abncol (mgr.14182) 930 : 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-08T10:40:48.991 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:49.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:48 smithi060 bash[25939]: audit 2023-12-08T10:40:47.372169+0000 mgr.smithi060.abncol (mgr.14182) 931 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:49.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:48 smithi105 bash[29464]: audit 2023-12-08T10:40:47.372169+0000 mgr.smithi060.abncol (mgr.14182) 931 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:50.269 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:49 smithi060 bash[25939]: cluster 2023-12-08T10:40:48.415232+0000 mgr.smithi060.abncol (mgr.14182) 932 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:49 smithi105 bash[29464]: cluster 2023-12-08T10:40:48.415232+0000 mgr.smithi060.abncol (mgr.14182) 932 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:40:52.088 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:52.088 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:52.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:51 smithi060 bash[25939]: cluster 2023-12-08T10:40:50.416685+0000 mgr.smithi060.abncol (mgr.14182) 933 : 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-08T10:40:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:51 smithi105 bash[29464]: cluster 2023-12-08T10:40:50.416685+0000 mgr.smithi060.abncol (mgr.14182) 933 : 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-08T10:40:52.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:53.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:52 smithi060 bash[25939]: audit 2023-12-08T10:40:52.072173+0000 mgr.smithi060.abncol (mgr.14182) 934 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:53.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:52 smithi105 bash[29464]: audit 2023-12-08T10:40:52.072173+0000 mgr.smithi060.abncol (mgr.14182) 934 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:53.720 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:54.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:53 smithi060 bash[25939]: cluster 2023-12-08T10:40:52.418756+0000 mgr.smithi060.abncol (mgr.14182) 935 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:53 smithi105 bash[29464]: cluster 2023-12-08T10:40:52.418756+0000 mgr.smithi060.abncol (mgr.14182) 935 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:40:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:55 smithi105 bash[29464]: cluster 2023-12-08T10:40:54.420268+0000 mgr.smithi060.abncol (mgr.14182) 936 : 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-08T10:40:56.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:55 smithi060 bash[25939]: cluster 2023-12-08T10:40:54.420268+0000 mgr.smithi060.abncol (mgr.14182) 936 : 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-08T10:40:56.909 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:40:56.909 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:40:57.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:40:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:57 smithi060 bash[25939]: cluster 2023-12-08T10:40:56.421774+0000 mgr.smithi060.abncol (mgr.14182) 937 : 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-08T10:40:58.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:57 smithi060 bash[25939]: audit 2023-12-08T10:40:56.888692+0000 mgr.smithi060.abncol (mgr.14182) 938 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:57 smithi105 bash[29464]: cluster 2023-12-08T10:40:56.421774+0000 mgr.smithi060.abncol (mgr.14182) 937 : 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-08T10:40:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:57 smithi105 bash[29464]: audit 2023-12-08T10:40:56.888692+0000 mgr.smithi060.abncol (mgr.14182) 938 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:58.495 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:40:59 smithi060 bash[25939]: cluster 2023-12-08T10:40:58.423438+0000 mgr.smithi060.abncol (mgr.14182) 939 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:00.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:40:59 smithi105 bash[29464]: cluster 2023-12-08T10:40:58.423438+0000 mgr.smithi060.abncol (mgr.14182) 939 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:01.666 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:01.667 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:02.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:02.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:01 smithi060 bash[25939]: cluster 2023-12-08T10:41:00.424264+0000 mgr.smithi060.abncol (mgr.14182) 940 : 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-08T10:41:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:02 smithi105 bash[29464]: cluster 2023-12-08T10:41:00.424264+0000 mgr.smithi060.abncol (mgr.14182) 940 : 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-08T10:41:03.239 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:03.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:03 smithi060 bash[25939]: audit 2023-12-08T10:41:01.643880+0000 mgr.smithi060.abncol (mgr.14182) 941 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:03 smithi105 bash[29464]: audit 2023-12-08T10:41:01.643880+0000 mgr.smithi060.abncol (mgr.14182) 941 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:04.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:04 smithi060 bash[25939]: cluster 2023-12-08T10:41:02.426194+0000 mgr.smithi060.abncol (mgr.14182) 942 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:04 smithi105 bash[29464]: cluster 2023-12-08T10:41:02.426194+0000 mgr.smithi060.abncol (mgr.14182) 942 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:06 smithi105 bash[29464]: cluster 2023-12-08T10:41:04.427522+0000 mgr.smithi060.abncol (mgr.14182) 943 : 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-08T10:41:06.235 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:06.235 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:06.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:06 smithi060 bash[25939]: cluster 2023-12-08T10:41:04.427522+0000 mgr.smithi060.abncol (mgr.14182) 943 : 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-08T10:41:06.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:07.828 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:08.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:08 smithi060 bash[25939]: audit 2023-12-08T10:41:06.216446+0000 mgr.smithi060.abncol (mgr.14182) 944 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:08.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:08 smithi060 bash[25939]: cluster 2023-12-08T10:41:06.428418+0000 mgr.smithi060.abncol (mgr.14182) 945 : 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-08T10:41:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:08 smithi105 bash[29464]: audit 2023-12-08T10:41:06.216446+0000 mgr.smithi060.abncol (mgr.14182) 944 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:08 smithi105 bash[29464]: cluster 2023-12-08T10:41:06.428418+0000 mgr.smithi060.abncol (mgr.14182) 945 : 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-08T10:41:10.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:10 smithi060 bash[25939]: cluster 2023-12-08T10:41:08.430443+0000 mgr.smithi060.abncol (mgr.14182) 946 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:10 smithi105 bash[29464]: cluster 2023-12-08T10:41:08.430443+0000 mgr.smithi060.abncol (mgr.14182) 946 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:10.822 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:10.822 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:11.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:12 smithi105 bash[29464]: cluster 2023-12-08T10:41:10.431434+0000 mgr.smithi060.abncol (mgr.14182) 947 : 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-08T10:41:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:12 smithi105 bash[29464]: audit 2023-12-08T10:41:10.808020+0000 mgr.smithi060.abncol (mgr.14182) 948 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:12.465 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:12.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:12 smithi060 bash[25939]: cluster 2023-12-08T10:41:10.431434+0000 mgr.smithi060.abncol (mgr.14182) 947 : 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-08T10:41:12.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:12 smithi060 bash[25939]: audit 2023-12-08T10:41:10.808020+0000 mgr.smithi060.abncol (mgr.14182) 948 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:14.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:14 smithi060 bash[25939]: cluster 2023-12-08T10:41:12.433411+0000 mgr.smithi060.abncol (mgr.14182) 949 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:14 smithi105 bash[29464]: cluster 2023-12-08T10:41:12.433411+0000 mgr.smithi060.abncol (mgr.14182) 949 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:15.649 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:15.649 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:16.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:16 smithi105 bash[29464]: cluster 2023-12-08T10:41:14.434950+0000 mgr.smithi060.abncol (mgr.14182) 950 : 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-08T10:41:16.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:16 smithi060 bash[25939]: cluster 2023-12-08T10:41:14.434950+0000 mgr.smithi060.abncol (mgr.14182) 950 : 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-08T10:41:17.225 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:17.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:17 smithi105 bash[29464]: audit 2023-12-08T10:41:15.635301+0000 mgr.smithi060.abncol (mgr.14182) 951 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:17.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:17 smithi060 bash[25939]: audit 2023-12-08T10:41:15.635301+0000 mgr.smithi060.abncol (mgr.14182) 951 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:18.371 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:18 smithi060 bash[25939]: cluster 2023-12-08T10:41:16.436467+0000 mgr.smithi060.abncol (mgr.14182) 952 : 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-08T10:41:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:18 smithi105 bash[29464]: cluster 2023-12-08T10:41:16.436467+0000 mgr.smithi060.abncol (mgr.14182) 952 : 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-08T10:41:20.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:20 smithi060 bash[25939]: cluster 2023-12-08T10:41:18.438205+0000 mgr.smithi060.abncol (mgr.14182) 953 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:20 smithi105 bash[29464]: cluster 2023-12-08T10:41:18.438205+0000 mgr.smithi060.abncol (mgr.14182) 953 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:20.440 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:20.440 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:21.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:22.048 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:22 smithi105 bash[29464]: audit 2023-12-08T10:41:20.418891+0000 mgr.smithi060.abncol (mgr.14182) 954 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:22 smithi105 bash[29464]: cluster 2023-12-08T10:41:20.438934+0000 mgr.smithi060.abncol (mgr.14182) 955 : 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-08T10:41:22.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:22 smithi060 bash[25939]: audit 2023-12-08T10:41:20.418891+0000 mgr.smithi060.abncol (mgr.14182) 954 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:22.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:22 smithi060 bash[25939]: cluster 2023-12-08T10:41:20.438934+0000 mgr.smithi060.abncol (mgr.14182) 955 : 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-08T10:41:24.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:24 smithi105 bash[29464]: cluster 2023-12-08T10:41:22.440903+0000 mgr.smithi060.abncol (mgr.14182) 956 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:24.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:24 smithi060 bash[25939]: cluster 2023-12-08T10:41:22.440903+0000 mgr.smithi060.abncol (mgr.14182) 956 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:25.277 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:25.277 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:25 smithi060 bash[25939]: cluster 2023-12-08T10:41:24.442479+0000 mgr.smithi060.abncol (mgr.14182) 957 : 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-08T10:41:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:25 smithi105 bash[29464]: cluster 2023-12-08T10:41:24.442479+0000 mgr.smithi060.abncol (mgr.14182) 957 : 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-08T10:41:25.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:26 smithi060 bash[25939]: audit 2023-12-08T10:41:25.255669+0000 mgr.smithi060.abncol (mgr.14182) 958 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:26 smithi105 bash[29464]: audit 2023-12-08T10:41:25.255669+0000 mgr.smithi060.abncol (mgr.14182) 958 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:26.880 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:28.148 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:27 smithi060 bash[25939]: cluster 2023-12-08T10:41:26.444183+0000 mgr.smithi060.abncol (mgr.14182) 959 : 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-08T10:41:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:27 smithi105 bash[29464]: cluster 2023-12-08T10:41:26.444183+0000 mgr.smithi060.abncol (mgr.14182) 959 : 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-08T10:41:29.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:28 smithi060 bash[25939]: audit 2023-12-08T10:41:28.400324+0000 mon.smithi060 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:41:29.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:28 smithi060 bash[25939]: audit 2023-12-08T10:41:28.758803+0000 mon.smithi060 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:28 smithi105 bash[29464]: audit 2023-12-08T10:41:28.400324+0000 mon.smithi060 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:41:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:28 smithi105 bash[29464]: audit 2023-12-08T10:41:28.758803+0000 mon.smithi060 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:29.921 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:29.921 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:31:07.553426Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:31:07.553700Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:31:07.553876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:31:07.554041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:31:07.554366Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:31:07.554204Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:31:07.555043Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:30.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:29 smithi060 bash[25939]: cluster 2023-12-08T10:41:28.446222+0000 mgr.smithi060.abncol (mgr.14182) 960 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:29 smithi105 bash[29464]: cluster 2023-12-08T10:41:28.446222+0000 mgr.smithi060.abncol (mgr.14182) 960 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:30.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:31.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:30 smithi060 bash[25939]: audit 2023-12-08T10:41:29.904288+0000 mgr.smithi060.abncol (mgr.14182) 961 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:30 smithi105 bash[29464]: audit 2023-12-08T10:41:29.904288+0000 mgr.smithi060.abncol (mgr.14182) 961 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:31.476 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:32.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:31 smithi060 bash[25939]: cluster 2023-12-08T10:41:30.447740+0000 mgr.smithi060.abncol (mgr.14182) 962 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:31 smithi105 bash[29464]: cluster 2023-12-08T10:41:30.447740+0000 mgr.smithi060.abncol (mgr.14182) 962 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:34.227 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:33 smithi060 bash[25939]: cluster 2023-12-08T10:41:32.449828+0000 mgr.smithi060.abncol (mgr.14182) 963 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:33 smithi105 bash[29464]: cluster 2023-12-08T10:41:32.449828+0000 mgr.smithi060.abncol (mgr.14182) 963 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:34.589 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:34.589 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:14.164034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.iepzon on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:35.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.313495+0000 mon.smithi060 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: cluster 2023-12-08T10:41:34.450766+0000 mgr.smithi060.abncol (mgr.14182) 964 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.569675+0000 mgr.smithi060.abncol (mgr.14182) 965 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.609125+0000 mon.smithi060 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.610976+0000 mon.smithi060 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.620552+0000 mon.smithi060 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: cluster 2023-12-08T10:41:34.621507+0000 mgr.smithi060.abncol (mgr.14182) 966 : cluster [DBG] pgmap v657: 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-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.631657+0000 mon.smithi060 (mon.0) 909 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: audit 2023-12-08T10:41:34.646731+0000 mon.smithi060 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:35 smithi060 bash[25939]: cephadm 2023-12-08T10:41:34.650492+0000 mgr.smithi060.abncol (mgr.14182) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.prdhfd on smithi105 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.313495+0000 mon.smithi060 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: cluster 2023-12-08T10:41:34.450766+0000 mgr.smithi060.abncol (mgr.14182) 964 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.569675+0000 mgr.smithi060.abncol (mgr.14182) 965 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.609125+0000 mon.smithi060 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.610976+0000 mon.smithi060 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.620552+0000 mon.smithi060 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: cluster 2023-12-08T10:41:34.621507+0000 mgr.smithi060.abncol (mgr.14182) 966 : cluster [DBG] pgmap v657: 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-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.631657+0000 mon.smithi060 (mon.0) 909 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: audit 2023-12-08T10:41:34.646731+0000 mon.smithi060 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:35 smithi105 bash[29464]: cephadm 2023-12-08T10:41:34.650492+0000 mgr.smithi060.abncol (mgr.14182) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.prdhfd on smithi105 2023-12-08T10:41:36.245 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:36.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:36 smithi060 bash[25939]: cluster 2023-12-08T10:41:35.310043+0000 mon.smithi060 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:41:36.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:36 smithi060 bash[25939]: cluster 2023-12-08T10:41:35.310116+0000 mon.smithi060 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-12-08T10:41:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:36 smithi105 bash[29464]: cluster 2023-12-08T10:41:35.310043+0000 mon.smithi060 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:41:36.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:36 smithi105 bash[29464]: cluster 2023-12-08T10:41:35.310116+0000 mon.smithi060 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-12-08T10:41:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:37 smithi060 bash[25939]: cluster 2023-12-08T10:41:36.622700+0000 mgr.smithi060.abncol (mgr.14182) 968 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:38.366 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:37 smithi105 bash[29464]: cluster 2023-12-08T10:41:36.622700+0000 mgr.smithi060.abncol (mgr.14182) 968 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:39.187 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:38 smithi060 bash[25939]: audit 2023-12-08T10:41:38.436423+0000 mon.smithi060 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.prdhfd"}]: dispatch 2023-12-08T10:41:39.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:38 smithi105 bash[29464]: audit 2023-12-08T10:41:38.436423+0000 mon.smithi060 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.prdhfd"}]: dispatch 2023-12-08T10:41:39.550 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:39.550 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:24.622203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dwqcqu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dwqcqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dwqcqu\nDeploy daemon haproxy.nfs.foo.smithi105.dwqcqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.388610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.lscmhu on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-lscmhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.lscmhu\nDeploy daemon haproxy.nfs.foo.smithi060.lscmhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:40:28.392917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ulxrgi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:40.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: cephadm 2023-12-08T10:41:38.435197+0000 mgr.smithi060.abncol (mgr.14182) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.197 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.198 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: cephadm 2023-12-08T10:41:38.435732+0000 mgr.smithi060.abncol (mgr.14182) 970 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: cephadm 2023-12-08T10:41:38.438021+0000 mgr.smithi060.abncol (mgr.14182) 971 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.199 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: cephadm 2023-12-08T10:41:38.442781+0000 mgr.smithi060.abncol (mgr.14182) 972 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.fvjbha on smithi060 2023-12-08T10:41:40.200 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:39 smithi060 bash[25939]: cluster 2023-12-08T10:41:38.624405+0000 mgr.smithi060.abncol (mgr.14182) 973 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: cephadm 2023-12-08T10:41:38.435197+0000 mgr.smithi060.abncol (mgr.14182) 969 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: cephadm 2023-12-08T10:41:38.435732+0000 mgr.smithi060.abncol (mgr.14182) 970 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: cephadm 2023-12-08T10:41:38.438021+0000 mgr.smithi060.abncol (mgr.14182) 971 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.prdhfd ... 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: cephadm 2023-12-08T10:41:38.442781+0000 mgr.smithi060.abncol (mgr.14182) 972 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.fvjbha on smithi060 2023-12-08T10:41:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:39 smithi105 bash[29464]: cluster 2023-12-08T10:41:38.624405+0000 mgr.smithi060.abncol (mgr.14182) 973 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:41.197 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:41.209 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:40 smithi060 bash[25939]: audit 2023-12-08T10:41:39.530169+0000 mgr.smithi060.abncol (mgr.14182) 974 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:41.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:40 smithi105 bash[29464]: audit 2023-12-08T10:41:39.530169+0000 mgr.smithi060.abncol (mgr.14182) 974 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:42.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:41 smithi060 bash[25939]: cluster 2023-12-08T10:41:40.625490+0000 mgr.smithi060.abncol (mgr.14182) 975 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:41 smithi105 bash[29464]: cluster 2023-12-08T10:41:40.625490+0000 mgr.smithi060.abncol (mgr.14182) 975 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:41:43.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:42 smithi060 bash[25939]: audit 2023-12-08T10:41:42.397340+0000 mon.smithi060 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.fvjbha"}]: dispatch 2023-12-08T10:41:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:42 smithi105 bash[29464]: audit 2023-12-08T10:41:42.397340+0000 mon.smithi060 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.fvjbha"}]: dispatch 2023-12-08T10:41:44.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cephadm 2023-12-08T10:41:42.395676+0000 mgr.smithi060.abncol (mgr.14182) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:41:44.204 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cephadm 2023-12-08T10:41:42.396354+0000 mgr.smithi060.abncol (mgr.14182) 977 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cephadm 2023-12-08T10:41:42.399280+0000 mgr.smithi060.abncol (mgr.14182) 978 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.205 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cephadm 2023-12-08T10:41:42.403690+0000 mgr.smithi060.abncol (mgr.14182) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cephadm 2023-12-08T10:41:42.407309+0000 mgr.smithi060.abncol (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cluster 2023-12-08T10:41:42.409586+0000 mgr.smithi060.abncol (mgr.14182) 981 : cluster [DBG] pgmap v661: 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-08T10:41:44.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:43 smithi060 bash[25939]: cluster 2023-12-08T10:41:42.927796+0000 mon.smithi060 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:41:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cephadm 2023-12-08T10:41:42.395676+0000 mgr.smithi060.abncol (mgr.14182) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:41:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cephadm 2023-12-08T10:41:42.396354+0000 mgr.smithi060.abncol (mgr.14182) 977 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cephadm 2023-12-08T10:41:42.399280+0000 mgr.smithi060.abncol (mgr.14182) 978 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.fvjbha ... 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cephadm 2023-12-08T10:41:42.403690+0000 mgr.smithi060.abncol (mgr.14182) 979 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cephadm 2023-12-08T10:41:42.407309+0000 mgr.smithi060.abncol (mgr.14182) 980 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cluster 2023-12-08T10:41:42.409586+0000 mgr.smithi060.abncol (mgr.14182) 981 : cluster [DBG] pgmap v661: 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-08T10:41:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:43 smithi105 bash[29464]: cluster 2023-12-08T10:41:42.927796+0000 mon.smithi060 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:41:44.574 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:44.574 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:45.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:45 smithi105 bash[29464]: cluster 2023-12-08T10:41:44.411015+0000 mgr.smithi060.abncol (mgr.14182) 982 : cluster [DBG] pgmap v662: 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-08T10:41:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:45 smithi105 bash[29464]: audit 2023-12-08T10:41:44.555522+0000 mgr.smithi060.abncol (mgr.14182) 983 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:45 smithi105 bash[29464]: audit 2023-12-08T10:41:45.628544+0000 mon.smithi060 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:46.184 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:45 smithi060 bash[25939]: cluster 2023-12-08T10:41:44.411015+0000 mgr.smithi060.abncol (mgr.14182) 982 : cluster [DBG] pgmap v662: 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-08T10:41:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:45 smithi060 bash[25939]: audit 2023-12-08T10:41:44.555522+0000 mgr.smithi060.abncol (mgr.14182) 983 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:46.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:45 smithi060 bash[25939]: audit 2023-12-08T10:41:45.628544+0000 mon.smithi060 (mon.0) 916 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:41:48.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:47 smithi060 bash[25939]: cluster 2023-12-08T10:41:46.412083+0000 mgr.smithi060.abncol (mgr.14182) 984 : cluster [DBG] pgmap v663: 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-08T10:41:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:47 smithi105 bash[29464]: cluster 2023-12-08T10:41:46.412083+0000 mgr.smithi060.abncol (mgr.14182) 984 : cluster [DBG] pgmap v663: 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-08T10:41:49.258 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:49.259 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:49.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:50.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:49 smithi060 bash[25939]: cluster 2023-12-08T10:41:48.414123+0000 mgr.smithi060.abncol (mgr.14182) 985 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-08T10:41:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:49 smithi105 bash[29464]: cluster 2023-12-08T10:41:48.414123+0000 mgr.smithi060.abncol (mgr.14182) 985 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-08T10:41:50.878 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:51.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:50 smithi060 bash[25939]: audit 2023-12-08T10:41:49.244912+0000 mgr.smithi060.abncol (mgr.14182) 986 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:50 smithi105 bash[29464]: audit 2023-12-08T10:41:49.244912+0000 mgr.smithi060.abncol (mgr.14182) 986 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:52.251 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:51 smithi060 bash[25939]: cluster 2023-12-08T10:41:50.415580+0000 mgr.smithi060.abncol (mgr.14182) 987 : cluster [DBG] pgmap v665: 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-08T10:41:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:51 smithi105 bash[29464]: cluster 2023-12-08T10:41:50.415580+0000 mgr.smithi060.abncol (mgr.14182) 987 : cluster [DBG] pgmap v665: 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-08T10:41:54.043 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:54.043 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:54.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:53 smithi060 bash[25939]: cluster 2023-12-08T10:41:52.417648+0000 mgr.smithi060.abncol (mgr.14182) 988 : cluster [DBG] pgmap v666: 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-08T10:41:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:53 smithi105 bash[29464]: cluster 2023-12-08T10:41:52.417648+0000 mgr.smithi060.abncol (mgr.14182) 988 : cluster [DBG] pgmap v666: 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-08T10:41:54.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:41:55.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:54 smithi060 bash[25939]: audit 2023-12-08T10:41:54.023268+0000 mgr.smithi060.abncol (mgr.14182) 989 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:55 smithi105 bash[29464]: audit 2023-12-08T10:41:54.023268+0000 mgr.smithi060.abncol (mgr.14182) 989 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:55.603 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:56 smithi105 bash[29464]: cluster 2023-12-08T10:41:54.419101+0000 mgr.smithi060.abncol (mgr.14182) 990 : 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-08T10:41:56.307 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:55 smithi060 bash[25939]: cluster 2023-12-08T10:41:54.419101+0000 mgr.smithi060.abncol (mgr.14182) 990 : 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-08T10:41:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:41:58 smithi060 bash[25939]: cluster 2023-12-08T10:41:56.420614+0000 mgr.smithi060.abncol (mgr.14182) 991 : 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-08T10:41:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:41:58 smithi105 bash[29464]: cluster 2023-12-08T10:41:56.420614+0000 mgr.smithi060.abncol (mgr.14182) 991 : 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-08T10:41:58.745 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:41:58.745 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:41:59.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:00 smithi060 bash[25939]: cluster 2023-12-08T10:41:58.422210+0000 mgr.smithi060.abncol (mgr.14182) 992 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:00 smithi060 bash[25939]: audit 2023-12-08T10:41:58.730023+0000 mgr.smithi060.abncol (mgr.14182) 993 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:00 smithi105 bash[29464]: cluster 2023-12-08T10:41:58.422210+0000 mgr.smithi060.abncol (mgr.14182) 992 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:00 smithi105 bash[29464]: audit 2023-12-08T10:41:58.730023+0000 mgr.smithi060.abncol (mgr.14182) 993 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:00.426 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:02.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:02 smithi060 bash[25939]: cluster 2023-12-08T10:42:00.423677+0000 mgr.smithi060.abncol (mgr.14182) 994 : 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-08T10:42:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:02 smithi105 bash[29464]: cluster 2023-12-08T10:42:00.423677+0000 mgr.smithi060.abncol (mgr.14182) 994 : 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-08T10:42:03.573 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:03.574 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:04.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:04 smithi105 bash[29464]: cluster 2023-12-08T10:42:02.425714+0000 mgr.smithi060.abncol (mgr.14182) 995 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:04.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:04 smithi060 bash[25939]: cluster 2023-12-08T10:42:02.425714+0000 mgr.smithi060.abncol (mgr.14182) 995 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:05.160 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:05.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:05 smithi105 bash[29464]: audit 2023-12-08T10:42:03.552374+0000 mgr.smithi060.abncol (mgr.14182) 996 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:05.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:05 smithi060 bash[25939]: audit 2023-12-08T10:42:03.552374+0000 mgr.smithi060.abncol (mgr.14182) 996 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:06.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:06 smithi105 bash[29464]: cluster 2023-12-08T10:42:04.427191+0000 mgr.smithi060.abncol (mgr.14182) 997 : 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-08T10:42:06.460 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:06 smithi060 bash[25939]: cluster 2023-12-08T10:42:04.427191+0000 mgr.smithi060.abncol (mgr.14182) 997 : 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-08T10:42:08.187 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:08.187 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:08 smithi105 bash[29464]: cluster 2023-12-08T10:42:06.428847+0000 mgr.smithi060.abncol (mgr.14182) 998 : 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-08T10:42:08.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:08 smithi060 bash[25939]: cluster 2023-12-08T10:42:06.428847+0000 mgr.smithi060.abncol (mgr.14182) 998 : 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-08T10:42:08.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:09.794 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:10 smithi060 bash[25939]: audit 2023-12-08T10:42:08.173589+0000 mgr.smithi060.abncol (mgr.14182) 999 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:10 smithi060 bash[25939]: cluster 2023-12-08T10:42:08.431036+0000 mgr.smithi060.abncol (mgr.14182) 1000 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:10 smithi105 bash[29464]: audit 2023-12-08T10:42:08.173589+0000 mgr.smithi060.abncol (mgr.14182) 999 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:10 smithi105 bash[29464]: cluster 2023-12-08T10:42:08.431036+0000 mgr.smithi060.abncol (mgr.14182) 1000 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:12 smithi105 bash[29464]: cluster 2023-12-08T10:42:10.432484+0000 mgr.smithi060.abncol (mgr.14182) 1001 : 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-08T10:42:12.452 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:12 smithi060 bash[25939]: cluster 2023-12-08T10:42:10.432484+0000 mgr.smithi060.abncol (mgr.14182) 1001 : 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-08T10:42:12.893 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:12.893 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:13.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:14 smithi105 bash[29464]: cluster 2023-12-08T10:42:12.434744+0000 mgr.smithi060.abncol (mgr.14182) 1002 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:14 smithi105 bash[29464]: audit 2023-12-08T10:42:12.880296+0000 mgr.smithi060.abncol (mgr.14182) 1003 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:14.504 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:14.516 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:14 smithi060 bash[25939]: cluster 2023-12-08T10:42:12.434744+0000 mgr.smithi060.abncol (mgr.14182) 1002 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:14.516 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:14 smithi060 bash[25939]: audit 2023-12-08T10:42:12.880296+0000 mgr.smithi060.abncol (mgr.14182) 1003 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:16.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:16 smithi060 bash[25939]: cluster 2023-12-08T10:42:14.436257+0000 mgr.smithi060.abncol (mgr.14182) 1004 : 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-08T10:42:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:16 smithi105 bash[29464]: cluster 2023-12-08T10:42:14.436257+0000 mgr.smithi060.abncol (mgr.14182) 1004 : 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-08T10:42:17.596 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:17.597 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:18.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:18 smithi105 bash[29464]: cluster 2023-12-08T10:42:16.437754+0000 mgr.smithi060.abncol (mgr.14182) 1005 : 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-08T10:42:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:18 smithi060 bash[25939]: cluster 2023-12-08T10:42:16.437754+0000 mgr.smithi060.abncol (mgr.14182) 1005 : 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-08T10:42:19.191 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:19.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:19 smithi105 bash[29464]: audit 2023-12-08T10:42:17.583400+0000 mgr.smithi060.abncol (mgr.14182) 1006 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:19.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:19 smithi060 bash[25939]: audit 2023-12-08T10:42:17.583400+0000 mgr.smithi060.abncol (mgr.14182) 1006 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:20 smithi060 bash[25939]: cluster 2023-12-08T10:42:18.439839+0000 mgr.smithi060.abncol (mgr.14182) 1007 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:20 smithi105 bash[29464]: cluster 2023-12-08T10:42:18.439839+0000 mgr.smithi060.abncol (mgr.14182) 1007 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:22 smithi060 bash[25939]: cluster 2023-12-08T10:42:20.441323+0000 mgr.smithi060.abncol (mgr.14182) 1008 : 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-08T10:42:22.312 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:22.312 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:22 smithi105 bash[29464]: cluster 2023-12-08T10:42:20.441323+0000 mgr.smithi060.abncol (mgr.14182) 1008 : 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-08T10:42:22.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:23.915 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:24.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:24 smithi060 bash[25939]: audit 2023-12-08T10:42:22.296847+0000 mgr.smithi060.abncol (mgr.14182) 1009 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:24.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:24 smithi060 bash[25939]: cluster 2023-12-08T10:42:22.442608+0000 mgr.smithi060.abncol (mgr.14182) 1010 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:24 smithi105 bash[29464]: audit 2023-12-08T10:42:22.296847+0000 mgr.smithi060.abncol (mgr.14182) 1009 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:24 smithi105 bash[29464]: cluster 2023-12-08T10:42:22.442608+0000 mgr.smithi060.abncol (mgr.14182) 1010 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:26 smithi105 bash[29464]: cluster 2023-12-08T10:42:24.444148+0000 mgr.smithi060.abncol (mgr.14182) 1011 : 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-08T10:42:26.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:26 smithi060 bash[25939]: cluster 2023-12-08T10:42:24.444148+0000 mgr.smithi060.abncol (mgr.14182) 1011 : 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-08T10:42:26.989 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:26.989 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:27.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:28.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:27 smithi060 bash[25939]: cluster 2023-12-08T10:42:26.445701+0000 mgr.smithi060.abncol (mgr.14182) 1012 : 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-08T10:42:28.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:27 smithi060 bash[25939]: audit 2023-12-08T10:42:26.970670+0000 mgr.smithi060.abncol (mgr.14182) 1013 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:27 smithi105 bash[29464]: cluster 2023-12-08T10:42:26.445701+0000 mgr.smithi060.abncol (mgr.14182) 1012 : 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-08T10:42:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:27 smithi105 bash[29464]: audit 2023-12-08T10:42:26.970670+0000 mgr.smithi060.abncol (mgr.14182) 1013 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:28.584 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:30.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:29 smithi060 bash[25939]: cluster 2023-12-08T10:42:28.447708+0000 mgr.smithi060.abncol (mgr.14182) 1014 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:29 smithi105 bash[29464]: cluster 2023-12-08T10:42:28.447708+0000 mgr.smithi060.abncol (mgr.14182) 1014 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:31.726 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:31.726 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:32.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:31 smithi060 bash[25939]: cluster 2023-12-08T10:42:30.449294+0000 mgr.smithi060.abncol (mgr.14182) 1015 : 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-08T10:42:32.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:31 smithi105 bash[29464]: cluster 2023-12-08T10:42:30.449294+0000 mgr.smithi060.abncol (mgr.14182) 1015 : 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-08T10:42:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:32 smithi060 bash[25939]: audit 2023-12-08T10:42:31.706533+0000 mgr.smithi060.abncol (mgr.14182) 1016 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:33.330 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:33.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:32 smithi105 bash[29464]: audit 2023-12-08T10:42:31.706533+0000 mgr.smithi060.abncol (mgr.14182) 1016 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:33 smithi060 bash[25939]: cluster 2023-12-08T10:42:32.451368+0000 mgr.smithi060.abncol (mgr.14182) 1017 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:33 smithi105 bash[29464]: cluster 2023-12-08T10:42:32.451368+0000 mgr.smithi060.abncol (mgr.14182) 1017 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:35 smithi105 bash[29464]: cluster 2023-12-08T10:42:34.452832+0000 mgr.smithi060.abncol (mgr.14182) 1018 : 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-08T10:42:36.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:35 smithi060 bash[25939]: cluster 2023-12-08T10:42:34.452832+0000 mgr.smithi060.abncol (mgr.14182) 1018 : 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-08T10:42:36.322 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:36.322 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:36.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:37.923 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:37 smithi060 bash[25939]: audit 2023-12-08T10:42:36.301038+0000 mgr.smithi060.abncol (mgr.14182) 1019 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:37 smithi060 bash[25939]: cluster 2023-12-08T10:42:36.454281+0000 mgr.smithi060.abncol (mgr.14182) 1020 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:37 smithi105 bash[29464]: audit 2023-12-08T10:42:36.301038+0000 mgr.smithi060.abncol (mgr.14182) 1019 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:37 smithi105 bash[29464]: cluster 2023-12-08T10:42:36.454281+0000 mgr.smithi060.abncol (mgr.14182) 1020 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:40.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:39 smithi060 bash[25939]: cluster 2023-12-08T10:42:38.456357+0000 mgr.smithi060.abncol (mgr.14182) 1021 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:39 smithi105 bash[29464]: cluster 2023-12-08T10:42:38.456357+0000 mgr.smithi060.abncol (mgr.14182) 1021 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:42:41.169 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:41.169 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:41.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:42.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:41 smithi060 bash[25939]: cluster 2023-12-08T10:42:40.457652+0000 mgr.smithi060.abncol (mgr.14182) 1022 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:41 smithi105 bash[29464]: cluster 2023-12-08T10:42:40.457652+0000 mgr.smithi060.abncol (mgr.14182) 1022 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:42.749 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:43.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:42 smithi060 bash[25939]: audit 2023-12-08T10:42:41.147840+0000 mgr.smithi060.abncol (mgr.14182) 1023 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:43.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:42 smithi060 bash[25939]: audit 2023-12-08T10:42:42.411143+0000 mon.smithi060 (mon.0) 917 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:43.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:42 smithi060 bash[25939]: audit 2023-12-08T10:42:42.728997+0000 mon.smithi060 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:42 smithi105 bash[29464]: audit 2023-12-08T10:42:41.147840+0000 mgr.smithi060.abncol (mgr.14182) 1023 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:42 smithi105 bash[29464]: audit 2023-12-08T10:42:42.411143+0000 mon.smithi060 (mon.0) 917 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:42 smithi105 bash[29464]: audit 2023-12-08T10:42:42.728997+0000 mon.smithi060 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: cluster 2023-12-08T10:42:42.459499+0000 mgr.smithi060.abncol (mgr.14182) 1024 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: audit 2023-12-08T10:42:43.028620+0000 mon.smithi060 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: audit 2023-12-08T10:42:43.030540+0000 mon.smithi060 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: audit 2023-12-08T10:42:43.040977+0000 mon.smithi060 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: cluster 2023-12-08T10:42:43.042755+0000 mgr.smithi060.abncol (mgr.14182) 1025 : 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-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: audit 2023-12-08T10:42:43.053724+0000 mon.smithi060 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: audit 2023-12-08T10:42:43.073225+0000 mon.smithi060 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:44.057 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:43 smithi060 bash[25939]: cephadm 2023-12-08T10:42:43.077344+0000 mgr.smithi060.abncol (mgr.14182) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kjoiul on smithi105 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: cluster 2023-12-08T10:42:42.459499+0000 mgr.smithi060.abncol (mgr.14182) 1024 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: audit 2023-12-08T10:42:43.028620+0000 mon.smithi060 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: audit 2023-12-08T10:42:43.030540+0000 mon.smithi060 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: audit 2023-12-08T10:42:43.040977+0000 mon.smithi060 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: cluster 2023-12-08T10:42:43.042755+0000 mgr.smithi060.abncol (mgr.14182) 1025 : 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-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: audit 2023-12-08T10:42:43.053724+0000 mon.smithi060 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: audit 2023-12-08T10:42:43.073225+0000 mon.smithi060 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:43 smithi105 bash[29464]: cephadm 2023-12-08T10:42:43.077344+0000 mgr.smithi060.abncol (mgr.14182) 1026 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kjoiul on smithi105 2023-12-08T10:42:45.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:44 smithi060 bash[25939]: cluster 2023-12-08T10:42:44.036668+0000 mon.smithi060 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:45.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:44 smithi060 bash[25939]: cluster 2023-12-08T10:42:44.036781+0000 mon.smithi060 (mon.0) 925 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:44 smithi105 bash[29464]: cluster 2023-12-08T10:42:44.036668+0000 mon.smithi060 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:44 smithi105 bash[29464]: cluster 2023-12-08T10:42:44.036781+0000 mon.smithi060 (mon.0) 925 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:45.759 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:45.759 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:40:28.396961Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.cyuziz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:45 smithi105 bash[29464]: cluster 2023-12-08T10:42:45.043918+0000 mgr.smithi060.abncol (mgr.14182) 1027 : cluster [DBG] pgmap v693: 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-08T10:42:46.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:45 smithi060 bash[25939]: cluster 2023-12-08T10:42:45.043918+0000 mgr.smithi060.abncol (mgr.14182) 1027 : cluster [DBG] pgmap v693: 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-08T10:42:46.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:47 smithi105 bash[29464]: audit 2023-12-08T10:42:45.738697+0000 mgr.smithi060.abncol (mgr.14182) 1028 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:47.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:47 smithi105 bash[29464]: audit 2023-12-08T10:42:46.826593+0000 mon.smithi060 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kjoiul"}]: dispatch 2023-12-08T10:42:47.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:46 smithi060 bash[25939]: audit 2023-12-08T10:42:45.738697+0000 mgr.smithi060.abncol (mgr.14182) 1028 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:47.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:46 smithi060 bash[25939]: audit 2023-12-08T10:42:46.826593+0000 mon.smithi060 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kjoiul"}]: dispatch 2023-12-08T10:42:47.326 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: cephadm 2023-12-08T10:42:46.825335+0000 mgr.smithi060.abncol (mgr.14182) 1029 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: cephadm 2023-12-08T10:42:46.825864+0000 mgr.smithi060.abncol (mgr.14182) 1030 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: cephadm 2023-12-08T10:42:46.828529+0000 mgr.smithi060.abncol (mgr.14182) 1031 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: cephadm 2023-12-08T10:42:46.833557+0000 mgr.smithi060.abncol (mgr.14182) 1032 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ldubqy on smithi060 2023-12-08T10:42:48.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:48 smithi060 bash[25939]: cluster 2023-12-08T10:42:47.045084+0000 mgr.smithi060.abncol (mgr.14182) 1033 : cluster [DBG] pgmap v694: 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-08T10:42:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: cephadm 2023-12-08T10:42:46.825335+0000 mgr.smithi060.abncol (mgr.14182) 1029 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:42:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: cephadm 2023-12-08T10:42:46.825864+0000 mgr.smithi060.abncol (mgr.14182) 1030 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: cephadm 2023-12-08T10:42:46.828529+0000 mgr.smithi060.abncol (mgr.14182) 1031 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.kjoiul ... 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: cephadm 2023-12-08T10:42:46.833557+0000 mgr.smithi060.abncol (mgr.14182) 1032 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ldubqy on smithi060 2023-12-08T10:42:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:48 smithi105 bash[29464]: cluster 2023-12-08T10:42:47.045084+0000 mgr.smithi060.abncol (mgr.14182) 1033 : cluster [DBG] pgmap v694: 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-08T10:42:49.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:49 smithi060 bash[25939]: cluster 2023-12-08T10:42:49.046248+0000 mgr.smithi060.abncol (mgr.14182) 1034 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:42:49.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:49 smithi105 bash[29464]: cluster 2023-12-08T10:42:49.046248+0000 mgr.smithi060.abncol (mgr.14182) 1034 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-08T10:42:50.363 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:50.363 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:38.437753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.prdhfd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-prdhfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.prdhfd\nDeploy daemon haproxy.nfs.foo.smithi105.prdhfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.fvjbha on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-fvjbha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.fvjbha\nDeploy daemon haproxy.nfs.foo.smithi060.fvjbha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:41:42.403459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ttllzl on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:51.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:50 smithi060 bash[25939]: audit 2023-12-08T10:42:49.717299+0000 mon.smithi060 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:51.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:50 smithi105 bash[29464]: audit 2023-12-08T10:42:49.717299+0000 mon.smithi060 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:52.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: audit 2023-12-08T10:42:50.349699+0000 mgr.smithi060.abncol (mgr.14182) 1035 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cephadm 2023-12-08T10:42:50.945704+0000 mgr.smithi060.abncol (mgr.14182) 1036 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.027 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cephadm 2023-12-08T10:42:50.946213+0000 mgr.smithi060.abncol (mgr.14182) 1037 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: audit 2023-12-08T10:42:50.946999+0000 mon.smithi060 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ldubqy"}]: dispatch 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cephadm 2023-12-08T10:42:50.948449+0000 mgr.smithi060.abncol (mgr.14182) 1038 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.028 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cephadm 2023-12-08T10:42:50.952877+0000 mgr.smithi060.abncol (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:52.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cephadm 2023-12-08T10:42:50.955939+0000 mgr.smithi060.abncol (mgr.14182) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:52.029 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:51 smithi060 bash[25939]: cluster 2023-12-08T10:42:50.957317+0000 mgr.smithi060.abncol (mgr.14182) 1041 : cluster [DBG] pgmap v696: 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-08T10:42:52.076 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: audit 2023-12-08T10:42:50.349699+0000 mgr.smithi060.abncol (mgr.14182) 1035 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cephadm 2023-12-08T10:42:50.945704+0000 mgr.smithi060.abncol (mgr.14182) 1036 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cephadm 2023-12-08T10:42:50.946213+0000 mgr.smithi060.abncol (mgr.14182) 1037 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: audit 2023-12-08T10:42:50.946999+0000 mon.smithi060 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ldubqy"}]: dispatch 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cephadm 2023-12-08T10:42:50.948449+0000 mgr.smithi060.abncol (mgr.14182) 1038 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.ldubqy ... 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cephadm 2023-12-08T10:42:50.952877+0000 mgr.smithi060.abncol (mgr.14182) 1039 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:52.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cephadm 2023-12-08T10:42:50.955939+0000 mgr.smithi060.abncol (mgr.14182) 1040 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:52.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:51 smithi105 bash[29464]: cluster 2023-12-08T10:42:50.957317+0000 mgr.smithi060.abncol (mgr.14182) 1041 : cluster [DBG] pgmap v696: 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-08T10:42:53.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:52 smithi060 bash[25939]: cluster 2023-12-08T10:42:51.717029+0000 mon.smithi060 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:53.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:52 smithi105 bash[29464]: cluster 2023-12-08T10:42:51.717029+0000 mon.smithi060 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:53.837 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:53 smithi060 bash[25939]: cluster 2023-12-08T10:42:52.959315+0000 mgr.smithi060.abncol (mgr.14182) 1042 : cluster [DBG] pgmap v697: 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-08T10:42:54.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:53 smithi105 bash[29464]: cluster 2023-12-08T10:42:52.959315+0000 mgr.smithi060.abncol (mgr.14182) 1042 : cluster [DBG] pgmap v697: 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-08T10:42:55.616 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:42:55.616 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:42:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:56 smithi105 bash[29464]: cluster 2023-12-08T10:42:54.960422+0000 mgr.smithi060.abncol (mgr.14182) 1043 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:56 smithi105 bash[29464]: audit 2023-12-08T10:42:55.687471+0000 mon.smithi060 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:56.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:56.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:56 smithi060 bash[25939]: cluster 2023-12-08T10:42:54.960422+0000 mgr.smithi060.abncol (mgr.14182) 1043 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:56.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:56 smithi060 bash[25939]: audit 2023-12-08T10:42:55.687471+0000 mon.smithi060 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:42:57.165 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:57.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:57 smithi105 bash[29464]: audit 2023-12-08T10:42:55.594473+0000 mgr.smithi060.abncol (mgr.14182) 1044 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:57 smithi060 bash[25939]: audit 2023-12-08T10:42:55.594473+0000 mgr.smithi060.abncol (mgr.14182) 1044 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:58.338 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:42:58 smithi060 bash[25939]: cluster 2023-12-08T10:42:56.962410+0000 mgr.smithi060.abncol (mgr.14182) 1045 : cluster [DBG] pgmap v699: 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-08T10:42:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:42:58 smithi105 bash[29464]: cluster 2023-12-08T10:42:56.962410+0000 mgr.smithi060.abncol (mgr.14182) 1045 : cluster [DBG] pgmap v699: 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-08T10:43:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:00 smithi060 bash[25939]: cluster 2023-12-08T10:42:58.963832+0000 mgr.smithi060.abncol (mgr.14182) 1046 : 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-08T10:43:00.290 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:00.291 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:00 smithi105 bash[29464]: cluster 2023-12-08T10:42:58.963832+0000 mgr.smithi060.abncol (mgr.14182) 1046 : 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-08T10:43:00.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:01.931 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:02.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:02 smithi060 bash[25939]: audit 2023-12-08T10:43:00.269974+0000 mgr.smithi060.abncol (mgr.14182) 1047 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:02.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:02 smithi060 bash[25939]: cluster 2023-12-08T10:43:00.965405+0000 mgr.smithi060.abncol (mgr.14182) 1048 : 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-08T10:43:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:02 smithi105 bash[29464]: audit 2023-12-08T10:43:00.269974+0000 mgr.smithi060.abncol (mgr.14182) 1047 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:02 smithi105 bash[29464]: cluster 2023-12-08T10:43:00.965405+0000 mgr.smithi060.abncol (mgr.14182) 1048 : 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-08T10:43:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:04 smithi105 bash[29464]: cluster 2023-12-08T10:43:02.966954+0000 mgr.smithi060.abncol (mgr.14182) 1049 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:04.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:04 smithi060 bash[25939]: cluster 2023-12-08T10:43:02.966954+0000 mgr.smithi060.abncol (mgr.14182) 1049 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:05.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:05.109 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:05.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:06.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:05 smithi060 bash[25939]: audit 2023-12-08T10:43:04.721988+0000 mon.smithi060 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:06.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:05 smithi060 bash[25939]: cluster 2023-12-08T10:43:04.968304+0000 mgr.smithi060.abncol (mgr.14182) 1050 : 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-08T10:43:06.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:05 smithi060 bash[25939]: audit 2023-12-08T10:43:05.088025+0000 mgr.smithi060.abncol (mgr.14182) 1051 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:05 smithi105 bash[29464]: audit 2023-12-08T10:43:04.721988+0000 mon.smithi060 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:05 smithi105 bash[29464]: cluster 2023-12-08T10:43:04.968304+0000 mgr.smithi060.abncol (mgr.14182) 1050 : 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-08T10:43:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:05 smithi105 bash[29464]: audit 2023-12-08T10:43:05.088025+0000 mgr.smithi060.abncol (mgr.14182) 1051 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:06.729 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:08.068 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:07 smithi060 bash[25939]: cluster 2023-12-08T10:43:06.970291+0000 mgr.smithi060.abncol (mgr.14182) 1052 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:07 smithi105 bash[29464]: cluster 2023-12-08T10:43:06.970291+0000 mgr.smithi060.abncol (mgr.14182) 1052 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:09.870 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:09.870 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:10 smithi060 bash[25939]: cluster 2023-12-08T10:43:08.971798+0000 mgr.smithi060.abncol (mgr.14182) 1053 : 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-08T10:43:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:10 smithi105 bash[29464]: cluster 2023-12-08T10:43:08.971798+0000 mgr.smithi060.abncol (mgr.14182) 1053 : 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-08T10:43:10.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:11 smithi105 bash[29464]: audit 2023-12-08T10:43:09.856983+0000 mgr.smithi060.abncol (mgr.14182) 1054 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:11.505 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:11.518 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:11 smithi060 bash[25939]: audit 2023-12-08T10:43:09.856983+0000 mgr.smithi060.abncol (mgr.14182) 1054 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:12 smithi105 bash[29464]: cluster 2023-12-08T10:43:10.973165+0000 mgr.smithi060.abncol (mgr.14182) 1055 : 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-08T10:43:12.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:12 smithi060 bash[25939]: cluster 2023-12-08T10:43:10.973165+0000 mgr.smithi060.abncol (mgr.14182) 1055 : 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-08T10:43:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:14 smithi105 bash[29464]: cluster 2023-12-08T10:43:12.974572+0000 mgr.smithi060.abncol (mgr.14182) 1056 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:14.402 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:14 smithi060 bash[25939]: cluster 2023-12-08T10:43:12.974572+0000 mgr.smithi060.abncol (mgr.14182) 1056 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:14.761 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:14.762 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:15.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:16 smithi105 bash[29464]: audit 2023-12-08T10:43:14.744280+0000 mgr.smithi060.abncol (mgr.14182) 1057 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:16 smithi105 bash[29464]: cluster 2023-12-08T10:43:14.975995+0000 mgr.smithi060.abncol (mgr.14182) 1058 : 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-08T10:43:16.375 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:16.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:16 smithi060 bash[25939]: audit 2023-12-08T10:43:14.744280+0000 mgr.smithi060.abncol (mgr.14182) 1057 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:16.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:16 smithi060 bash[25939]: cluster 2023-12-08T10:43:14.975995+0000 mgr.smithi060.abncol (mgr.14182) 1058 : 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-08T10:43:18.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:17 smithi060 bash[25939]: cluster 2023-12-08T10:43:16.977471+0000 mgr.smithi060.abncol (mgr.14182) 1059 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:17 smithi105 bash[29464]: cluster 2023-12-08T10:43:16.977471+0000 mgr.smithi060.abncol (mgr.14182) 1059 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:19.562 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:19.562 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:20.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:20 smithi060 bash[25939]: cluster 2023-12-08T10:43:18.978831+0000 mgr.smithi060.abncol (mgr.14182) 1060 : 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-08T10:43:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:20 smithi105 bash[29464]: cluster 2023-12-08T10:43:18.978831+0000 mgr.smithi060.abncol (mgr.14182) 1060 : 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-08T10:43:21.130 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:21 smithi105 bash[29464]: audit 2023-12-08T10:43:19.541279+0000 mgr.smithi060.abncol (mgr.14182) 1061 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:21.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:21 smithi060 bash[25939]: audit 2023-12-08T10:43:19.541279+0000 mgr.smithi060.abncol (mgr.14182) 1061 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:22.334 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:22 smithi060 bash[25939]: cluster 2023-12-08T10:43:20.980352+0000 mgr.smithi060.abncol (mgr.14182) 1062 : 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-08T10:43:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:22 smithi105 bash[29464]: cluster 2023-12-08T10:43:20.980352+0000 mgr.smithi060.abncol (mgr.14182) 1062 : 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-08T10:43:24.241 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:24.242 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:24.315 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:24 smithi060 bash[25939]: cluster 2023-12-08T10:43:22.982305+0000 mgr.smithi060.abncol (mgr.14182) 1063 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:24.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:24 smithi105 bash[29464]: cluster 2023-12-08T10:43:22.982305+0000 mgr.smithi060.abncol (mgr.14182) 1063 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:24.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:25.864 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:26.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:26 smithi060 bash[25939]: audit 2023-12-08T10:43:24.224193+0000 mgr.smithi060.abncol (mgr.14182) 1064 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:26.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:26 smithi060 bash[25939]: cluster 2023-12-08T10:43:24.983753+0000 mgr.smithi060.abncol (mgr.14182) 1065 : 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-08T10:43:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:26 smithi105 bash[29464]: audit 2023-12-08T10:43:24.224193+0000 mgr.smithi060.abncol (mgr.14182) 1064 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:26 smithi105 bash[29464]: cluster 2023-12-08T10:43:24.983753+0000 mgr.smithi060.abncol (mgr.14182) 1065 : 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-08T10:43:28.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:27 smithi060 bash[25939]: cluster 2023-12-08T10:43:26.985994+0000 mgr.smithi060.abncol (mgr.14182) 1066 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:27 smithi105 bash[29464]: cluster 2023-12-08T10:43:26.985994+0000 mgr.smithi060.abncol (mgr.14182) 1066 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:29.094 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:29.094 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:29.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:30 smithi105 bash[29464]: cluster 2023-12-08T10:43:28.987464+0000 mgr.smithi060.abncol (mgr.14182) 1067 : 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-08T10:43:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:30 smithi105 bash[29464]: audit 2023-12-08T10:43:29.076244+0000 mgr.smithi060.abncol (mgr.14182) 1068 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:30.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:30 smithi060 bash[25939]: cluster 2023-12-08T10:43:28.987464+0000 mgr.smithi060.abncol (mgr.14182) 1067 : 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-08T10:43:30.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:30 smithi060 bash[25939]: audit 2023-12-08T10:43:29.076244+0000 mgr.smithi060.abncol (mgr.14182) 1068 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:30.700 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:32.107 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:32 smithi060 bash[25939]: cluster 2023-12-08T10:43:30.988966+0000 mgr.smithi060.abncol (mgr.14182) 1069 : 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-08T10:43:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:32 smithi105 bash[29464]: cluster 2023-12-08T10:43:30.988966+0000 mgr.smithi060.abncol (mgr.14182) 1069 : 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-08T10:43:33.800 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:33.801 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:34 smithi060 bash[25939]: cluster 2023-12-08T10:43:32.990981+0000 mgr.smithi060.abncol (mgr.14182) 1070 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:34 smithi105 bash[29464]: cluster 2023-12-08T10:43:32.990981+0000 mgr.smithi060.abncol (mgr.14182) 1070 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:34.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:35.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:35 smithi105 bash[29464]: audit 2023-12-08T10:43:33.784110+0000 mgr.smithi060.abncol (mgr.14182) 1071 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:35.389 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:35.402 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:35 smithi060 bash[25939]: audit 2023-12-08T10:43:33.784110+0000 mgr.smithi060.abncol (mgr.14182) 1071 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:36.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:36 smithi105 bash[29464]: cluster 2023-12-08T10:43:34.992392+0000 mgr.smithi060.abncol (mgr.14182) 1072 : 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-08T10:43:36.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:36 smithi060 bash[25939]: cluster 2023-12-08T10:43:34.992392+0000 mgr.smithi060.abncol (mgr.14182) 1072 : 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-08T10:43:38.214 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:37 smithi060 bash[25939]: cluster 2023-12-08T10:43:36.994386+0000 mgr.smithi060.abncol (mgr.14182) 1073 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:37 smithi105 bash[29464]: cluster 2023-12-08T10:43:36.994386+0000 mgr.smithi060.abncol (mgr.14182) 1073 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:38.585 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:38.585 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:39.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:40.207 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:40.219 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:40 smithi060 bash[25939]: audit 2023-12-08T10:43:38.564641+0000 mgr.smithi060.abncol (mgr.14182) 1074 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:40.219 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:40 smithi060 bash[25939]: cluster 2023-12-08T10:43:38.995884+0000 mgr.smithi060.abncol (mgr.14182) 1075 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:40 smithi105 bash[29464]: audit 2023-12-08T10:43:38.564641+0000 mgr.smithi060.abncol (mgr.14182) 1074 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:40 smithi105 bash[29464]: cluster 2023-12-08T10:43:38.995884+0000 mgr.smithi060.abncol (mgr.14182) 1075 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:42 smithi105 bash[29464]: cluster 2023-12-08T10:43:40.997389+0000 mgr.smithi060.abncol (mgr.14182) 1076 : 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-08T10:43:42.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:42 smithi060 bash[25939]: cluster 2023-12-08T10:43:40.997389+0000 mgr.smithi060.abncol (mgr.14182) 1076 : 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-08T10:43:43.315 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:43.315 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:43.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:44.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:44 smithi060 bash[25939]: cluster 2023-12-08T10:43:42.999285+0000 mgr.smithi060.abncol (mgr.14182) 1077 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:44 smithi105 bash[29464]: cluster 2023-12-08T10:43:42.999285+0000 mgr.smithi060.abncol (mgr.14182) 1077 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:44.921 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:45.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:45 smithi060 bash[25939]: audit 2023-12-08T10:43:43.294908+0000 mgr.smithi060.abncol (mgr.14182) 1078 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:45 smithi105 bash[29464]: audit 2023-12-08T10:43:43.294908+0000 mgr.smithi060.abncol (mgr.14182) 1078 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:46.208 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:46 smithi060 bash[25939]: cluster 2023-12-08T10:43:45.000718+0000 mgr.smithi060.abncol (mgr.14182) 1079 : 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-08T10:43:46.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:46 smithi105 bash[29464]: cluster 2023-12-08T10:43:45.000718+0000 mgr.smithi060.abncol (mgr.14182) 1079 : 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-08T10:43:47.927 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:47.927 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:48.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:47 smithi060 bash[25939]: cluster 2023-12-08T10:43:47.002674+0000 mgr.smithi060.abncol (mgr.14182) 1080 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:47 smithi105 bash[29464]: cluster 2023-12-08T10:43:47.002674+0000 mgr.smithi060.abncol (mgr.14182) 1080 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:43:48.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:49.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:48 smithi060 bash[25939]: audit 2023-12-08T10:43:47.909252+0000 mgr.smithi060.abncol (mgr.14182) 1081 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:48 smithi105 bash[29464]: audit 2023-12-08T10:43:47.909252+0000 mgr.smithi060.abncol (mgr.14182) 1081 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:49.557 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:49 smithi060 bash[25939]: cluster 2023-12-08T10:43:49.004120+0000 mgr.smithi060.abncol (mgr.14182) 1082 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:49 smithi105 bash[29464]: cluster 2023-12-08T10:43:49.004120+0000 mgr.smithi060.abncol (mgr.14182) 1082 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:50.985 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:50 smithi060 bash[25939]: audit 2023-12-08T10:43:50.959961+0000 mon.smithi060 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:43:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:50 smithi105 bash[29464]: audit 2023-12-08T10:43:50.959961+0000 mon.smithi060 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: cluster 2023-12-08T10:43:51.005379+0000 mgr.smithi060.abncol (mgr.14182) 1083 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: audit 2023-12-08T10:43:51.261709+0000 mon.smithi060 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: audit 2023-12-08T10:43:51.263218+0000 mon.smithi060 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: audit 2023-12-08T10:43:51.270090+0000 mon.smithi060 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: audit 2023-12-08T10:43:51.279640+0000 mon.smithi060 (mon.0) 936 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:43:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:51 smithi060 bash[25939]: audit 2023-12-08T10:43:51.297594+0000 mon.smithi060 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: cluster 2023-12-08T10:43:51.005379+0000 mgr.smithi060.abncol (mgr.14182) 1083 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: audit 2023-12-08T10:43:51.261709+0000 mon.smithi060 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: audit 2023-12-08T10:43:51.263218+0000 mon.smithi060 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: audit 2023-12-08T10:43:51.270090+0000 mon.smithi060 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: audit 2023-12-08T10:43:51.279640+0000 mon.smithi060 (mon.0) 936 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:43:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:51 smithi105 bash[29464]: audit 2023-12-08T10:43:51.297594+0000 mon.smithi060 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:43:52.671 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:52.671 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:41:42.407196Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.drgncc on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:53.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:52 smithi060 bash[25939]: cluster 2023-12-08T10:43:51.271132+0000 mgr.smithi060.abncol (mgr.14182) 1084 : 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-08T10:43:53.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:52 smithi060 bash[25939]: cephadm 2023-12-08T10:43:51.302255+0000 mgr.smithi060.abncol (mgr.14182) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.tfyovp on smithi105 2023-12-08T10:43:53.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:52 smithi060 bash[25939]: cluster 2023-12-08T10:43:51.974123+0000 mon.smithi060 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:43:53.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:52 smithi060 bash[25939]: cluster 2023-12-08T10:43:51.974216+0000 mon.smithi060 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-12-08T10:43:53.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:52 smithi105 bash[29464]: cluster 2023-12-08T10:43:51.271132+0000 mgr.smithi060.abncol (mgr.14182) 1084 : 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-08T10:43:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:52 smithi105 bash[29464]: cephadm 2023-12-08T10:43:51.302255+0000 mgr.smithi060.abncol (mgr.14182) 1085 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.tfyovp on smithi105 2023-12-08T10:43:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:52 smithi105 bash[29464]: cluster 2023-12-08T10:43:51.974123+0000 mon.smithi060 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:43:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:52 smithi105 bash[29464]: cluster 2023-12-08T10:43:51.974216+0000 mon.smithi060 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-12-08T10:43:54.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:53 smithi060 bash[25939]: audit 2023-12-08T10:43:52.652661+0000 mgr.smithi060.abncol (mgr.14182) 1086 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:54.313 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:54 smithi105 bash[29464]: audit 2023-12-08T10:43:52.652661+0000 mgr.smithi060.abncol (mgr.14182) 1086 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:55.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:55 smithi060 bash[25939]: cluster 2023-12-08T10:43:53.272873+0000 mgr.smithi060.abncol (mgr.14182) 1087 : cluster [DBG] pgmap v728: 225 pgs: 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-08T10:43:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:55 smithi105 bash[29464]: cluster 2023-12-08T10:43:53.272873+0000 mgr.smithi060.abncol (mgr.14182) 1087 : cluster [DBG] pgmap v728: 225 pgs: 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-08T10:43:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:56 smithi105 bash[29464]: audit 2023-12-08T10:43:55.119151+0000 mon.smithi060 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.tfyovp"}]: dispatch 2023-12-08T10:43:56.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:56 smithi060 bash[25939]: audit 2023-12-08T10:43:55.119151+0000 mon.smithi060 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.tfyovp"}]: dispatch 2023-12-08T10:43:57.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: cephadm 2023-12-08T10:43:55.118112+0000 mgr.smithi060.abncol (mgr.14182) 1088 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:43:57.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: cephadm 2023-12-08T10:43:55.118564+0000 mgr.smithi060.abncol (mgr.14182) 1089 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: cephadm 2023-12-08T10:43:55.120889+0000 mgr.smithi060.abncol (mgr.14182) 1090 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: cephadm 2023-12-08T10:43:55.125781+0000 mgr.smithi060.abncol (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.pusshi on smithi060 2023-12-08T10:43:57.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:57 smithi060 bash[25939]: cluster 2023-12-08T10:43:55.274009+0000 mgr.smithi060.abncol (mgr.14182) 1092 : cluster [DBG] pgmap v729: 225 pgs: 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-08T10:43:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: cephadm 2023-12-08T10:43:55.118112+0000 mgr.smithi060.abncol (mgr.14182) 1088 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:43:57.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: cephadm 2023-12-08T10:43:55.118564+0000 mgr.smithi060.abncol (mgr.14182) 1089 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: cephadm 2023-12-08T10:43:55.120889+0000 mgr.smithi060.abncol (mgr.14182) 1090 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.tfyovp ... 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:43:57.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: cephadm 2023-12-08T10:43:55.125781+0000 mgr.smithi060.abncol (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.pusshi on smithi060 2023-12-08T10:43:57.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:57 smithi105 bash[29464]: cluster 2023-12-08T10:43:55.274009+0000 mgr.smithi060.abncol (mgr.14182) 1092 : cluster [DBG] pgmap v729: 225 pgs: 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-08T10:43:57.457 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:43:57.457 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:46.828246Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kjoiul on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-kjoiul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.kjoiul\nDeploy daemon haproxy.nfs.foo.smithi105.kjoiul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.948212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ldubqy on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-ldubqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.ldubqy\nDeploy daemon haproxy.nfs.foo.smithi060.ldubqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:50.952654Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.abrqyg on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:43:58.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:59.081 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:59 smithi060 bash[25939]: cluster 2023-12-08T10:43:57.275690+0000 mgr.smithi060.abncol (mgr.14182) 1093 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:43:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:59 smithi060 bash[25939]: audit 2023-12-08T10:43:57.439851+0000 mgr.smithi060.abncol (mgr.14182) 1094 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:59.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:43:59 smithi060 bash[25939]: audit 2023-12-08T10:43:58.925614+0000 mon.smithi060 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.pusshi"}]: dispatch 2023-12-08T10:43:59.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:59 smithi105 bash[29464]: cluster 2023-12-08T10:43:57.275690+0000 mgr.smithi060.abncol (mgr.14182) 1093 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:43:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:59 smithi105 bash[29464]: audit 2023-12-08T10:43:57.439851+0000 mgr.smithi060.abncol (mgr.14182) 1094 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:43:59 smithi105 bash[29464]: audit 2023-12-08T10:43:58.925614+0000 mon.smithi060 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.pusshi"}]: dispatch 2023-12-08T10:44:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cephadm 2023-12-08T10:43:58.924647+0000 mgr.smithi060.abncol (mgr.14182) 1095 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:44:00.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cephadm 2023-12-08T10:43:58.924915+0000 mgr.smithi060.abncol (mgr.14182) 1096 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cephadm 2023-12-08T10:43:58.927077+0000 mgr.smithi060.abncol (mgr.14182) 1097 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cephadm 2023-12-08T10:43:58.928992+0000 mgr.smithi060.abncol (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cephadm 2023-12-08T10:43:58.930574+0000 mgr.smithi060.abncol (mgr.14182) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cluster 2023-12-08T10:43:58.932220+0000 mgr.smithi060.abncol (mgr.14182) 1100 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:44:00.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:00 smithi060 bash[25939]: cluster 2023-12-08T10:43:59.015362+0000 mon.smithi060 (mon.0) 942 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:44:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cephadm 2023-12-08T10:43:58.924647+0000 mgr.smithi060.abncol (mgr.14182) 1095 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:44:00.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cephadm 2023-12-08T10:43:58.924915+0000 mgr.smithi060.abncol (mgr.14182) 1096 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cephadm 2023-12-08T10:43:58.927077+0000 mgr.smithi060.abncol (mgr.14182) 1097 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.pusshi ... 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cephadm 2023-12-08T10:43:58.928992+0000 mgr.smithi060.abncol (mgr.14182) 1098 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cephadm 2023-12-08T10:43:58.930574+0000 mgr.smithi060.abncol (mgr.14182) 1099 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cluster 2023-12-08T10:43:58.932220+0000 mgr.smithi060.abncol (mgr.14182) 1100 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:44:00.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:00 smithi105 bash[29464]: cluster 2023-12-08T10:43:59.015362+0000 mon.smithi060 (mon.0) 942 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:44:02.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:01 smithi060 bash[25939]: audit 2023-12-08T10:44:00.744547+0000 mon.smithi060 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:44:02.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:01 smithi060 bash[25939]: cluster 2023-12-08T10:44:00.933750+0000 mgr.smithi060.abncol (mgr.14182) 1101 : cluster [DBG] pgmap v732: 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-08T10:44:02.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:01 smithi105 bash[29464]: audit 2023-12-08T10:44:00.744547+0000 mon.smithi060 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:44:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:01 smithi105 bash[29464]: cluster 2023-12-08T10:44:00.933750+0000 mgr.smithi060.abncol (mgr.14182) 1101 : cluster [DBG] pgmap v732: 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-08T10:44:02.266 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:02.267 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:02.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:03.871 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:04.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:03 smithi060 bash[25939]: audit 2023-12-08T10:44:02.246223+0000 mgr.smithi060.abncol (mgr.14182) 1102 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:04.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:03 smithi060 bash[25939]: cluster 2023-12-08T10:44:02.935984+0000 mgr.smithi060.abncol (mgr.14182) 1103 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:03 smithi105 bash[29464]: audit 2023-12-08T10:44:02.246223+0000 mgr.smithi060.abncol (mgr.14182) 1102 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:03 smithi105 bash[29464]: cluster 2023-12-08T10:44:02.935984+0000 mgr.smithi060.abncol (mgr.14182) 1103 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:05 smithi105 bash[29464]: cluster 2023-12-08T10:44:04.937619+0000 mgr.smithi060.abncol (mgr.14182) 1104 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:06.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:05 smithi060 bash[25939]: cluster 2023-12-08T10:44:04.937619+0000 mgr.smithi060.abncol (mgr.14182) 1104 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:07.092 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:07.092 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:07.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:08.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:07 smithi060 bash[25939]: cluster 2023-12-08T10:44:06.939690+0000 mgr.smithi060.abncol (mgr.14182) 1105 : cluster [DBG] pgmap v735: 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-08T10:44:08.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:07 smithi060 bash[25939]: audit 2023-12-08T10:44:07.074202+0000 mgr.smithi060.abncol (mgr.14182) 1106 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:07 smithi105 bash[29464]: cluster 2023-12-08T10:44:06.939690+0000 mgr.smithi060.abncol (mgr.14182) 1105 : cluster [DBG] pgmap v735: 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-08T10:44:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:07 smithi105 bash[29464]: audit 2023-12-08T10:44:07.074202+0000 mgr.smithi060.abncol (mgr.14182) 1106 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:08.712 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:10.212 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:09 smithi060 bash[25939]: cluster 2023-12-08T10:44:08.940904+0000 mgr.smithi060.abncol (mgr.14182) 1107 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:09 smithi105 bash[29464]: cluster 2023-12-08T10:44:08.940904+0000 mgr.smithi060.abncol (mgr.14182) 1107 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-08T10:44:12.012 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:12.013 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:12.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:11 smithi060 bash[25939]: cluster 2023-12-08T10:44:10.942388+0000 mgr.smithi060.abncol (mgr.14182) 1108 : 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-08T10:44:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:11 smithi105 bash[29464]: cluster 2023-12-08T10:44:10.942388+0000 mgr.smithi060.abncol (mgr.14182) 1108 : 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-08T10:44:12.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:13.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:12 smithi060 bash[25939]: audit 2023-12-08T10:44:11.999367+0000 mgr.smithi060.abncol (mgr.14182) 1109 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:12 smithi105 bash[29464]: audit 2023-12-08T10:44:11.999367+0000 mgr.smithi060.abncol (mgr.14182) 1109 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:13.616 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:14.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:13 smithi060 bash[25939]: cluster 2023-12-08T10:44:12.944430+0000 mgr.smithi060.abncol (mgr.14182) 1110 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:13 smithi105 bash[29464]: cluster 2023-12-08T10:44:12.944430+0000 mgr.smithi060.abncol (mgr.14182) 1110 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:16 smithi105 bash[29464]: cluster 2023-12-08T10:44:14.945901+0000 mgr.smithi060.abncol (mgr.14182) 1111 : 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-08T10:44:16.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:15 smithi060 bash[25939]: cluster 2023-12-08T10:44:14.945901+0000 mgr.smithi060.abncol (mgr.14182) 1111 : 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-08T10:44:16.875 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:16.875 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:17.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:18.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:18 smithi060 bash[25939]: audit 2023-12-08T10:44:16.855568+0000 mgr.smithi060.abncol (mgr.14182) 1112 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:18.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:18 smithi060 bash[25939]: cluster 2023-12-08T10:44:16.947809+0000 mgr.smithi060.abncol (mgr.14182) 1113 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:18 smithi105 bash[29464]: audit 2023-12-08T10:44:16.855568+0000 mgr.smithi060.abncol (mgr.14182) 1112 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:18 smithi105 bash[29464]: cluster 2023-12-08T10:44:16.947809+0000 mgr.smithi060.abncol (mgr.14182) 1113 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:18.468 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:20 smithi060 bash[25939]: cluster 2023-12-08T10:44:18.949232+0000 mgr.smithi060.abncol (mgr.14182) 1114 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:20 smithi105 bash[29464]: cluster 2023-12-08T10:44:18.949232+0000 mgr.smithi060.abncol (mgr.14182) 1114 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:21.555 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:21.555 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:22.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:22.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:22 smithi060 bash[25939]: cluster 2023-12-08T10:44:20.950915+0000 mgr.smithi060.abncol (mgr.14182) 1115 : 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-08T10:44:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:22 smithi105 bash[29464]: cluster 2023-12-08T10:44:20.950915+0000 mgr.smithi060.abncol (mgr.14182) 1115 : 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-08T10:44:23.179 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:23.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:23 smithi060 bash[25939]: audit 2023-12-08T10:44:21.534964+0000 mgr.smithi060.abncol (mgr.14182) 1116 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:23.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:23 smithi105 bash[29464]: audit 2023-12-08T10:44:21.534964+0000 mgr.smithi060.abncol (mgr.14182) 1116 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:24.326 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:24 smithi060 bash[25939]: cluster 2023-12-08T10:44:22.953587+0000 mgr.smithi060.abncol (mgr.14182) 1117 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:24.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:24 smithi105 bash[29464]: cluster 2023-12-08T10:44:22.953587+0000 mgr.smithi060.abncol (mgr.14182) 1117 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:26.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:26 smithi060 bash[25939]: cluster 2023-12-08T10:44:24.954705+0000 mgr.smithi060.abncol (mgr.14182) 1118 : 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-08T10:44:26.284 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:26.284 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:26 smithi105 bash[29464]: cluster 2023-12-08T10:44:24.954705+0000 mgr.smithi060.abncol (mgr.14182) 1118 : 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-08T10:44:26.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:27.909 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:28.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:27 smithi060 bash[25939]: audit 2023-12-08T10:44:26.271344+0000 mgr.smithi060.abncol (mgr.14182) 1119 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:28.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:27 smithi060 bash[25939]: cluster 2023-12-08T10:44:26.956694+0000 mgr.smithi060.abncol (mgr.14182) 1120 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:27 smithi105 bash[29464]: audit 2023-12-08T10:44:26.271344+0000 mgr.smithi060.abncol (mgr.14182) 1119 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:27 smithi105 bash[29464]: cluster 2023-12-08T10:44:26.956694+0000 mgr.smithi060.abncol (mgr.14182) 1120 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:30.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:29 smithi060 bash[25939]: cluster 2023-12-08T10:44:28.957538+0000 mgr.smithi060.abncol (mgr.14182) 1121 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:29 smithi105 bash[29464]: cluster 2023-12-08T10:44:28.957538+0000 mgr.smithi060.abncol (mgr.14182) 1121 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:31.132 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:31.132 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:31.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:32.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:31 smithi060 bash[25939]: cluster 2023-12-08T10:44:30.959182+0000 mgr.smithi060.abncol (mgr.14182) 1122 : 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-08T10:44:32.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:31 smithi060 bash[25939]: audit 2023-12-08T10:44:31.113619+0000 mgr.smithi060.abncol (mgr.14182) 1123 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:31 smithi105 bash[29464]: cluster 2023-12-08T10:44:30.959182+0000 mgr.smithi060.abncol (mgr.14182) 1122 : 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-08T10:44:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:31 smithi105 bash[29464]: audit 2023-12-08T10:44:31.113619+0000 mgr.smithi060.abncol (mgr.14182) 1123 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:32.715 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:34.062 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:33 smithi060 bash[25939]: cluster 2023-12-08T10:44:32.960731+0000 mgr.smithi060.abncol (mgr.14182) 1124 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:33 smithi105 bash[29464]: cluster 2023-12-08T10:44:32.960731+0000 mgr.smithi060.abncol (mgr.14182) 1124 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:35.821 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:35.821 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:35 smithi105 bash[29464]: cluster 2023-12-08T10:44:34.961979+0000 mgr.smithi060.abncol (mgr.14182) 1125 : 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-08T10:44:36.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:35 smithi060 bash[25939]: cluster 2023-12-08T10:44:34.961979+0000 mgr.smithi060.abncol (mgr.14182) 1125 : 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-08T10:44:36.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:37.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:36 smithi060 bash[25939]: audit 2023-12-08T10:44:35.802636+0000 mgr.smithi060.abncol (mgr.14182) 1126 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:37.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:36 smithi105 bash[29464]: audit 2023-12-08T10:44:35.802636+0000 mgr.smithi060.abncol (mgr.14182) 1126 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:37.403 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:37 smithi060 bash[25939]: cluster 2023-12-08T10:44:36.964028+0000 mgr.smithi060.abncol (mgr.14182) 1127 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:38 smithi105 bash[29464]: cluster 2023-12-08T10:44:36.964028+0000 mgr.smithi060.abncol (mgr.14182) 1127 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:40.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:40 smithi060 bash[25939]: cluster 2023-12-08T10:44:38.965374+0000 mgr.smithi060.abncol (mgr.14182) 1128 : 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-08T10:44:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:40 smithi105 bash[29464]: cluster 2023-12-08T10:44:38.965374+0000 mgr.smithi060.abncol (mgr.14182) 1128 : 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-08T10:44:40.454 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:40.455 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:41.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:42.050 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:42.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:42 smithi060 bash[25939]: audit 2023-12-08T10:44:40.434812+0000 mgr.smithi060.abncol (mgr.14182) 1129 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:42.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:42 smithi060 bash[25939]: cluster 2023-12-08T10:44:40.966538+0000 mgr.smithi060.abncol (mgr.14182) 1130 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:42 smithi105 bash[29464]: audit 2023-12-08T10:44:40.434812+0000 mgr.smithi060.abncol (mgr.14182) 1129 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:42 smithi105 bash[29464]: cluster 2023-12-08T10:44:40.966538+0000 mgr.smithi060.abncol (mgr.14182) 1130 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:44.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:44 smithi060 bash[25939]: cluster 2023-12-08T10:44:42.967761+0000 mgr.smithi060.abncol (mgr.14182) 1131 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:44 smithi105 bash[29464]: cluster 2023-12-08T10:44:42.967761+0000 mgr.smithi060.abncol (mgr.14182) 1131 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:45.062 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:45.063 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:45.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:46 smithi105 bash[29464]: cluster 2023-12-08T10:44:44.969106+0000 mgr.smithi060.abncol (mgr.14182) 1132 : 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-08T10:44:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:46 smithi105 bash[29464]: audit 2023-12-08T10:44:45.049917+0000 mgr.smithi060.abncol (mgr.14182) 1133 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:46.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:46 smithi060 bash[25939]: cluster 2023-12-08T10:44:44.969106+0000 mgr.smithi060.abncol (mgr.14182) 1132 : 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-08T10:44:46.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:46 smithi060 bash[25939]: audit 2023-12-08T10:44:45.049917+0000 mgr.smithi060.abncol (mgr.14182) 1133 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:46.642 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:48.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:47 smithi060 bash[25939]: cluster 2023-12-08T10:44:46.971081+0000 mgr.smithi060.abncol (mgr.14182) 1134 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:47 smithi105 bash[29464]: cluster 2023-12-08T10:44:46.971081+0000 mgr.smithi060.abncol (mgr.14182) 1134 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:49.757 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:49.758 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:49 smithi060 bash[25939]: cluster 2023-12-08T10:44:48.972095+0000 mgr.smithi060.abncol (mgr.14182) 1135 : 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-08T10:44:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:49 smithi105 bash[29464]: cluster 2023-12-08T10:44:48.972095+0000 mgr.smithi060.abncol (mgr.14182) 1135 : 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-08T10:44:50.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:51.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:50 smithi060 bash[25939]: audit 2023-12-08T10:44:49.737412+0000 mgr.smithi060.abncol (mgr.14182) 1136 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:50 smithi105 bash[29464]: audit 2023-12-08T10:44:49.737412+0000 mgr.smithi060.abncol (mgr.14182) 1136 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:51.424 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:52.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:52 smithi060 bash[25939]: cluster 2023-12-08T10:44:50.973507+0000 mgr.smithi060.abncol (mgr.14182) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:52 smithi105 bash[29464]: cluster 2023-12-08T10:44:50.973507+0000 mgr.smithi060.abncol (mgr.14182) 1137 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:54.266 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:54 smithi060 bash[25939]: cluster 2023-12-08T10:44:52.975683+0000 mgr.smithi060.abncol (mgr.14182) 1138 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:54 smithi105 bash[29464]: cluster 2023-12-08T10:44:52.975683+0000 mgr.smithi060.abncol (mgr.14182) 1138 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:54.629 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:54.630 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:44:55.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:56 smithi105 bash[29464]: audit 2023-12-08T10:44:54.611767+0000 mgr.smithi060.abncol (mgr.14182) 1139 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:56 smithi105 bash[29464]: cluster 2023-12-08T10:44:54.977173+0000 mgr.smithi060.abncol (mgr.14182) 1140 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:56.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:56 smithi060 bash[25939]: audit 2023-12-08T10:44:54.611767+0000 mgr.smithi060.abncol (mgr.14182) 1139 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:56.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:56 smithi060 bash[25939]: cluster 2023-12-08T10:44:54.977173+0000 mgr.smithi060.abncol (mgr.14182) 1140 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:44:56.282 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:57 smithi060 bash[25939]: cluster 2023-12-08T10:44:56.979220+0000 mgr.smithi060.abncol (mgr.14182) 1141 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:57 smithi105 bash[29464]: cluster 2023-12-08T10:44:56.979220+0000 mgr.smithi060.abncol (mgr.14182) 1141 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:44:59.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:58 smithi060 bash[25939]: audit 2023-12-08T10:44:58.933968+0000 mon.smithi060 (mon.0) 944 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:44:59.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:58 smithi105 bash[29464]: audit 2023-12-08T10:44:58.933968+0000 mon.smithi060 (mon.0) 944 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:44:59.400 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:44:59.400 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:50.955804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.fcyohg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:00.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: cluster 2023-12-08T10:44:58.980815+0000 mgr.smithi060.abncol (mgr.14182) 1142 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: audit 2023-12-08T10:44:59.260997+0000 mon.smithi060 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: audit 2023-12-08T10:44:59.262558+0000 mon.smithi060 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: audit 2023-12-08T10:44:59.269751+0000 mon.smithi060 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: audit 2023-12-08T10:44:59.277424+0000 mon.smithi060 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:45:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:44:59 smithi060 bash[25939]: audit 2023-12-08T10:44:59.290020+0000 mon.smithi060 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: cluster 2023-12-08T10:44:58.980815+0000 mgr.smithi060.abncol (mgr.14182) 1142 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: audit 2023-12-08T10:44:59.260997+0000 mon.smithi060 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: audit 2023-12-08T10:44:59.262558+0000 mon.smithi060 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: audit 2023-12-08T10:44:59.269751+0000 mon.smithi060 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: audit 2023-12-08T10:44:59.277424+0000 mon.smithi060 (mon.0) 948 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:44:59 smithi105 bash[29464]: audit 2023-12-08T10:44:59.290020+0000 mon.smithi060 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:01.034 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:01.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:00 smithi060 bash[25939]: cluster 2023-12-08T10:44:59.270705+0000 mgr.smithi060.abncol (mgr.14182) 1143 : 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-08T10:45:01.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:00 smithi060 bash[25939]: cephadm 2023-12-08T10:44:59.293542+0000 mgr.smithi060.abncol (mgr.14182) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ynznyr on smithi105 2023-12-08T10:45:01.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:00 smithi060 bash[25939]: audit 2023-12-08T10:44:59.382097+0000 mgr.smithi060.abncol (mgr.14182) 1145 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:01.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:00 smithi060 bash[25939]: cluster 2023-12-08T10:44:59.979552+0000 mon.smithi060 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:45:01.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:00 smithi060 bash[25939]: cluster 2023-12-08T10:44:59.979621+0000 mon.smithi060 (mon.0) 951 : cluster [INF] Cluster is now healthy 2023-12-08T10:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:00 smithi105 bash[29464]: cluster 2023-12-08T10:44:59.270705+0000 mgr.smithi060.abncol (mgr.14182) 1143 : 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-08T10:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:00 smithi105 bash[29464]: cephadm 2023-12-08T10:44:59.293542+0000 mgr.smithi060.abncol (mgr.14182) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ynznyr on smithi105 2023-12-08T10:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:01 smithi105 bash[29464]: audit 2023-12-08T10:44:59.382097+0000 mgr.smithi060.abncol (mgr.14182) 1145 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:01 smithi105 bash[29464]: cluster 2023-12-08T10:44:59.979552+0000 mon.smithi060 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:01 smithi105 bash[29464]: cluster 2023-12-08T10:44:59.979621+0000 mon.smithi060 (mon.0) 951 : cluster [INF] Cluster is now healthy 2023-12-08T10:45:03.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:02 smithi060 bash[25939]: cluster 2023-12-08T10:45:01.271824+0000 mgr.smithi060.abncol (mgr.14182) 1146 : cluster [DBG] pgmap v763: 225 pgs: 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-08T10:45:03.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:03 smithi105 bash[29464]: cluster 2023-12-08T10:45:01.271824+0000 mgr.smithi060.abncol (mgr.14182) 1146 : cluster [DBG] pgmap v763: 225 pgs: 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-08T10:45:04.210 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:04.210 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:55.120563Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.tfyovp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-tfyovp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.tfyovp\nDeploy daemon haproxy.nfs.foo.smithi105.tfyovp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.926925Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.pusshi on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-pusshi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.pusshi\nDeploy daemon haproxy.nfs.foo.smithi060.pusshi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:43:58.928862Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ffsrqr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:04.270 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:04 smithi060 bash[25939]: audit 2023-12-08T10:45:03.953207+0000 mon.smithi060 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ynznyr"}]: dispatch 2023-12-08T10:45:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:04 smithi105 bash[29464]: audit 2023-12-08T10:45:03.953207+0000 mon.smithi060 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ynznyr"}]: dispatch 2023-12-08T10:45:04.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:05.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: cluster 2023-12-08T10:45:03.273588+0000 mgr.smithi060.abncol (mgr.14182) 1147 : cluster [DBG] pgmap v764: 225 pgs: 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-08T10:45:05.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: cephadm 2023-12-08T10:45:03.951990+0000 mgr.smithi060.abncol (mgr.14182) 1148 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:05.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: cephadm 2023-12-08T10:45:03.952540+0000 mgr.smithi060.abncol (mgr.14182) 1149 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: cephadm 2023-12-08T10:45:03.954678+0000 mgr.smithi060.abncol (mgr.14182) 1150 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: cephadm 2023-12-08T10:45:03.961146+0000 mgr.smithi060.abncol (mgr.14182) 1151 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.srjzmh on smithi060 2023-12-08T10:45:05.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:05 smithi060 bash[25939]: audit 2023-12-08T10:45:04.721612+0000 mon.smithi060 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: cluster 2023-12-08T10:45:03.273588+0000 mgr.smithi060.abncol (mgr.14182) 1147 : cluster [DBG] pgmap v764: 225 pgs: 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-08T10:45:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: cephadm 2023-12-08T10:45:03.951990+0000 mgr.smithi060.abncol (mgr.14182) 1148 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: cephadm 2023-12-08T10:45:03.952540+0000 mgr.smithi060.abncol (mgr.14182) 1149 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: cephadm 2023-12-08T10:45:03.954678+0000 mgr.smithi060.abncol (mgr.14182) 1150 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ynznyr ... 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:05.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:05.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: cephadm 2023-12-08T10:45:03.961146+0000 mgr.smithi060.abncol (mgr.14182) 1151 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.srjzmh on smithi060 2023-12-08T10:45:05.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:05 smithi105 bash[29464]: audit 2023-12-08T10:45:04.721612+0000 mon.smithi060 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:05.869 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:06 smithi105 bash[29464]: audit 2023-12-08T10:45:04.192266+0000 mgr.smithi060.abncol (mgr.14182) 1152 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:06.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:06 smithi060 bash[25939]: audit 2023-12-08T10:45:04.192266+0000 mgr.smithi060.abncol (mgr.14182) 1152 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:07.215 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:07 smithi060 bash[25939]: cluster 2023-12-08T10:45:05.274761+0000 mgr.smithi060.abncol (mgr.14182) 1153 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:45:07.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:07 smithi105 bash[29464]: cluster 2023-12-08T10:45:05.274761+0000 mgr.smithi060.abncol (mgr.14182) 1153 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:45:09.240 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:09.240 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:09.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cluster 2023-12-08T10:45:07.276444+0000 mgr.smithi060.abncol (mgr.14182) 1154 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cephadm 2023-12-08T10:45:08.036640+0000 mgr.smithi060.abncol (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cephadm 2023-12-08T10:45:08.036915+0000 mgr.smithi060.abncol (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: audit 2023-12-08T10:45:08.037487+0000 mon.smithi060 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.srjzmh"}]: dispatch 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cephadm 2023-12-08T10:45:08.038611+0000 mgr.smithi060.abncol (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cephadm 2023-12-08T10:45:08.040592+0000 mgr.smithi060.abncol (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:09.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cephadm 2023-12-08T10:45:08.042158+0000 mgr.smithi060.abncol (mgr.14182) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:09.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:09 smithi060 bash[25939]: cluster 2023-12-08T10:45:08.043301+0000 mgr.smithi060.abncol (mgr.14182) 1160 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-08T10:45:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cluster 2023-12-08T10:45:07.276444+0000 mgr.smithi060.abncol (mgr.14182) 1154 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:45:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cephadm 2023-12-08T10:45:08.036640+0000 mgr.smithi060.abncol (mgr.14182) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:45:09.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cephadm 2023-12-08T10:45:08.036915+0000 mgr.smithi060.abncol (mgr.14182) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: audit 2023-12-08T10:45:08.037487+0000 mon.smithi060 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.srjzmh"}]: dispatch 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cephadm 2023-12-08T10:45:08.038611+0000 mgr.smithi060.abncol (mgr.14182) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.srjzmh ... 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:45:09.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cephadm 2023-12-08T10:45:08.040592+0000 mgr.smithi060.abncol (mgr.14182) 1158 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:09.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cephadm 2023-12-08T10:45:08.042158+0000 mgr.smithi060.abncol (mgr.14182) 1159 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:45:09.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:09 smithi105 bash[29464]: cluster 2023-12-08T10:45:08.043301+0000 mgr.smithi060.abncol (mgr.14182) 1160 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2023-12-08T10:45:09.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:10.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:10 smithi060 bash[25939]: cluster 2023-12-08T10:45:09.021639+0000 mon.smithi060 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:45:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:10 smithi105 bash[29464]: cluster 2023-12-08T10:45:09.021639+0000 mon.smithi060 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:45:10.863 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:11.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:11 smithi060 bash[25939]: audit 2023-12-08T10:45:09.221872+0000 mgr.smithi060.abncol (mgr.14182) 1161 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:11.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:11 smithi060 bash[25939]: cluster 2023-12-08T10:45:10.044692+0000 mgr.smithi060.abncol (mgr.14182) 1162 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:11.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:11 smithi060 bash[25939]: audit 2023-12-08T10:45:10.810059+0000 mon.smithi060 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:11 smithi105 bash[29464]: audit 2023-12-08T10:45:09.221872+0000 mgr.smithi060.abncol (mgr.14182) 1161 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:11 smithi105 bash[29464]: cluster 2023-12-08T10:45:10.044692+0000 mgr.smithi060.abncol (mgr.14182) 1162 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:11 smithi105 bash[29464]: audit 2023-12-08T10:45:10.810059+0000 mon.smithi060 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:13.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:12 smithi060 bash[25939]: cluster 2023-12-08T10:45:12.046670+0000 mgr.smithi060.abncol (mgr.14182) 1163 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:12 smithi105 bash[29464]: cluster 2023-12-08T10:45:12.046670+0000 mgr.smithi060.abncol (mgr.14182) 1163 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:14.044 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:14.044 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:14.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:15 smithi105 bash[29464]: audit 2023-12-08T10:45:14.025122+0000 mgr.smithi060.abncol (mgr.14182) 1164 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:15 smithi105 bash[29464]: cluster 2023-12-08T10:45:14.048069+0000 mgr.smithi060.abncol (mgr.14182) 1165 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:15.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:15 smithi060 bash[25939]: audit 2023-12-08T10:45:14.025122+0000 mgr.smithi060.abncol (mgr.14182) 1164 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:15.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:15 smithi060 bash[25939]: cluster 2023-12-08T10:45:14.048069+0000 mgr.smithi060.abncol (mgr.14182) 1165 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:15.614 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:17.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:17 smithi060 bash[25939]: cluster 2023-12-08T10:45:16.049608+0000 mgr.smithi060.abncol (mgr.14182) 1166 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:17.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:17 smithi105 bash[29464]: cluster 2023-12-08T10:45:16.049608+0000 mgr.smithi060.abncol (mgr.14182) 1166 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:18.820 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:18.821 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:19.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:19 smithi060 bash[25939]: cluster 2023-12-08T10:45:18.051707+0000 mgr.smithi060.abncol (mgr.14182) 1167 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:19.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:19 smithi105 bash[29464]: cluster 2023-12-08T10:45:18.051707+0000 mgr.smithi060.abncol (mgr.14182) 1167 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:45:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:20 smithi060 bash[25939]: audit 2023-12-08T10:45:18.807663+0000 mgr.smithi060.abncol (mgr.14182) 1168 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:20 smithi060 bash[25939]: audit 2023-12-08T10:45:19.722113+0000 mon.smithi060 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:20.467 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:20 smithi105 bash[29464]: audit 2023-12-08T10:45:18.807663+0000 mgr.smithi060.abncol (mgr.14182) 1168 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:20 smithi105 bash[29464]: audit 2023-12-08T10:45:19.722113+0000 mon.smithi060 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:45:21.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:21 smithi060 bash[25939]: cluster 2023-12-08T10:45:20.053013+0000 mgr.smithi060.abncol (mgr.14182) 1169 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:21 smithi105 bash[29464]: cluster 2023-12-08T10:45:20.053013+0000 mgr.smithi060.abncol (mgr.14182) 1169 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:23.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:22 smithi060 bash[25939]: cluster 2023-12-08T10:45:22.055089+0000 mgr.smithi060.abncol (mgr.14182) 1170 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:23.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:22 smithi105 bash[29464]: cluster 2023-12-08T10:45:22.055089+0000 mgr.smithi060.abncol (mgr.14182) 1170 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:23.549 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:23.549 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:24.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:25.184 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:25 smithi105 bash[29464]: audit 2023-12-08T10:45:23.531742+0000 mgr.smithi060.abncol (mgr.14182) 1171 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:25 smithi105 bash[29464]: cluster 2023-12-08T10:45:24.056557+0000 mgr.smithi060.abncol (mgr.14182) 1172 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:25.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:25 smithi060 bash[25939]: audit 2023-12-08T10:45:23.531742+0000 mgr.smithi060.abncol (mgr.14182) 1171 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:25.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:25 smithi060 bash[25939]: cluster 2023-12-08T10:45:24.056557+0000 mgr.smithi060.abncol (mgr.14182) 1172 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:27.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:27 smithi060 bash[25939]: cluster 2023-12-08T10:45:26.058119+0000 mgr.smithi060.abncol (mgr.14182) 1173 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:27 smithi105 bash[29464]: cluster 2023-12-08T10:45:26.058119+0000 mgr.smithi060.abncol (mgr.14182) 1173 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:28.299 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:28.300 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:28.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:29.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:29 smithi060 bash[25939]: cluster 2023-12-08T10:45:28.059483+0000 mgr.smithi060.abncol (mgr.14182) 1174 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:29 smithi105 bash[29464]: cluster 2023-12-08T10:45:28.059483+0000 mgr.smithi060.abncol (mgr.14182) 1174 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:29.886 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:30.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:30 smithi060 bash[25939]: audit 2023-12-08T10:45:28.281698+0000 mgr.smithi060.abncol (mgr.14182) 1175 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:30 smithi105 bash[29464]: audit 2023-12-08T10:45:28.281698+0000 mgr.smithi060.abncol (mgr.14182) 1175 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:31.339 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:31 smithi060 bash[25939]: cluster 2023-12-08T10:45:30.060727+0000 mgr.smithi060.abncol (mgr.14182) 1176 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:31.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:31 smithi105 bash[29464]: cluster 2023-12-08T10:45:30.060727+0000 mgr.smithi060.abncol (mgr.14182) 1176 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:33.108 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:33.108 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:32 smithi060 bash[25939]: cluster 2023-12-08T10:45:32.062746+0000 mgr.smithi060.abncol (mgr.14182) 1177 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:33.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:32 smithi105 bash[29464]: cluster 2023-12-08T10:45:32.062746+0000 mgr.smithi060.abncol (mgr.14182) 1177 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:33.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:34.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:33 smithi060 bash[25939]: audit 2023-12-08T10:45:33.089563+0000 mgr.smithi060.abncol (mgr.14182) 1178 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:33 smithi105 bash[29464]: audit 2023-12-08T10:45:33.089563+0000 mgr.smithi060.abncol (mgr.14182) 1178 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:34.705 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:35.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:35 smithi060 bash[25939]: cluster 2023-12-08T10:45:34.064224+0000 mgr.smithi060.abncol (mgr.14182) 1179 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:35 smithi105 bash[29464]: cluster 2023-12-08T10:45:34.064224+0000 mgr.smithi060.abncol (mgr.14182) 1179 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:37.417 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:37 smithi060 bash[25939]: cluster 2023-12-08T10:45:36.065061+0000 mgr.smithi060.abncol (mgr.14182) 1180 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:37.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:37 smithi105 bash[29464]: cluster 2023-12-08T10:45:36.065061+0000 mgr.smithi060.abncol (mgr.14182) 1180 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:37.862 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:37.863 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:38.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:39.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:39.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:39 smithi060 bash[25939]: audit 2023-12-08T10:45:37.844740+0000 mgr.smithi060.abncol (mgr.14182) 1181 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:39.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:39 smithi060 bash[25939]: cluster 2023-12-08T10:45:38.066293+0000 mgr.smithi060.abncol (mgr.14182) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:39 smithi105 bash[29464]: audit 2023-12-08T10:45:37.844740+0000 mgr.smithi060.abncol (mgr.14182) 1181 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:39.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:39 smithi105 bash[29464]: cluster 2023-12-08T10:45:38.066293+0000 mgr.smithi060.abncol (mgr.14182) 1182 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:40.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:40 smithi060 bash[25939]: cluster 2023-12-08T10:45:40.067180+0000 mgr.smithi060.abncol (mgr.14182) 1183 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:40.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:40 smithi105 bash[29464]: cluster 2023-12-08T10:45:40.067180+0000 mgr.smithi060.abncol (mgr.14182) 1183 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:42.684 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:42.685 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:43.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:42 smithi060 bash[25939]: cluster 2023-12-08T10:45:42.068790+0000 mgr.smithi060.abncol (mgr.14182) 1184 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:43.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:42 smithi105 bash[29464]: cluster 2023-12-08T10:45:42.068790+0000 mgr.smithi060.abncol (mgr.14182) 1184 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:44.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:43 smithi060 bash[25939]: audit 2023-12-08T10:45:42.671628+0000 mgr.smithi060.abncol (mgr.14182) 1185 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:44.361 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:44 smithi105 bash[29464]: audit 2023-12-08T10:45:42.671628+0000 mgr.smithi060.abncol (mgr.14182) 1185 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:45.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:45 smithi060 bash[25939]: cluster 2023-12-08T10:45:44.070257+0000 mgr.smithi060.abncol (mgr.14182) 1186 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:45 smithi105 bash[29464]: cluster 2023-12-08T10:45:44.070257+0000 mgr.smithi060.abncol (mgr.14182) 1186 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:47.487 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:47.487 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:47.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:47 smithi060 bash[25939]: cluster 2023-12-08T10:45:46.071802+0000 mgr.smithi060.abncol (mgr.14182) 1187 : 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-08T10:45:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:47 smithi105 bash[29464]: cluster 2023-12-08T10:45:46.071802+0000 mgr.smithi060.abncol (mgr.14182) 1187 : 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-08T10:45:48.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:48 smithi060 bash[25939]: audit 2023-12-08T10:45:47.467307+0000 mgr.smithi060.abncol (mgr.14182) 1188 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:48 smithi060 bash[25939]: cluster 2023-12-08T10:45:48.073170+0000 mgr.smithi060.abncol (mgr.14182) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:48 smithi105 bash[29464]: audit 2023-12-08T10:45:47.467307+0000 mgr.smithi060.abncol (mgr.14182) 1188 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:48 smithi105 bash[29464]: cluster 2023-12-08T10:45:48.073170+0000 mgr.smithi060.abncol (mgr.14182) 1189 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:49.099 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:51.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:51 smithi060 bash[25939]: cluster 2023-12-08T10:45:50.074552+0000 mgr.smithi060.abncol (mgr.14182) 1190 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:51.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:51 smithi105 bash[29464]: cluster 2023-12-08T10:45:50.074552+0000 mgr.smithi060.abncol (mgr.14182) 1190 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:52.246 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:52.246 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:52.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:53.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:53 smithi060 bash[25939]: cluster 2023-12-08T10:45:52.075779+0000 mgr.smithi060.abncol (mgr.14182) 1191 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:53 smithi105 bash[29464]: cluster 2023-12-08T10:45:52.075779+0000 mgr.smithi060.abncol (mgr.14182) 1191 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:53.874 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:54.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:54 smithi060 bash[25939]: audit 2023-12-08T10:45:52.229245+0000 mgr.smithi060.abncol (mgr.14182) 1192 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:54 smithi105 bash[29464]: audit 2023-12-08T10:45:52.229245+0000 mgr.smithi060.abncol (mgr.14182) 1192 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:55.182 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:55 smithi060 bash[25939]: cluster 2023-12-08T10:45:54.077156+0000 mgr.smithi060.abncol (mgr.14182) 1193 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:55 smithi105 bash[29464]: cluster 2023-12-08T10:45:54.077156+0000 mgr.smithi060.abncol (mgr.14182) 1193 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:45:56.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:56 smithi060 bash[25939]: cluster 2023-12-08T10:45:56.078747+0000 mgr.smithi060.abncol (mgr.14182) 1194 : 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-08T10:45:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:56 smithi105 bash[29464]: cluster 2023-12-08T10:45:56.078747+0000 mgr.smithi060.abncol (mgr.14182) 1194 : 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-08T10:45:56.883 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:45:56.883 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:45:57.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:58.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:58 smithi060 bash[25939]: audit 2023-12-08T10:45:56.870259+0000 mgr.smithi060.abncol (mgr.14182) 1195 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:58 smithi105 bash[29464]: audit 2023-12-08T10:45:56.870259+0000 mgr.smithi060.abncol (mgr.14182) 1195 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:58.495 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:45:59 smithi105 bash[29464]: cluster 2023-12-08T10:45:58.081971+0000 mgr.smithi060.abncol (mgr.14182) 1196 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:45:59.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:45:59 smithi060 bash[25939]: cluster 2023-12-08T10:45:58.081971+0000 mgr.smithi060.abncol (mgr.14182) 1196 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:00.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:00 smithi060 bash[25939]: cluster 2023-12-08T10:46:00.083892+0000 mgr.smithi060.abncol (mgr.14182) 1197 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:00.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:00 smithi105 bash[29464]: cluster 2023-12-08T10:46:00.083892+0000 mgr.smithi060.abncol (mgr.14182) 1197 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:01.705 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:01.705 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:02.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:03.257 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:03.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:03 smithi060 bash[25939]: audit 2023-12-08T10:46:01.690805+0000 mgr.smithi060.abncol (mgr.14182) 1198 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:03.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:03 smithi060 bash[25939]: cluster 2023-12-08T10:46:02.086038+0000 mgr.smithi060.abncol (mgr.14182) 1199 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:03 smithi105 bash[29464]: audit 2023-12-08T10:46:01.690805+0000 mgr.smithi060.abncol (mgr.14182) 1198 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:03 smithi105 bash[29464]: cluster 2023-12-08T10:46:02.086038+0000 mgr.smithi060.abncol (mgr.14182) 1199 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:04.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:04 smithi060 bash[25939]: cluster 2023-12-08T10:46:04.087488+0000 mgr.smithi060.abncol (mgr.14182) 1200 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:04.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:04 smithi105 bash[29464]: cluster 2023-12-08T10:46:04.087488+0000 mgr.smithi060.abncol (mgr.14182) 1200 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:06.374 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:06.374 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:06.455 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:06 smithi060 bash[25939]: cluster 2023-12-08T10:46:06.088388+0000 mgr.smithi060.abncol (mgr.14182) 1201 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:06 smithi105 bash[29464]: cluster 2023-12-08T10:46:06.088388+0000 mgr.smithi060.abncol (mgr.14182) 1201 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:06.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:07.984 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:08.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:08 smithi060 bash[25939]: audit 2023-12-08T10:46:06.356594+0000 mgr.smithi060.abncol (mgr.14182) 1202 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:08 smithi105 bash[29464]: audit 2023-12-08T10:46:06.356594+0000 mgr.smithi060.abncol (mgr.14182) 1202 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:09.371 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.046179+0000 mon.smithi060 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:46:09.371 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: cluster 2023-12-08T10:46:08.090199+0000 mgr.smithi060.abncol (mgr.14182) 1203 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:09.372 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.383283+0000 mon.smithi060 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:46:09.372 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.384750+0000 mon.smithi060 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:46:09.372 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.394125+0000 mon.smithi060 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:09.372 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.401909+0000 mon.smithi060 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:46:09.372 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:09 smithi060 bash[25939]: audit 2023-12-08T10:46:08.413394+0000 mon.smithi060 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:09.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.046179+0000 mon.smithi060 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: cluster 2023-12-08T10:46:08.090199+0000 mgr.smithi060.abncol (mgr.14182) 1203 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.383283+0000 mon.smithi060 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.384750+0000 mon.smithi060 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.394125+0000 mon.smithi060 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.401909+0000 mon.smithi060 (mon.0) 962 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:46:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:09 smithi105 bash[29464]: audit 2023-12-08T10:46:08.413394+0000 mon.smithi060 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:10 smithi060 bash[25939]: cluster 2023-12-08T10:46:08.395329+0000 mgr.smithi060.abncol (mgr.14182) 1204 : cluster [DBG] pgmap v798: 225 pgs: 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-08T10:46:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:10 smithi060 bash[25939]: cephadm 2023-12-08T10:46:08.416271+0000 mgr.smithi060.abncol (mgr.14182) 1205 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pdmhmc on smithi105 2023-12-08T10:46:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:10 smithi060 bash[25939]: cluster 2023-12-08T10:46:09.015681+0000 mon.smithi060 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:46:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:10 smithi060 bash[25939]: cluster 2023-12-08T10:46:09.015745+0000 mon.smithi060 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-12-08T10:46:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:10 smithi105 bash[29464]: cluster 2023-12-08T10:46:08.395329+0000 mgr.smithi060.abncol (mgr.14182) 1204 : cluster [DBG] pgmap v798: 225 pgs: 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-08T10:46:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:10 smithi105 bash[29464]: cephadm 2023-12-08T10:46:08.416271+0000 mgr.smithi060.abncol (mgr.14182) 1205 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pdmhmc on smithi105 2023-12-08T10:46:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:10 smithi105 bash[29464]: cluster 2023-12-08T10:46:09.015681+0000 mon.smithi060 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:46:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:10 smithi105 bash[29464]: cluster 2023-12-08T10:46:09.015745+0000 mon.smithi060 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-12-08T10:46:11.198 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:11.198 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:43:58.930473Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.viweaq on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:11.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:12.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:12 smithi105 bash[29464]: cluster 2023-12-08T10:46:10.396535+0000 mgr.smithi060.abncol (mgr.14182) 1206 : cluster [DBG] pgmap v799: 225 pgs: 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-08T10:46:12.297 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:12 smithi060 bash[25939]: cluster 2023-12-08T10:46:10.396535+0000 mgr.smithi060.abncol (mgr.14182) 1206 : cluster [DBG] pgmap v799: 225 pgs: 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-08T10:46:12.765 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:13 smithi105 bash[29464]: audit 2023-12-08T10:46:11.177564+0000 mgr.smithi060.abncol (mgr.14182) 1207 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:13 smithi105 bash[29464]: audit 2023-12-08T10:46:12.290645+0000 mon.smithi060 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pdmhmc"}]: dispatch 2023-12-08T10:46:13.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:13 smithi060 bash[25939]: audit 2023-12-08T10:46:11.177564+0000 mgr.smithi060.abncol (mgr.14182) 1207 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:13 smithi060 bash[25939]: audit 2023-12-08T10:46:12.290645+0000 mon.smithi060 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pdmhmc"}]: dispatch 2023-12-08T10:46:14.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: cephadm 2023-12-08T10:46:12.289404+0000 mgr.smithi060.abncol (mgr.14182) 1208 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.235 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:46:14.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: cephadm 2023-12-08T10:46:12.289944+0000 mgr.smithi060.abncol (mgr.14182) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: cephadm 2023-12-08T10:46:12.292541+0000 mgr.smithi060.abncol (mgr.14182) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: cephadm 2023-12-08T10:46:12.297811+0000 mgr.smithi060.abncol (mgr.14182) 1211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.kvfcvb on smithi060 2023-12-08T10:46:14.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:14 smithi060 bash[25939]: cluster 2023-12-08T10:46:12.397697+0000 mgr.smithi060.abncol (mgr.14182) 1212 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:46:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: cephadm 2023-12-08T10:46:12.289404+0000 mgr.smithi060.abncol (mgr.14182) 1208 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:46:14.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: cephadm 2023-12-08T10:46:12.289944+0000 mgr.smithi060.abncol (mgr.14182) 1209 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: cephadm 2023-12-08T10:46:12.292541+0000 mgr.smithi060.abncol (mgr.14182) 1210 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdmhmc ... 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: cephadm 2023-12-08T10:46:12.297811+0000 mgr.smithi060.abncol (mgr.14182) 1211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.kvfcvb on smithi060 2023-12-08T10:46:14.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:14 smithi105 bash[29464]: cluster 2023-12-08T10:46:12.397697+0000 mgr.smithi060.abncol (mgr.14182) 1212 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:46:15.928 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:15.928 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:03.954355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ynznyr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ynznyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ynznyr\nDeploy daemon haproxy.nfs.foo.smithi105.ynznyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.038451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.srjzmh on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-srjzmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.srjzmh\nDeploy daemon haproxy.nfs.foo.smithi060.srjzmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:45:08.040483Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrukld on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:16.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:16 smithi060 bash[25939]: cluster 2023-12-08T10:46:14.398922+0000 mgr.smithi060.abncol (mgr.14182) 1213 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:46:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:16 smithi105 bash[29464]: cluster 2023-12-08T10:46:14.398922+0000 mgr.smithi060.abncol (mgr.14182) 1213 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:46:16.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:17 smithi105 bash[29464]: audit 2023-12-08T10:46:15.906492+0000 mgr.smithi060.abncol (mgr.14182) 1214 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:17 smithi105 bash[29464]: audit 2023-12-08T10:46:16.197464+0000 mon.smithi060 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.kvfcvb"}]: dispatch 2023-12-08T10:46:17.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:17 smithi060 bash[25939]: audit 2023-12-08T10:46:15.906492+0000 mgr.smithi060.abncol (mgr.14182) 1214 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:17.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:17 smithi060 bash[25939]: audit 2023-12-08T10:46:16.197464+0000 mon.smithi060 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.kvfcvb"}]: dispatch 2023-12-08T10:46:17.544 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cephadm 2023-12-08T10:46:16.196282+0000 mgr.smithi060.abncol (mgr.14182) 1215 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:46:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cephadm 2023-12-08T10:46:16.196797+0000 mgr.smithi060.abncol (mgr.14182) 1216 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cephadm 2023-12-08T10:46:16.198676+0000 mgr.smithi060.abncol (mgr.14182) 1217 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cephadm 2023-12-08T10:46:16.203212+0000 mgr.smithi060.abncol (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cephadm 2023-12-08T10:46:16.205183+0000 mgr.smithi060.abncol (mgr.14182) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cluster 2023-12-08T10:46:16.207007+0000 mgr.smithi060.abncol (mgr.14182) 1220 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:46:18.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:18 smithi105 bash[29464]: cluster 2023-12-08T10:46:17.052398+0000 mon.smithi060 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:46:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cephadm 2023-12-08T10:46:16.196282+0000 mgr.smithi060.abncol (mgr.14182) 1215 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:46:18.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cephadm 2023-12-08T10:46:16.196797+0000 mgr.smithi060.abncol (mgr.14182) 1216 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cephadm 2023-12-08T10:46:16.198676+0000 mgr.smithi060.abncol (mgr.14182) 1217 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.kvfcvb ... 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cephadm 2023-12-08T10:46:16.203212+0000 mgr.smithi060.abncol (mgr.14182) 1218 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cephadm 2023-12-08T10:46:16.205183+0000 mgr.smithi060.abncol (mgr.14182) 1219 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cluster 2023-12-08T10:46:16.207007+0000 mgr.smithi060.abncol (mgr.14182) 1220 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:46:18.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:18 smithi060 bash[25939]: cluster 2023-12-08T10:46:17.052398+0000 mon.smithi060 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:46:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:20 smithi060 bash[25939]: cluster 2023-12-08T10:46:18.208999+0000 mgr.smithi060.abncol (mgr.14182) 1221 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:46:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:20 smithi105 bash[29464]: cluster 2023-12-08T10:46:18.208999+0000 mgr.smithi060.abncol (mgr.14182) 1221 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:46:20.808 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:20.809 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:21.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:21 smithi060 bash[25939]: cluster 2023-12-08T10:46:20.210462+0000 mgr.smithi060.abncol (mgr.14182) 1222 : cluster [DBG] pgmap v804: 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-08T10:46:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:21 smithi060 bash[25939]: audit 2023-12-08T10:46:20.787751+0000 mgr.smithi060.abncol (mgr.14182) 1223 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:21 smithi060 bash[25939]: audit 2023-12-08T10:46:20.868467+0000 mon.smithi060 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:21 smithi105 bash[29464]: cluster 2023-12-08T10:46:20.210462+0000 mgr.smithi060.abncol (mgr.14182) 1222 : cluster [DBG] pgmap v804: 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-08T10:46:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:21 smithi105 bash[29464]: audit 2023-12-08T10:46:20.787751+0000 mgr.smithi060.abncol (mgr.14182) 1223 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:21 smithi105 bash[29464]: audit 2023-12-08T10:46:20.868467+0000 mon.smithi060 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:46:22.426 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:24 smithi105 bash[29464]: cluster 2023-12-08T10:46:22.212478+0000 mgr.smithi060.abncol (mgr.14182) 1224 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:24.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:24 smithi060 bash[25939]: cluster 2023-12-08T10:46:22.212478+0000 mgr.smithi060.abncol (mgr.14182) 1224 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:25.484 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:25.484 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:26.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:26 smithi105 bash[29464]: cluster 2023-12-08T10:46:24.213881+0000 mgr.smithi060.abncol (mgr.14182) 1225 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:26.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:26 smithi060 bash[25939]: cluster 2023-12-08T10:46:24.213881+0000 mgr.smithi060.abncol (mgr.14182) 1225 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:27.105 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:27 smithi105 bash[29464]: audit 2023-12-08T10:46:25.465599+0000 mgr.smithi060.abncol (mgr.14182) 1226 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:27.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:27 smithi060 bash[25939]: audit 2023-12-08T10:46:25.465599+0000 mgr.smithi060.abncol (mgr.14182) 1226 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:28 smithi105 bash[29464]: cluster 2023-12-08T10:46:26.215446+0000 mgr.smithi060.abncol (mgr.14182) 1227 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:28.381 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:28 smithi060 bash[25939]: cluster 2023-12-08T10:46:26.215446+0000 mgr.smithi060.abncol (mgr.14182) 1227 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:46:30.114 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:30.115 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:30.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:30 smithi060 bash[25939]: cluster 2023-12-08T10:46:28.217475+0000 mgr.smithi060.abncol (mgr.14182) 1228 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:30 smithi105 bash[29464]: cluster 2023-12-08T10:46:28.217475+0000 mgr.smithi060.abncol (mgr.14182) 1228 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:30.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:31 smithi105 bash[29464]: audit 2023-12-08T10:46:30.098301+0000 mgr.smithi060.abncol (mgr.14182) 1229 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:31.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:31 smithi060 bash[25939]: audit 2023-12-08T10:46:30.098301+0000 mgr.smithi060.abncol (mgr.14182) 1229 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:31.716 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:32.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:32 smithi105 bash[29464]: cluster 2023-12-08T10:46:30.218976+0000 mgr.smithi060.abncol (mgr.14182) 1230 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:32.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:32 smithi060 bash[25939]: cluster 2023-12-08T10:46:30.218976+0000 mgr.smithi060.abncol (mgr.14182) 1230 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:34 smithi105 bash[29464]: cluster 2023-12-08T10:46:32.221036+0000 mgr.smithi060.abncol (mgr.14182) 1231 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:34.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:34 smithi060 bash[25939]: cluster 2023-12-08T10:46:32.221036+0000 mgr.smithi060.abncol (mgr.14182) 1231 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:34.823 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:34.823 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:35.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:36.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:36 smithi105 bash[29464]: cluster 2023-12-08T10:46:34.222491+0000 mgr.smithi060.abncol (mgr.14182) 1232 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:36.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:36 smithi105 bash[29464]: audit 2023-12-08T10:46:34.806191+0000 mgr.smithi060.abncol (mgr.14182) 1233 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:36.423 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:36.436 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:36 smithi060 bash[25939]: cluster 2023-12-08T10:46:34.222491+0000 mgr.smithi060.abncol (mgr.14182) 1232 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:36.437 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:36 smithi060 bash[25939]: audit 2023-12-08T10:46:34.806191+0000 mgr.smithi060.abncol (mgr.14182) 1233 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:38 smithi105 bash[29464]: cluster 2023-12-08T10:46:36.223990+0000 mgr.smithi060.abncol (mgr.14182) 1234 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:38.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:38 smithi060 bash[25939]: cluster 2023-12-08T10:46:36.223990+0000 mgr.smithi060.abncol (mgr.14182) 1234 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:39.434 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:39.434 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:40.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:40.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:40 smithi060 bash[25939]: cluster 2023-12-08T10:46:38.226086+0000 mgr.smithi060.abncol (mgr.14182) 1235 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:40 smithi105 bash[29464]: cluster 2023-12-08T10:46:38.226086+0000 mgr.smithi060.abncol (mgr.14182) 1235 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:41.050 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:41 smithi105 bash[29464]: audit 2023-12-08T10:46:39.421462+0000 mgr.smithi060.abncol (mgr.14182) 1236 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:41.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:41 smithi060 bash[25939]: audit 2023-12-08T10:46:39.421462+0000 mgr.smithi060.abncol (mgr.14182) 1236 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:42 smithi105 bash[29464]: cluster 2023-12-08T10:46:40.227765+0000 mgr.smithi060.abncol (mgr.14182) 1237 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:42.415 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:42 smithi060 bash[25939]: cluster 2023-12-08T10:46:40.227765+0000 mgr.smithi060.abncol (mgr.14182) 1237 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:44.086 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:44.087 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:44 smithi105 bash[29464]: cluster 2023-12-08T10:46:42.229893+0000 mgr.smithi060.abncol (mgr.14182) 1238 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:44.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:44 smithi060 bash[25939]: cluster 2023-12-08T10:46:42.229893+0000 mgr.smithi060.abncol (mgr.14182) 1238 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:44.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:45 smithi105 bash[29464]: audit 2023-12-08T10:46:44.065922+0000 mgr.smithi060.abncol (mgr.14182) 1239 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:45.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:45 smithi060 bash[25939]: audit 2023-12-08T10:46:44.065922+0000 mgr.smithi060.abncol (mgr.14182) 1239 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:45.689 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:46.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:46 smithi060 bash[25939]: cluster 2023-12-08T10:46:44.231399+0000 mgr.smithi060.abncol (mgr.14182) 1240 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:46.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:46 smithi105 bash[29464]: cluster 2023-12-08T10:46:44.231399+0000 mgr.smithi060.abncol (mgr.14182) 1240 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:48 smithi060 bash[25939]: cluster 2023-12-08T10:46:46.232896+0000 mgr.smithi060.abncol (mgr.14182) 1241 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:48 smithi105 bash[29464]: cluster 2023-12-08T10:46:46.232896+0000 mgr.smithi060.abncol (mgr.14182) 1241 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:48.711 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:48.711 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:49.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:50 smithi060 bash[25939]: cluster 2023-12-08T10:46:48.234219+0000 mgr.smithi060.abncol (mgr.14182) 1242 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:50 smithi060 bash[25939]: audit 2023-12-08T10:46:48.693396+0000 mgr.smithi060.abncol (mgr.14182) 1243 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:50.320 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:50.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:50 smithi105 bash[29464]: cluster 2023-12-08T10:46:48.234219+0000 mgr.smithi060.abncol (mgr.14182) 1242 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:46:50.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:50 smithi105 bash[29464]: audit 2023-12-08T10:46:48.693396+0000 mgr.smithi060.abncol (mgr.14182) 1243 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:52.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:52 smithi060 bash[25939]: cluster 2023-12-08T10:46:50.235672+0000 mgr.smithi060.abncol (mgr.14182) 1244 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:52 smithi105 bash[29464]: cluster 2023-12-08T10:46:50.235672+0000 mgr.smithi060.abncol (mgr.14182) 1244 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:53.560 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:53.561 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:54.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:54.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:54 smithi060 bash[25939]: cluster 2023-12-08T10:46:52.237571+0000 mgr.smithi060.abncol (mgr.14182) 1245 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:54 smithi105 bash[29464]: cluster 2023-12-08T10:46:52.237571+0000 mgr.smithi060.abncol (mgr.14182) 1245 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:55.146 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:55.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:55 smithi060 bash[25939]: audit 2023-12-08T10:46:53.547727+0000 mgr.smithi060.abncol (mgr.14182) 1246 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:55 smithi105 bash[29464]: audit 2023-12-08T10:46:53.547727+0000 mgr.smithi060.abncol (mgr.14182) 1246 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:56.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:56 smithi060 bash[25939]: cluster 2023-12-08T10:46:54.239049+0000 mgr.smithi060.abncol (mgr.14182) 1247 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:56 smithi105 bash[29464]: cluster 2023-12-08T10:46:54.239049+0000 mgr.smithi060.abncol (mgr.14182) 1247 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:46:58.186 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:46:58.189 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:46:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:46:58 smithi105 bash[29464]: cluster 2023-12-08T10:46:56.240994+0000 mgr.smithi060.abncol (mgr.14182) 1248 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-08T10:46:58.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:46:58 smithi060 bash[25939]: cluster 2023-12-08T10:46:56.240994+0000 mgr.smithi060.abncol (mgr.14182) 1248 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-08T10:46:58.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:59.762 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:00.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:00 smithi105 bash[29464]: audit 2023-12-08T10:46:58.167012+0000 mgr.smithi060.abncol (mgr.14182) 1249 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:00 smithi105 bash[29464]: cluster 2023-12-08T10:46:58.243184+0000 mgr.smithi060.abncol (mgr.14182) 1250 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-08T10:47:00.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:00 smithi060 bash[25939]: audit 2023-12-08T10:46:58.167012+0000 mgr.smithi060.abncol (mgr.14182) 1249 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:00.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:00 smithi060 bash[25939]: cluster 2023-12-08T10:46:58.243184+0000 mgr.smithi060.abncol (mgr.14182) 1250 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-08T10:47:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:02 smithi105 bash[29464]: cluster 2023-12-08T10:47:00.244668+0000 mgr.smithi060.abncol (mgr.14182) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:02.495 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:02 smithi060 bash[25939]: cluster 2023-12-08T10:47:00.244668+0000 mgr.smithi060.abncol (mgr.14182) 1251 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:02.951 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:02.951 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:03.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:04 smithi105 bash[29464]: cluster 2023-12-08T10:47:02.246162+0000 mgr.smithi060.abncol (mgr.14182) 1252 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:04 smithi105 bash[29464]: audit 2023-12-08T10:47:02.932876+0000 mgr.smithi060.abncol (mgr.14182) 1253 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:04 smithi060 bash[25939]: cluster 2023-12-08T10:47:02.246162+0000 mgr.smithi060.abncol (mgr.14182) 1252 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:04.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:04 smithi060 bash[25939]: audit 2023-12-08T10:47:02.932876+0000 mgr.smithi060.abncol (mgr.14182) 1253 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.566 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:06.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:06 smithi060 bash[25939]: cluster 2023-12-08T10:47:04.247272+0000 mgr.smithi060.abncol (mgr.14182) 1254 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:06.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:06 smithi105 bash[29464]: cluster 2023-12-08T10:47:04.247272+0000 mgr.smithi060.abncol (mgr.14182) 1254 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:07.727 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:07.727 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:08.335 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:08 smithi060 bash[25939]: cluster 2023-12-08T10:47:06.248728+0000 mgr.smithi060.abncol (mgr.14182) 1255 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:08.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:08 smithi105 bash[29464]: cluster 2023-12-08T10:47:06.248728+0000 mgr.smithi060.abncol (mgr.14182) 1255 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-08T10:47:09.337 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:09.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:09 smithi060 bash[25939]: audit 2023-12-08T10:47:07.709472+0000 mgr.smithi060.abncol (mgr.14182) 1256 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:09.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:09 smithi105 bash[29464]: audit 2023-12-08T10:47:07.709472+0000 mgr.smithi060.abncol (mgr.14182) 1256 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:10 smithi060 bash[25939]: cluster 2023-12-08T10:47:08.250460+0000 mgr.smithi060.abncol (mgr.14182) 1257 : cluster [DBG] pgmap v828: 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-08T10:47:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:10 smithi105 bash[29464]: cluster 2023-12-08T10:47:08.250460+0000 mgr.smithi060.abncol (mgr.14182) 1257 : cluster [DBG] pgmap v828: 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-08T10:47:12.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:12 smithi060 bash[25939]: cluster 2023-12-08T10:47:10.251555+0000 mgr.smithi060.abncol (mgr.14182) 1258 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:12 smithi105 bash[29464]: cluster 2023-12-08T10:47:10.251555+0000 mgr.smithi060.abncol (mgr.14182) 1258 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:12.446 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:12.446 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:13.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:14.023 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:14 smithi105 bash[29464]: cluster 2023-12-08T10:47:12.253204+0000 mgr.smithi060.abncol (mgr.14182) 1259 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:14 smithi105 bash[29464]: audit 2023-12-08T10:47:12.432863+0000 mgr.smithi060.abncol (mgr.14182) 1260 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:14.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:14 smithi060 bash[25939]: cluster 2023-12-08T10:47:12.253204+0000 mgr.smithi060.abncol (mgr.14182) 1259 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:14.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:14 smithi060 bash[25939]: audit 2023-12-08T10:47:12.432863+0000 mgr.smithi060.abncol (mgr.14182) 1260 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:16 smithi105 bash[29464]: cluster 2023-12-08T10:47:14.254080+0000 mgr.smithi060.abncol (mgr.14182) 1261 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:16.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:16 smithi060 bash[25939]: cluster 2023-12-08T10:47:14.254080+0000 mgr.smithi060.abncol (mgr.14182) 1261 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:17.129 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:17.129 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:45:08.042048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qpihdv on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:17.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.209347+0000 mon.smithi060 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.530325+0000 mon.smithi060 (mon.0) 971 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.531642+0000 mon.smithi060 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.540303+0000 mon.smithi060 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.548642+0000 mon.smithi060 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:17 smithi105 bash[29464]: audit 2023-12-08T10:47:16.560601+0000 mon.smithi060 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:17.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.209347+0000 mon.smithi060 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:17.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.530325+0000 mon.smithi060 (mon.0) 971 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:17.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.531642+0000 mon.smithi060 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:17.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.540303+0000 mon.smithi060 (mon.0) 973 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:17.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.548642+0000 mon.smithi060 (mon.0) 974 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:17.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:17 smithi060 bash[25939]: audit 2023-12-08T10:47:16.560601+0000 mon.smithi060 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:17.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: cluster 2023-12-08T10:47:16.255078+0000 mgr.smithi060.abncol (mgr.14182) 1262 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: cluster 2023-12-08T10:47:16.541015+0000 mgr.smithi060.abncol (mgr.14182) 1263 : cluster [DBG] pgmap v833: 225 pgs: 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-08T10:47:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: cephadm 2023-12-08T10:47:16.563539+0000 mgr.smithi060.abncol (mgr.14182) 1264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sjxtjf on smithi105 2023-12-08T10:47:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: cluster 2023-12-08T10:47:17.095792+0000 mon.smithi060 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: cluster 2023-12-08T10:47:17.095863+0000 mon.smithi060 (mon.0) 977 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:18 smithi105 bash[29464]: audit 2023-12-08T10:47:17.112852+0000 mgr.smithi060.abncol (mgr.14182) 1265 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: cluster 2023-12-08T10:47:16.255078+0000 mgr.smithi060.abncol (mgr.14182) 1262 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: cluster 2023-12-08T10:47:16.541015+0000 mgr.smithi060.abncol (mgr.14182) 1263 : cluster [DBG] pgmap v833: 225 pgs: 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-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: cephadm 2023-12-08T10:47:16.563539+0000 mgr.smithi060.abncol (mgr.14182) 1264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sjxtjf on smithi105 2023-12-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: cluster 2023-12-08T10:47:17.095792+0000 mon.smithi060 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: cluster 2023-12-08T10:47:17.095863+0000 mon.smithi060 (mon.0) 977 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:18 smithi060 bash[25939]: audit 2023-12-08T10:47:17.112852+0000 mgr.smithi060.abncol (mgr.14182) 1265 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:18.772 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:20.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:20 smithi105 bash[29464]: cluster 2023-12-08T10:47:18.542853+0000 mgr.smithi060.abncol (mgr.14182) 1266 : cluster [DBG] pgmap v834: 225 pgs: 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-08T10:47:20.313 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:20 smithi105 bash[29464]: audit 2023-12-08T10:47:19.725299+0000 mon.smithi060 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:20.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:20 smithi060 bash[25939]: cluster 2023-12-08T10:47:18.542853+0000 mgr.smithi060.abncol (mgr.14182) 1266 : cluster [DBG] pgmap v834: 225 pgs: 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-08T10:47:20.387 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:20 smithi060 bash[25939]: audit 2023-12-08T10:47:19.725299+0000 mon.smithi060 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:21.498 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:21 smithi060 bash[25939]: audit 2023-12-08T10:47:20.380793+0000 mon.smithi060 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sjxtjf"}]: dispatch 2023-12-08T10:47:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:21 smithi105 bash[29464]: audit 2023-12-08T10:47:20.380793+0000 mon.smithi060 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sjxtjf"}]: dispatch 2023-12-08T10:47:21.954 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:21.955 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:12.292228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdmhmc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdmhmc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdmhmc\nDeploy daemon haproxy.nfs.foo.smithi105.pdmhmc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.198420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kvfcvb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-kvfcvb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.kvfcvb\nDeploy daemon haproxy.nfs.foo.smithi060.kvfcvb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:46:16.202985Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mrayag on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: cephadm 2023-12-08T10:47:20.379489+0000 mgr.smithi060.abncol (mgr.14182) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: cephadm 2023-12-08T10:47:20.380016+0000 mgr.smithi060.abncol (mgr.14182) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: cephadm 2023-12-08T10:47:20.382610+0000 mgr.smithi060.abncol (mgr.14182) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: cephadm 2023-12-08T10:47:20.387674+0000 mgr.smithi060.abncol (mgr.14182) 1270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.qdgzoz on smithi060 2023-12-08T10:47:22.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:22 smithi060 bash[25939]: cluster 2023-12-08T10:47:20.543730+0000 mgr.smithi060.abncol (mgr.14182) 1271 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:22.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: cephadm 2023-12-08T10:47:20.379489+0000 mgr.smithi060.abncol (mgr.14182) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:22.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: cephadm 2023-12-08T10:47:20.380016+0000 mgr.smithi060.abncol (mgr.14182) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: cephadm 2023-12-08T10:47:20.382610+0000 mgr.smithi060.abncol (mgr.14182) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.sjxtjf ... 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:22.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: cephadm 2023-12-08T10:47:20.387674+0000 mgr.smithi060.abncol (mgr.14182) 1270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.qdgzoz on smithi060 2023-12-08T10:47:22.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:22 smithi105 bash[29464]: cluster 2023-12-08T10:47:20.543730+0000 mgr.smithi060.abncol (mgr.14182) 1271 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:23.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:23 smithi060 bash[25939]: audit 2023-12-08T10:47:21.933360+0000 mgr.smithi060.abncol (mgr.14182) 1272 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:23.541 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:23 smithi105 bash[29464]: audit 2023-12-08T10:47:21.933360+0000 mgr.smithi060.abncol (mgr.14182) 1272 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:24.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:24 smithi060 bash[25939]: cluster 2023-12-08T10:47:22.545378+0000 mgr.smithi060.abncol (mgr.14182) 1273 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:24 smithi105 bash[29464]: cluster 2023-12-08T10:47:22.545378+0000 mgr.smithi060.abncol (mgr.14182) 1273 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:25.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:25 smithi060 bash[25939]: audit 2023-12-08T10:47:24.521849+0000 mon.smithi060 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.qdgzoz"}]: dispatch 2023-12-08T10:47:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:25 smithi105 bash[29464]: audit 2023-12-08T10:47:24.521849+0000 mon.smithi060 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.qdgzoz"}]: dispatch 2023-12-08T10:47:26.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cephadm 2023-12-08T10:47:24.520711+0000 mgr.smithi060.abncol (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cephadm 2023-12-08T10:47:24.521201+0000 mgr.smithi060.abncol (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cephadm 2023-12-08T10:47:24.523346+0000 mgr.smithi060.abncol (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cephadm 2023-12-08T10:47:24.527825+0000 mgr.smithi060.abncol (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cephadm 2023-12-08T10:47:24.531273+0000 mgr.smithi060.abncol (mgr.14182) 1278 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cluster 2023-12-08T10:47:24.532719+0000 mgr.smithi060.abncol (mgr.14182) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: cluster 2023-12-08T10:47:25.131810+0000 mon.smithi060 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:26.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:26 smithi060 bash[25939]: audit 2023-12-08T10:47:25.925296+0000 mon.smithi060 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:26.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cephadm 2023-12-08T10:47:24.520711+0000 mgr.smithi060.abncol (mgr.14182) 1274 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:47:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cephadm 2023-12-08T10:47:24.521201+0000 mgr.smithi060.abncol (mgr.14182) 1275 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cephadm 2023-12-08T10:47:24.523346+0000 mgr.smithi060.abncol (mgr.14182) 1276 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.qdgzoz ... 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cephadm 2023-12-08T10:47:24.527825+0000 mgr.smithi060.abncol (mgr.14182) 1277 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cephadm 2023-12-08T10:47:24.531273+0000 mgr.smithi060.abncol (mgr.14182) 1278 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cluster 2023-12-08T10:47:24.532719+0000 mgr.smithi060.abncol (mgr.14182) 1279 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: cluster 2023-12-08T10:47:25.131810+0000 mon.smithi060 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:26 smithi105 bash[29464]: audit 2023-12-08T10:47:25.925296+0000 mon.smithi060 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:26.749 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:26.750 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:27.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:28.348 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:28.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:28 smithi060 bash[25939]: cluster 2023-12-08T10:47:26.533958+0000 mgr.smithi060.abncol (mgr.14182) 1280 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:28.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:28 smithi060 bash[25939]: audit 2023-12-08T10:47:26.730108+0000 mgr.smithi060.abncol (mgr.14182) 1281 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:28.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:28 smithi105 bash[29464]: cluster 2023-12-08T10:47:26.533958+0000 mgr.smithi060.abncol (mgr.14182) 1280 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:47:28.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:28 smithi105 bash[29464]: audit 2023-12-08T10:47:26.730108+0000 mgr.smithi060.abncol (mgr.14182) 1281 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:29.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:29 smithi060 bash[25939]: cluster 2023-12-08T10:47:28.535980+0000 mgr.smithi060.abncol (mgr.14182) 1282 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:29 smithi105 bash[29464]: cluster 2023-12-08T10:47:28.535980+0000 mgr.smithi060.abncol (mgr.14182) 1282 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:31.575 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:31.576 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:31.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:31 smithi105 bash[29464]: cluster 2023-12-08T10:47:30.537372+0000 mgr.smithi060.abncol (mgr.14182) 1283 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:32.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:31 smithi060 bash[25939]: cluster 2023-12-08T10:47:30.537372+0000 mgr.smithi060.abncol (mgr.14182) 1283 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:32.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:33.165 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:33.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:33 smithi105 bash[29464]: audit 2023-12-08T10:47:31.562498+0000 mgr.smithi060.abncol (mgr.14182) 1284 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:33.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:33 smithi060 bash[25939]: audit 2023-12-08T10:47:31.562498+0000 mgr.smithi060.abncol (mgr.14182) 1284 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:34.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:34 smithi105 bash[29464]: cluster 2023-12-08T10:47:32.539428+0000 mgr.smithi060.abncol (mgr.14182) 1285 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:34.467 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:34 smithi060 bash[25939]: cluster 2023-12-08T10:47:32.539428+0000 mgr.smithi060.abncol (mgr.14182) 1285 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:36.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:35 smithi060 bash[25939]: cluster 2023-12-08T10:47:34.540259+0000 mgr.smithi060.abncol (mgr.14182) 1286 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:36.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:35 smithi060 bash[25939]: audit 2023-12-08T10:47:34.726090+0000 mon.smithi060 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:35 smithi105 bash[29464]: cluster 2023-12-08T10:47:34.540259+0000 mgr.smithi060.abncol (mgr.14182) 1286 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:35 smithi105 bash[29464]: audit 2023-12-08T10:47:34.726090+0000 mon.smithi060 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:47:36.230 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:36.230 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:36.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:37.817 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:38 smithi060 bash[25939]: audit 2023-12-08T10:47:36.217540+0000 mgr.smithi060.abncol (mgr.14182) 1287 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:38 smithi060 bash[25939]: cluster 2023-12-08T10:47:36.541712+0000 mgr.smithi060.abncol (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-08T10:47:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:38 smithi105 bash[29464]: audit 2023-12-08T10:47:36.217540+0000 mgr.smithi060.abncol (mgr.14182) 1287 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:38 smithi105 bash[29464]: cluster 2023-12-08T10:47:36.541712+0000 mgr.smithi060.abncol (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-08T10:47:40.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:40 smithi060 bash[25939]: cluster 2023-12-08T10:47:38.543797+0000 mgr.smithi060.abncol (mgr.14182) 1289 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:40 smithi105 bash[29464]: cluster 2023-12-08T10:47:38.543797+0000 mgr.smithi060.abncol (mgr.14182) 1289 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:40.918 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:40.918 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:41.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:42.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:42 smithi105 bash[29464]: cluster 2023-12-08T10:47:40.545157+0000 mgr.smithi060.abncol (mgr.14182) 1290 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:42 smithi105 bash[29464]: audit 2023-12-08T10:47:40.900231+0000 mgr.smithi060.abncol (mgr.14182) 1291 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:42.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:42 smithi060 bash[25939]: cluster 2023-12-08T10:47:40.545157+0000 mgr.smithi060.abncol (mgr.14182) 1290 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:42.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:42 smithi060 bash[25939]: audit 2023-12-08T10:47:40.900231+0000 mgr.smithi060.abncol (mgr.14182) 1291 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:42.548 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:44 smithi105 bash[29464]: cluster 2023-12-08T10:47:42.547223+0000 mgr.smithi060.abncol (mgr.14182) 1292 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:44.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:44 smithi060 bash[25939]: cluster 2023-12-08T10:47:42.547223+0000 mgr.smithi060.abncol (mgr.14182) 1292 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:45.696 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:45.696 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:46.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:46.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:46 smithi105 bash[29464]: cluster 2023-12-08T10:47:44.548661+0000 mgr.smithi060.abncol (mgr.14182) 1293 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:46.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:46 smithi060 bash[25939]: cluster 2023-12-08T10:47:44.548661+0000 mgr.smithi060.abncol (mgr.14182) 1293 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:47.312 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:47.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:47 smithi105 bash[29464]: audit 2023-12-08T10:47:45.675476+0000 mgr.smithi060.abncol (mgr.14182) 1294 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:47.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:47 smithi060 bash[25939]: audit 2023-12-08T10:47:45.675476+0000 mgr.smithi060.abncol (mgr.14182) 1294 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:48 smithi105 bash[29464]: cluster 2023-12-08T10:47:46.550184+0000 mgr.smithi060.abncol (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-08T10:47:48.448 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:48 smithi060 bash[25939]: cluster 2023-12-08T10:47:46.550184+0000 mgr.smithi060.abncol (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-08T10:47:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:50 smithi060 bash[25939]: cluster 2023-12-08T10:47:48.552283+0000 mgr.smithi060.abncol (mgr.14182) 1296 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:50 smithi105 bash[29464]: cluster 2023-12-08T10:47:48.552283+0000 mgr.smithi060.abncol (mgr.14182) 1296 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:47:50.444 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:50.444 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:51.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:52.030 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:52 smithi105 bash[29464]: audit 2023-12-08T10:47:50.424659+0000 mgr.smithi060.abncol (mgr.14182) 1297 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:52 smithi105 bash[29464]: cluster 2023-12-08T10:47:50.553113+0000 mgr.smithi060.abncol (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-08T10:47:52.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:52 smithi060 bash[25939]: audit 2023-12-08T10:47:50.424659+0000 mgr.smithi060.abncol (mgr.14182) 1297 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:52.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:52 smithi060 bash[25939]: cluster 2023-12-08T10:47:50.553113+0000 mgr.smithi060.abncol (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-08T10:47:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:54 smithi105 bash[29464]: cluster 2023-12-08T10:47:52.555122+0000 mgr.smithi060.abncol (mgr.14182) 1299 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:54.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:54 smithi060 bash[25939]: cluster 2023-12-08T10:47:52.555122+0000 mgr.smithi060.abncol (mgr.14182) 1299 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:55.211 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:55.211 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:47:55.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:56.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:56 smithi105 bash[29464]: cluster 2023-12-08T10:47:54.556509+0000 mgr.smithi060.abncol (mgr.14182) 1300 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:56.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:56 smithi060 bash[25939]: cluster 2023-12-08T10:47:54.556509+0000 mgr.smithi060.abncol (mgr.14182) 1300 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:56.792 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:57 smithi060 bash[25939]: audit 2023-12-08T10:47:55.192709+0000 mgr.smithi060.abncol (mgr.14182) 1301 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:57.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:57 smithi105 bash[29464]: audit 2023-12-08T10:47:55.192709+0000 mgr.smithi060.abncol (mgr.14182) 1301 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:58.165 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:47:58 smithi060 bash[25939]: cluster 2023-12-08T10:47:56.558038+0000 mgr.smithi060.abncol (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-08T10:47:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:47:58 smithi105 bash[29464]: cluster 2023-12-08T10:47:56.558038+0000 mgr.smithi060.abncol (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-08T10:47:59.951 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:47:59.951 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:00.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:00 smithi060 bash[25939]: cluster 2023-12-08T10:47:58.560104+0000 mgr.smithi060.abncol (mgr.14182) 1303 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:00.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:00.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:00 smithi105 bash[29464]: cluster 2023-12-08T10:47:58.560104+0000 mgr.smithi060.abncol (mgr.14182) 1303 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:01.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:01 smithi060 bash[25939]: audit 2023-12-08T10:47:59.931511+0000 mgr.smithi060.abncol (mgr.14182) 1304 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:01.602 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:01 smithi105 bash[29464]: audit 2023-12-08T10:47:59.931511+0000 mgr.smithi060.abncol (mgr.14182) 1304 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:02.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:02 smithi060 bash[25939]: cluster 2023-12-08T10:48:00.561594+0000 mgr.smithi060.abncol (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-08T10:48:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:02 smithi105 bash[29464]: cluster 2023-12-08T10:48:00.561594+0000 mgr.smithi060.abncol (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-08T10:48:04.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:04 smithi060 bash[25939]: cluster 2023-12-08T10:48:02.563757+0000 mgr.smithi060.abncol (mgr.14182) 1306 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:04 smithi105 bash[29464]: cluster 2023-12-08T10:48:02.563757+0000 mgr.smithi060.abncol (mgr.14182) 1306 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:04.806 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:04.806 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:05.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:06.471 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:06.484 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:06 smithi060 bash[25939]: cluster 2023-12-08T10:48:04.565039+0000 mgr.smithi060.abncol (mgr.14182) 1307 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:06.484 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:06 smithi060 bash[25939]: audit 2023-12-08T10:48:04.785377+0000 mgr.smithi060.abncol (mgr.14182) 1308 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:06.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:06 smithi105 bash[29464]: cluster 2023-12-08T10:48:04.565039+0000 mgr.smithi060.abncol (mgr.14182) 1307 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:06 smithi105 bash[29464]: audit 2023-12-08T10:48:04.785377+0000 mgr.smithi060.abncol (mgr.14182) 1308 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:08.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:08 smithi060 bash[25939]: cluster 2023-12-08T10:48:06.566426+0000 mgr.smithi060.abncol (mgr.14182) 1309 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:08 smithi105 bash[29464]: cluster 2023-12-08T10:48:06.566426+0000 mgr.smithi060.abncol (mgr.14182) 1309 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:09.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:09 smithi060 bash[25939]: cluster 2023-12-08T10:48:08.568528+0000 mgr.smithi060.abncol (mgr.14182) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:09 smithi105 bash[29464]: cluster 2023-12-08T10:48:08.568528+0000 mgr.smithi060.abncol (mgr.14182) 1310 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:48:09.626 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:09.626 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:10.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:10.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:10 smithi060 bash[25939]: audit 2023-12-08T10:48:09.606670+0000 mgr.smithi060.abncol (mgr.14182) 1311 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:10.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:10 smithi105 bash[29464]: audit 2023-12-08T10:48:09.606670+0000 mgr.smithi060.abncol (mgr.14182) 1311 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:11.229 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:11.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:11 smithi060 bash[25939]: cluster 2023-12-08T10:48:10.569962+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:48:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:11 smithi105 bash[29464]: cluster 2023-12-08T10:48:10.569962+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:48:14.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:14 smithi060 bash[25939]: cluster 2023-12-08T10:48:12.572098+0000 mgr.smithi060.abncol (mgr.14182) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:14.321 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:14.321 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:14 smithi105 bash[29464]: cluster 2023-12-08T10:48:12.572098+0000 mgr.smithi060.abncol (mgr.14182) 1313 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:14.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:15.956 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:16.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:16 smithi060 bash[25939]: audit 2023-12-08T10:48:14.308503+0000 mgr.smithi060.abncol (mgr.14182) 1314 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:16.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:16 smithi060 bash[25939]: cluster 2023-12-08T10:48:14.573641+0000 mgr.smithi060.abncol (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; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:48:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:16 smithi105 bash[29464]: audit 2023-12-08T10:48:14.308503+0000 mgr.smithi060.abncol (mgr.14182) 1314 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:16 smithi105 bash[29464]: cluster 2023-12-08T10:48:14.573641+0000 mgr.smithi060.abncol (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; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:48:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:18 smithi105 bash[29464]: cluster 2023-12-08T10:48:16.575196+0000 mgr.smithi060.abncol (mgr.14182) 1316 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-08T10:48:18.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:18 smithi060 bash[25939]: cluster 2023-12-08T10:48:16.575196+0000 mgr.smithi060.abncol (mgr.14182) 1316 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 14 op/s 2023-12-08T10:48:19.161 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:19.162 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:19.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:20 smithi060 bash[25939]: cluster 2023-12-08T10:48:18.577253+0000 mgr.smithi060.abncol (mgr.14182) 1317 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-12-08T10:48:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:20 smithi060 bash[25939]: audit 2023-12-08T10:48:19.148146+0000 mgr.smithi060.abncol (mgr.14182) 1318 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:20.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:20 smithi105 bash[29464]: cluster 2023-12-08T10:48:18.577253+0000 mgr.smithi060.abncol (mgr.14182) 1317 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 58 op/s 2023-12-08T10:48:20.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:20 smithi105 bash[29464]: audit 2023-12-08T10:48:19.148146+0000 mgr.smithi060.abncol (mgr.14182) 1318 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:20.917 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:22.234 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:22 smithi060 bash[25939]: cluster 2023-12-08T10:48:20.578686+0000 mgr.smithi060.abncol (mgr.14182) 1319 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:22 smithi105 bash[29464]: cluster 2023-12-08T10:48:20.578686+0000 mgr.smithi060.abncol (mgr.14182) 1319 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:24.025 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:24.025 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:46:16.205065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bykesz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:24.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:24 smithi105 bash[29464]: cluster 2023-12-08T10:48:22.580833+0000 mgr.smithi060.abncol (mgr.14182) 1320 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:24.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:24 smithi060 bash[25939]: cluster 2023-12-08T10:48:22.580833+0000 mgr.smithi060.abncol (mgr.14182) 1320 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:24.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.004167+0000 mgr.smithi060.abncol (mgr.14182) 1321 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.537192+0000 mon.smithi060 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.863705+0000 mon.smithi060 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.865264+0000 mon.smithi060 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.874098+0000 mon.smithi060 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.884565+0000 mon.smithi060 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:48:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:25 smithi105 bash[29464]: audit 2023-12-08T10:48:24.902999+0000 mon.smithi060 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:25.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.004167+0000 mgr.smithi060.abncol (mgr.14182) 1321 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.537192+0000 mon.smithi060 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.863705+0000 mon.smithi060 (mon.0) 985 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.865264+0000 mon.smithi060 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.874098+0000 mon.smithi060 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.884565+0000 mon.smithi060 (mon.0) 988 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:48:25.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:25 smithi060 bash[25939]: audit 2023-12-08T10:48:24.902999+0000 mon.smithi060 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:25.590 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:26 smithi105 bash[29464]: cluster 2023-12-08T10:48:24.582329+0000 mgr.smithi060.abncol (mgr.14182) 1322 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:26 smithi105 bash[29464]: cluster 2023-12-08T10:48:24.875540+0000 mgr.smithi060.abncol (mgr.14182) 1323 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2023-12-08T10:48:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:26 smithi105 bash[29464]: cephadm 2023-12-08T10:48:24.907665+0000 mgr.smithi060.abncol (mgr.14182) 1324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mvjvjd on smithi105 2023-12-08T10:48:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:26 smithi105 bash[29464]: cluster 2023-12-08T10:48:25.093483+0000 mon.smithi060 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:48:26.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:26 smithi105 bash[29464]: cluster 2023-12-08T10:48:25.093549+0000 mon.smithi060 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-12-08T10:48:26.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:26 smithi060 bash[25939]: cluster 2023-12-08T10:48:24.582329+0000 mgr.smithi060.abncol (mgr.14182) 1322 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 67 op/s 2023-12-08T10:48:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:26 smithi060 bash[25939]: cluster 2023-12-08T10:48:24.875540+0000 mgr.smithi060.abncol (mgr.14182) 1323 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2023-12-08T10:48:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:26 smithi060 bash[25939]: cephadm 2023-12-08T10:48:24.907665+0000 mgr.smithi060.abncol (mgr.14182) 1324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.mvjvjd on smithi105 2023-12-08T10:48:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:26 smithi060 bash[25939]: cluster 2023-12-08T10:48:25.093483+0000 mon.smithi060 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:48:26.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:26 smithi060 bash[25939]: cluster 2023-12-08T10:48:25.093549+0000 mon.smithi060 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-12-08T10:48:28.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:28 smithi105 bash[29464]: cluster 2023-12-08T10:48:26.877024+0000 mgr.smithi060.abncol (mgr.14182) 1325 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2023-12-08T10:48:28.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:28 smithi060 bash[25939]: cluster 2023-12-08T10:48:26.877024+0000 mgr.smithi060.abncol (mgr.14182) 1325 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 62 op/s 2023-12-08T10:48:28.827 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:28.827 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:20.382349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sjxtjf on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-sjxtjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.sjxtjf\nDeploy daemon haproxy.nfs.foo.smithi105.sjxtjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.523084Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.qdgzoz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-qdgzoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.qdgzoz\nDeploy daemon haproxy.nfs.foo.smithi060.qdgzoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:24.527565Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wqwisv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:29.517 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:29 smithi060 bash[25939]: audit 2023-12-08T10:48:28.684810+0000 mon.smithi060 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mvjvjd"}]: dispatch 2023-12-08T10:48:29.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:29 smithi105 bash[29464]: audit 2023-12-08T10:48:28.684810+0000 mon.smithi060 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.mvjvjd"}]: dispatch 2023-12-08T10:48:30.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: cephadm 2023-12-08T10:48:28.683613+0000 mgr.smithi060.abncol (mgr.14182) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:30.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: cephadm 2023-12-08T10:48:28.684132+0000 mgr.smithi060.abncol (mgr.14182) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: cephadm 2023-12-08T10:48:28.686407+0000 mgr.smithi060.abncol (mgr.14182) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: cephadm 2023-12-08T10:48:28.690896+0000 mgr.smithi060.abncol (mgr.14182) 1329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.xuhgyn on smithi060 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: audit 2023-12-08T10:48:28.806024+0000 mgr.smithi060.abncol (mgr.14182) 1330 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:30.280 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:30 smithi060 bash[25939]: cluster 2023-12-08T10:48:28.878326+0000 mgr.smithi060.abncol (mgr.14182) 1331 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-08T10:48:30.520 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: cephadm 2023-12-08T10:48:28.683613+0000 mgr.smithi060.abncol (mgr.14182) 1326 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:30.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: cephadm 2023-12-08T10:48:28.684132+0000 mgr.smithi060.abncol (mgr.14182) 1327 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: cephadm 2023-12-08T10:48:28.686407+0000 mgr.smithi060.abncol (mgr.14182) 1328 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.mvjvjd ... 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: cephadm 2023-12-08T10:48:28.690896+0000 mgr.smithi060.abncol (mgr.14182) 1329 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.xuhgyn on smithi060 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: audit 2023-12-08T10:48:28.806024+0000 mgr.smithi060.abncol (mgr.14182) 1330 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:30.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:30 smithi105 bash[29464]: cluster 2023-12-08T10:48:28.878326+0000 mgr.smithi060.abncol (mgr.14182) 1331 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-08T10:48:32.512 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:32 smithi060 bash[25939]: cluster 2023-12-08T10:48:30.879595+0000 mgr.smithi060.abncol (mgr.14182) 1332 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:48:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:32 smithi105 bash[29464]: cluster 2023-12-08T10:48:30.879595+0000 mgr.smithi060.abncol (mgr.14182) 1332 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-08T10:48:33.484 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:33 smithi060 bash[25939]: audit 2023-12-08T10:48:32.732721+0000 mon.smithi060 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.xuhgyn"}]: dispatch 2023-12-08T10:48:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:33 smithi105 bash[29464]: audit 2023-12-08T10:48:32.732721+0000 mon.smithi060 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.xuhgyn"}]: dispatch 2023-12-08T10:48:33.924 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:33.924 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cephadm 2023-12-08T10:48:32.731636+0000 mgr.smithi060.abncol (mgr.14182) 1333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cephadm 2023-12-08T10:48:32.732057+0000 mgr.smithi060.abncol (mgr.14182) 1334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cephadm 2023-12-08T10:48:32.734142+0000 mgr.smithi060.abncol (mgr.14182) 1335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:48:34.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cephadm 2023-12-08T10:48:32.737750+0000 mgr.smithi060.abncol (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cephadm 2023-12-08T10:48:32.739568+0000 mgr.smithi060.abncol (mgr.14182) 1337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cluster 2023-12-08T10:48:32.741396+0000 mgr.smithi060.abncol (mgr.14182) 1338 : cluster [DBG] pgmap v872: 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-08T10:48:34.279 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:34 smithi060 bash[25939]: cluster 2023-12-08T10:48:33.131908+0000 mon.smithi060 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:48:34.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cephadm 2023-12-08T10:48:32.731636+0000 mgr.smithi060.abncol (mgr.14182) 1333 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:48:34.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cephadm 2023-12-08T10:48:32.732057+0000 mgr.smithi060.abncol (mgr.14182) 1334 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cephadm 2023-12-08T10:48:32.734142+0000 mgr.smithi060.abncol (mgr.14182) 1335 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xuhgyn ... 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cephadm 2023-12-08T10:48:32.737750+0000 mgr.smithi060.abncol (mgr.14182) 1336 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:34.629 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cephadm 2023-12-08T10:48:32.739568+0000 mgr.smithi060.abncol (mgr.14182) 1337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:48:34.630 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cluster 2023-12-08T10:48:32.741396+0000 mgr.smithi060.abncol (mgr.14182) 1338 : cluster [DBG] pgmap v872: 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-08T10:48:34.630 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:34 smithi105 bash[29464]: cluster 2023-12-08T10:48:33.131908+0000 mon.smithi060 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:48:35.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:35 smithi060 bash[25939]: audit 2023-12-08T10:48:33.910371+0000 mgr.smithi060.abncol (mgr.14182) 1339 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:35.567 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:35 smithi105 bash[29464]: audit 2023-12-08T10:48:33.910371+0000 mgr.smithi060.abncol (mgr.14182) 1339 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:36.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:36 smithi060 bash[25939]: cluster 2023-12-08T10:48:34.742953+0000 mgr.smithi060.abncol (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; 100 B/s rd, 0 op/s 2023-12-08T10:48:36.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:36 smithi060 bash[25939]: audit 2023-12-08T10:48:35.987322+0000 mon.smithi060 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:36 smithi105 bash[29464]: cluster 2023-12-08T10:48:34.742953+0000 mgr.smithi060.abncol (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; 100 B/s rd, 0 op/s 2023-12-08T10:48:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:36 smithi105 bash[29464]: audit 2023-12-08T10:48:35.987322+0000 mon.smithi060 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:48:38.482 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:38 smithi060 bash[25939]: cluster 2023-12-08T10:48:36.744829+0000 mgr.smithi060.abncol (mgr.14182) 1341 : cluster [DBG] pgmap v874: 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-08T10:48:38.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:38 smithi105 bash[29464]: cluster 2023-12-08T10:48:36.744829+0000 mgr.smithi060.abncol (mgr.14182) 1341 : cluster [DBG] pgmap v874: 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-08T10:48:38.855 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:38.855 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:39.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:40.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:40 smithi060 bash[25939]: cluster 2023-12-08T10:48:38.746435+0000 mgr.smithi060.abncol (mgr.14182) 1342 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:48:40.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:40 smithi060 bash[25939]: audit 2023-12-08T10:48:38.841635+0000 mgr.smithi060.abncol (mgr.14182) 1343 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:40.460 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:40.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:40 smithi105 bash[29464]: cluster 2023-12-08T10:48:38.746435+0000 mgr.smithi060.abncol (mgr.14182) 1342 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-08T10:48:40.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:40 smithi105 bash[29464]: audit 2023-12-08T10:48:38.841635+0000 mgr.smithi060.abncol (mgr.14182) 1343 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:41.522 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:41 smithi060 bash[25939]: cluster 2023-12-08T10:48:40.747868+0000 mgr.smithi060.abncol (mgr.14182) 1344 : cluster [DBG] pgmap v876: 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-08T10:48:41.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:41 smithi105 bash[29464]: cluster 2023-12-08T10:48:40.747868+0000 mgr.smithi060.abncol (mgr.14182) 1344 : cluster [DBG] pgmap v876: 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-08T10:48:43.493 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:43.493 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:44.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:44 smithi105 bash[29464]: cluster 2023-12-08T10:48:42.749909+0000 mgr.smithi060.abncol (mgr.14182) 1345 : cluster [DBG] pgmap v877: 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-08T10:48:44.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:44 smithi060 bash[25939]: cluster 2023-12-08T10:48:42.749909+0000 mgr.smithi060.abncol (mgr.14182) 1345 : cluster [DBG] pgmap v877: 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-08T10:48:45.112 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:45 smithi105 bash[29464]: audit 2023-12-08T10:48:43.471613+0000 mgr.smithi060.abncol (mgr.14182) 1346 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:45.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:45 smithi060 bash[25939]: audit 2023-12-08T10:48:43.471613+0000 mgr.smithi060.abncol (mgr.14182) 1346 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:46.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:46 smithi105 bash[29464]: cluster 2023-12-08T10:48:44.751428+0000 mgr.smithi060.abncol (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-08T10:48:46.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:46 smithi060 bash[25939]: cluster 2023-12-08T10:48:44.751428+0000 mgr.smithi060.abncol (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-08T10:48:48.163 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:48.163 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:48.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:48 smithi105 bash[29464]: cluster 2023-12-08T10:48:46.753196+0000 mgr.smithi060.abncol (mgr.14182) 1348 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:48 smithi060 bash[25939]: cluster 2023-12-08T10:48:46.753196+0000 mgr.smithi060.abncol (mgr.14182) 1348 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:48.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:49.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:49 smithi105 bash[29464]: audit 2023-12-08T10:48:48.145701+0000 mgr.smithi060.abncol (mgr.14182) 1349 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:49.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:49 smithi060 bash[25939]: audit 2023-12-08T10:48:48.145701+0000 mgr.smithi060.abncol (mgr.14182) 1349 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:49.748 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:50 smithi105 bash[29464]: cluster 2023-12-08T10:48:48.754419+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:48:50.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:50 smithi060 bash[25939]: cluster 2023-12-08T10:48:48.754419+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:48:52.434 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:52 smithi060 bash[25939]: cluster 2023-12-08T10:48:50.755352+0000 mgr.smithi060.abncol (mgr.14182) 1351 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:52 smithi105 bash[29464]: cluster 2023-12-08T10:48:50.755352+0000 mgr.smithi060.abncol (mgr.14182) 1351 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:52.790 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:52.790 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:53.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:54.400 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:54.413 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:54 smithi060 bash[25939]: cluster 2023-12-08T10:48:52.757226+0000 mgr.smithi060.abncol (mgr.14182) 1352 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:54.413 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:54 smithi060 bash[25939]: audit 2023-12-08T10:48:52.777110+0000 mgr.smithi060.abncol (mgr.14182) 1353 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:54 smithi105 bash[29464]: cluster 2023-12-08T10:48:52.757226+0000 mgr.smithi060.abncol (mgr.14182) 1352 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:54 smithi105 bash[29464]: audit 2023-12-08T10:48:52.777110+0000 mgr.smithi060.abncol (mgr.14182) 1353 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:56.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:56 smithi060 bash[25939]: cluster 2023-12-08T10:48:54.758705+0000 mgr.smithi060.abncol (mgr.14182) 1354 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:56 smithi105 bash[29464]: cluster 2023-12-08T10:48:54.758705+0000 mgr.smithi060.abncol (mgr.14182) 1354 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:48:57.492 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:48:57.493 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:48:58.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:58.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:58 smithi060 bash[25939]: cluster 2023-12-08T10:48:56.760606+0000 mgr.smithi060.abncol (mgr.14182) 1355 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-08T10:48:58.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:58 smithi105 bash[29464]: cluster 2023-12-08T10:48:56.760606+0000 mgr.smithi060.abncol (mgr.14182) 1355 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-08T10:48:59.094 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:59.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:48:59 smithi060 bash[25939]: audit 2023-12-08T10:48:57.478009+0000 mgr.smithi060.abncol (mgr.14182) 1356 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:48:59 smithi105 bash[29464]: audit 2023-12-08T10:48:57.478009+0000 mgr.smithi060.abncol (mgr.14182) 1356 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:00.230 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:00 smithi060 bash[25939]: cluster 2023-12-08T10:48:58.762462+0000 mgr.smithi060.abncol (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; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:49:00.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:00 smithi105 bash[29464]: cluster 2023-12-08T10:48:58.762462+0000 mgr.smithi060.abncol (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; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-08T10:49:02.135 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:02.135 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:02.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:02 smithi060 bash[25939]: cluster 2023-12-08T10:49:00.764129+0000 mgr.smithi060.abncol (mgr.14182) 1358 : 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-08T10:49:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:02 smithi105 bash[29464]: cluster 2023-12-08T10:49:00.764129+0000 mgr.smithi060.abncol (mgr.14182) 1358 : 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-08T10:49:02.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:03.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:03 smithi060 bash[25939]: audit 2023-12-08T10:49:02.117494+0000 mgr.smithi060.abncol (mgr.14182) 1359 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:03 smithi105 bash[29464]: audit 2023-12-08T10:49:02.117494+0000 mgr.smithi060.abncol (mgr.14182) 1359 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:03.736 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:04.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:04 smithi060 bash[25939]: cluster 2023-12-08T10:49:02.765997+0000 mgr.smithi060.abncol (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; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:49:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:04 smithi105 bash[29464]: cluster 2023-12-08T10:49:02.765997+0000 mgr.smithi060.abncol (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; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-08T10:49:06.514 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:06 smithi060 bash[25939]: cluster 2023-12-08T10:49:04.767460+0000 mgr.smithi060.abncol (mgr.14182) 1361 : cluster [DBG] pgmap v888: 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-08T10:49:06.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:06 smithi105 bash[29464]: cluster 2023-12-08T10:49:04.767460+0000 mgr.smithi060.abncol (mgr.14182) 1361 : cluster [DBG] pgmap v888: 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-08T10:49:06.956 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:06.957 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:07.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:08 smithi105 bash[29464]: cluster 2023-12-08T10:49:06.768933+0000 mgr.smithi060.abncol (mgr.14182) 1362 : cluster [DBG] pgmap v889: 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-08T10:49:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:08 smithi105 bash[29464]: audit 2023-12-08T10:49:06.935946+0000 mgr.smithi060.abncol (mgr.14182) 1363 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:08.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:08 smithi060 bash[25939]: cluster 2023-12-08T10:49:06.768933+0000 mgr.smithi060.abncol (mgr.14182) 1362 : cluster [DBG] pgmap v889: 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-08T10:49:08.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:08 smithi060 bash[25939]: audit 2023-12-08T10:49:06.935946+0000 mgr.smithi060.abncol (mgr.14182) 1363 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:08.598 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:10.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:10 smithi060 bash[25939]: cluster 2023-12-08T10:49:08.770636+0000 mgr.smithi060.abncol (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; 1.9 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-08T10:49:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:10 smithi105 bash[29464]: cluster 2023-12-08T10:49:08.770636+0000 mgr.smithi060.abncol (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; 1.9 KiB/s rd, 0 B/s wr, 3 op/s 2023-12-08T10:49:11.760 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:11.760 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:12.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:12 smithi105 bash[29464]: cluster 2023-12-08T10:49:10.772117+0000 mgr.smithi060.abncol (mgr.14182) 1365 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:49:12.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:12 smithi060 bash[25939]: cluster 2023-12-08T10:49:10.772117+0000 mgr.smithi060.abncol (mgr.14182) 1365 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-12-08T10:49:13.333 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:13.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:13 smithi105 bash[29464]: audit 2023-12-08T10:49:11.747565+0000 mgr.smithi060.abncol (mgr.14182) 1366 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:13.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:13 smithi060 bash[25939]: audit 2023-12-08T10:49:11.747565+0000 mgr.smithi060.abncol (mgr.14182) 1366 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:14.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:14 smithi105 bash[29464]: cluster 2023-12-08T10:49:12.773967+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:14.393 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:14 smithi060 bash[25939]: cluster 2023-12-08T10:49:12.773967+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:16.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:16 smithi060 bash[25939]: cluster 2023-12-08T10:49:14.775474+0000 mgr.smithi060.abncol (mgr.14182) 1368 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:16 smithi105 bash[29464]: cluster 2023-12-08T10:49:14.775474+0000 mgr.smithi060.abncol (mgr.14182) 1368 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:16.387 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:16.388 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:16.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:17.992 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:18.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:18 smithi060 bash[25939]: audit 2023-12-08T10:49:16.366774+0000 mgr.smithi060.abncol (mgr.14182) 1369 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:18.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:18 smithi060 bash[25939]: cluster 2023-12-08T10:49:16.777273+0000 mgr.smithi060.abncol (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-08T10:49:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:18 smithi105 bash[29464]: audit 2023-12-08T10:49:16.366774+0000 mgr.smithi060.abncol (mgr.14182) 1369 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:18 smithi105 bash[29464]: cluster 2023-12-08T10:49:16.777273+0000 mgr.smithi060.abncol (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-08T10:49:20.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:20 smithi060 bash[25939]: cluster 2023-12-08T10:49:18.779194+0000 mgr.smithi060.abncol (mgr.14182) 1371 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:20 smithi105 bash[29464]: cluster 2023-12-08T10:49:18.779194+0000 mgr.smithi060.abncol (mgr.14182) 1371 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:21.100 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:21.100 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:21.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:22.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:22 smithi060 bash[25939]: cluster 2023-12-08T10:49:20.780266+0000 mgr.smithi060.abncol (mgr.14182) 1372 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:22.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:22 smithi060 bash[25939]: audit 2023-12-08T10:49:21.081408+0000 mgr.smithi060.abncol (mgr.14182) 1373 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:22.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:22 smithi105 bash[29464]: cluster 2023-12-08T10:49:20.780266+0000 mgr.smithi060.abncol (mgr.14182) 1372 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:22.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:22 smithi105 bash[29464]: audit 2023-12-08T10:49:21.081408+0000 mgr.smithi060.abncol (mgr.14182) 1373 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:22.692 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:24.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:24 smithi060 bash[25939]: cluster 2023-12-08T10:49:22.782032+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:24.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:24 smithi105 bash[29464]: cluster 2023-12-08T10:49:22.782032+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:25.743 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:25.744 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:26.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:26.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:26 smithi060 bash[25939]: cluster 2023-12-08T10:49:24.783541+0000 mgr.smithi060.abncol (mgr.14182) 1375 : 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-08T10:49:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:26 smithi105 bash[29464]: cluster 2023-12-08T10:49:24.783541+0000 mgr.smithi060.abncol (mgr.14182) 1375 : 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-08T10:49:27.348 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:27.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:27 smithi060 bash[25939]: audit 2023-12-08T10:49:25.725552+0000 mgr.smithi060.abncol (mgr.14182) 1376 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:27 smithi105 bash[29464]: audit 2023-12-08T10:49:25.725552+0000 mgr.smithi060.abncol (mgr.14182) 1376 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:28.458 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:28 smithi060 bash[25939]: cluster 2023-12-08T10:49:26.785514+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:49:28.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:28 smithi105 bash[29464]: cluster 2023-12-08T10:49:26.785514+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:49:30.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:30 smithi060 bash[25939]: cluster 2023-12-08T10:49:28.787116+0000 mgr.smithi060.abncol (mgr.14182) 1378 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:30.384 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:30.385 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:30.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:30 smithi105 bash[29464]: cluster 2023-12-08T10:49:28.787116+0000 mgr.smithi060.abncol (mgr.14182) 1378 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:49:31.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:32.007 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:32.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:32 smithi060 bash[25939]: audit 2023-12-08T10:49:30.368379+0000 mgr.smithi060.abncol (mgr.14182) 1379 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:32.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:32 smithi060 bash[25939]: cluster 2023-12-08T10:49:30.788637+0000 mgr.smithi060.abncol (mgr.14182) 1380 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:32 smithi105 bash[29464]: audit 2023-12-08T10:49:30.368379+0000 mgr.smithi060.abncol (mgr.14182) 1379 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:32 smithi105 bash[29464]: cluster 2023-12-08T10:49:30.788637+0000 mgr.smithi060.abncol (mgr.14182) 1380 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:33.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:32.743408+0000 mon.smithi060 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:49:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:33.067085+0000 mon.smithi060 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:49:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:33.068182+0000 mon.smithi060 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:49:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:33.074656+0000 mon.smithi060 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:33.083980+0000 mon.smithi060 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:49:33.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:33 smithi060 bash[25939]: audit 2023-12-08T10:49:33.098511+0000 mon.smithi060 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:32.743408+0000 mon.smithi060 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:49:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:33.067085+0000 mon.smithi060 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:49:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:33.068182+0000 mon.smithi060 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:49:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:33.074656+0000 mon.smithi060 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:33.083980+0000 mon.smithi060 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:49:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:33 smithi105 bash[29464]: audit 2023-12-08T10:49:33.098511+0000 mon.smithi060 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:34.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:34 smithi060 bash[25939]: cluster 2023-12-08T10:49:32.790476+0000 mgr.smithi060.abncol (mgr.14182) 1381 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:34.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:34 smithi060 bash[25939]: cluster 2023-12-08T10:49:33.075676+0000 mgr.smithi060.abncol (mgr.14182) 1382 : cluster [DBG] pgmap v903: 225 pgs: 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-08T10:49:34.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:34 smithi060 bash[25939]: cephadm 2023-12-08T10:49:33.101456+0000 mgr.smithi060.abncol (mgr.14182) 1383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dlplcu on smithi105 2023-12-08T10:49:34.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:34 smithi060 bash[25939]: cluster 2023-12-08T10:49:33.161493+0000 mon.smithi060 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:49:34.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:34 smithi060 bash[25939]: cluster 2023-12-08T10:49:33.161572+0000 mon.smithi060 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-12-08T10:49:34.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:34 smithi105 bash[29464]: cluster 2023-12-08T10:49:32.790476+0000 mgr.smithi060.abncol (mgr.14182) 1381 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:49:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:34 smithi105 bash[29464]: cluster 2023-12-08T10:49:33.075676+0000 mgr.smithi060.abncol (mgr.14182) 1382 : cluster [DBG] pgmap v903: 225 pgs: 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-08T10:49:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:34 smithi105 bash[29464]: cephadm 2023-12-08T10:49:33.101456+0000 mgr.smithi060.abncol (mgr.14182) 1383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.dlplcu on smithi105 2023-12-08T10:49:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:34 smithi105 bash[29464]: cluster 2023-12-08T10:49:33.161493+0000 mon.smithi060 (mon.0) 1002 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:49:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:34 smithi105 bash[29464]: cluster 2023-12-08T10:49:33.161572+0000 mon.smithi060 (mon.0) 1003 : cluster [INF] Cluster is now healthy 2023-12-08T10:49:35.004 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:35.004 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:24.531058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.basakr on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:35.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:36.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:35 smithi060 bash[25939]: audit 2023-12-08T10:49:34.728173+0000 mon.smithi060 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:36.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:35 smithi060 bash[25939]: audit 2023-12-08T10:49:34.985490+0000 mgr.smithi060.abncol (mgr.14182) 1384 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:36.025 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:35 smithi060 bash[25939]: cluster 2023-12-08T10:49:35.076814+0000 mgr.smithi060.abncol (mgr.14182) 1385 : cluster [DBG] pgmap v904: 225 pgs: 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-08T10:49:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:35 smithi105 bash[29464]: audit 2023-12-08T10:49:34.728173+0000 mon.smithi060 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:35 smithi105 bash[29464]: audit 2023-12-08T10:49:34.985490+0000 mgr.smithi060.abncol (mgr.14182) 1384 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:36.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:35 smithi105 bash[29464]: cluster 2023-12-08T10:49:35.076814+0000 mgr.smithi060.abncol (mgr.14182) 1385 : cluster [DBG] pgmap v904: 225 pgs: 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-08T10:49:36.607 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: cluster 2023-12-08T10:49:37.078622+0000 mgr.smithi060.abncol (mgr.14182) 1386 : cluster [DBG] pgmap v905: 225 pgs: 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-08T10:49:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: cephadm 2023-12-08T10:49:37.109313+0000 mgr.smithi060.abncol (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-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:38.276 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: cephadm 2023-12-08T10:49:37.109692+0000 mgr.smithi060.abncol (mgr.14182) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: audit 2023-12-08T10:49:37.110231+0000 mon.smithi060 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dlplcu"}]: dispatch 2023-12-08T10:49:38.277 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: cephadm 2023-12-08T10:49:37.111729+0000 mgr.smithi060.abncol (mgr.14182) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.278 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:38 smithi060 bash[25939]: cephadm 2023-12-08T10:49:37.116294+0000 mgr.smithi060.abncol (mgr.14182) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.trvyfj on smithi060 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: cluster 2023-12-08T10:49:37.078622+0000 mgr.smithi060.abncol (mgr.14182) 1386 : cluster [DBG] pgmap v905: 225 pgs: 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-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: cephadm 2023-12-08T10:49:37.109313+0000 mgr.smithi060.abncol (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-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: cephadm 2023-12-08T10:49:37.109692+0000 mgr.smithi060.abncol (mgr.14182) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: audit 2023-12-08T10:49:37.110231+0000 mon.smithi060 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.dlplcu"}]: dispatch 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: cephadm 2023-12-08T10:49:37.111729+0000 mgr.smithi060.abncol (mgr.14182) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.dlplcu ... 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:38 smithi105 bash[29464]: cephadm 2023-12-08T10:49:37.116294+0000 mgr.smithi060.abncol (mgr.14182) 1390 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.trvyfj on smithi060 2023-12-08T10:49:39.683 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:39.683 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:28.686183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.mvjvjd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-mvjvjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.mvjvjd\nDeploy daemon haproxy.nfs.foo.smithi105.mvjvjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.733828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xuhgyn on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xuhgyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xuhgyn\nDeploy daemon haproxy.nfs.foo.smithi060.xuhgyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:48:32.737621Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yuicdo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:40.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:40 smithi105 bash[29464]: cluster 2023-12-08T10:49:39.079886+0000 mgr.smithi060.abncol (mgr.14182) 1391 : cluster [DBG] pgmap v906: 225 pgs: 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-08T10:49:40.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:40 smithi060 bash[25939]: cluster 2023-12-08T10:49:39.079886+0000 mgr.smithi060.abncol (mgr.14182) 1391 : cluster [DBG] pgmap v906: 225 pgs: 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-08T10:49:41.246 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:41.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:41 smithi105 bash[29464]: audit 2023-12-08T10:49:39.670453+0000 mgr.smithi060.abncol (mgr.14182) 1392 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:41 smithi105 bash[29464]: audit 2023-12-08T10:49:40.907081+0000 mon.smithi060 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.trvyfj"}]: dispatch 2023-12-08T10:49:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:41 smithi105 bash[29464]: audit 2023-12-08T10:49:41.047329+0000 mon.smithi060 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:41.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:41 smithi060 bash[25939]: audit 2023-12-08T10:49:39.670453+0000 mgr.smithi060.abncol (mgr.14182) 1392 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:41.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:41 smithi060 bash[25939]: audit 2023-12-08T10:49:40.907081+0000 mon.smithi060 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.trvyfj"}]: dispatch 2023-12-08T10:49:41.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:41 smithi060 bash[25939]: audit 2023-12-08T10:49:41.047329+0000 mon.smithi060 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cephadm 2023-12-08T10:49:40.905655+0000 mgr.smithi060.abncol (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cephadm 2023-12-08T10:49:40.906278+0000 mgr.smithi060.abncol (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cephadm 2023-12-08T10:49:40.908576+0000 mgr.smithi060.abncol (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cephadm 2023-12-08T10:49:40.910711+0000 mgr.smithi060.abncol (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cephadm 2023-12-08T10:49:40.912474+0000 mgr.smithi060.abncol (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cluster 2023-12-08T10:49:40.914239+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:42 smithi105 bash[29464]: cluster 2023-12-08T10:49:41.096724+0000 mon.smithi060 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cephadm 2023-12-08T10:49:40.905655+0000 mgr.smithi060.abncol (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.381 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:49:42.382 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.383 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cephadm 2023-12-08T10:49:40.906278+0000 mgr.smithi060.abncol (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cephadm 2023-12-08T10:49:40.908576+0000 mgr.smithi060.abncol (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.trvyfj ... 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:42.384 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cephadm 2023-12-08T10:49:40.910711+0000 mgr.smithi060.abncol (mgr.14182) 1396 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:42.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cephadm 2023-12-08T10:49:40.912474+0000 mgr.smithi060.abncol (mgr.14182) 1397 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:49:42.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cluster 2023-12-08T10:49:40.914239+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:49:42.385 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:42 smithi060 bash[25939]: cluster 2023-12-08T10:49:41.096724+0000 mon.smithi060 (mon.0) 1008 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:49:44.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:44 smithi060 bash[25939]: cluster 2023-12-08T10:49:42.916280+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:49:44.338 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:44.338 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:44 smithi105 bash[29464]: cluster 2023-12-08T10:49:42.916280+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:49:44.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:45.943 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:46.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:46 smithi060 bash[25939]: audit 2023-12-08T10:49:44.319128+0000 mgr.smithi060.abncol (mgr.14182) 1400 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:46.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:46 smithi060 bash[25939]: cluster 2023-12-08T10:49:44.917791+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:49:46.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:46 smithi105 bash[29464]: audit 2023-12-08T10:49:44.319128+0000 mgr.smithi060.abncol (mgr.14182) 1400 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:46.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:46 smithi105 bash[29464]: cluster 2023-12-08T10:49:44.917791+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:49:48.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:48 smithi060 bash[25939]: cluster 2023-12-08T10:49:46.919825+0000 mgr.smithi060.abncol (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; 172 B/s rd, 0 op/s 2023-12-08T10:49:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:48 smithi105 bash[29464]: cluster 2023-12-08T10:49:46.919825+0000 mgr.smithi060.abncol (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; 172 B/s rd, 0 op/s 2023-12-08T10:49:49.032 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:49.032 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:49.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:50.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:50 smithi060 bash[25939]: cluster 2023-12-08T10:49:48.921248+0000 mgr.smithi060.abncol (mgr.14182) 1403 : cluster [DBG] pgmap v911: 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-08T10:49:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:50 smithi060 bash[25939]: audit 2023-12-08T10:49:49.012023+0000 mgr.smithi060.abncol (mgr.14182) 1404 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:50.275 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:50 smithi060 bash[25939]: audit 2023-12-08T10:49:49.729338+0000 mon.smithi060 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:50 smithi105 bash[29464]: cluster 2023-12-08T10:49:48.921248+0000 mgr.smithi060.abncol (mgr.14182) 1403 : cluster [DBG] pgmap v911: 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-08T10:49:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:50 smithi105 bash[29464]: audit 2023-12-08T10:49:49.012023+0000 mgr.smithi060.abncol (mgr.14182) 1404 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:50 smithi105 bash[29464]: audit 2023-12-08T10:49:49.729338+0000 mon.smithi060 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:49:50.682 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:52.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:52 smithi060 bash[25939]: cluster 2023-12-08T10:49:50.922756+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:49:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:52 smithi105 bash[29464]: cluster 2023-12-08T10:49:50.922756+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:49:53.820 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:53.820 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:54.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:54 smithi060 bash[25939]: cluster 2023-12-08T10:49:52.924877+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:54.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:54 smithi105 bash[29464]: cluster 2023-12-08T10:49:52.924877+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:49:55.463 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:55.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:55 smithi060 bash[25939]: audit 2023-12-08T10:49:53.807529+0000 mgr.smithi060.abncol (mgr.14182) 1407 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:55 smithi105 bash[29464]: audit 2023-12-08T10:49:53.807529+0000 mgr.smithi060.abncol (mgr.14182) 1407 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:56.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:56 smithi060 bash[25939]: cluster 2023-12-08T10:49:54.926337+0000 mgr.smithi060.abncol (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-08T10:49:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:56 smithi105 bash[29464]: cluster 2023-12-08T10:49:54.926337+0000 mgr.smithi060.abncol (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-08T10:49:58.488 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:49:58.488 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:49:58.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:49:58 smithi060 bash[25939]: cluster 2023-12-08T10:49:56.928383+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:49:58.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:49:58 smithi105 bash[29464]: cluster 2023-12-08T10:49:56.928383+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:49:59.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:00.105 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:00.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:00 smithi060 bash[25939]: audit 2023-12-08T10:49:58.475689+0000 mgr.smithi060.abncol (mgr.14182) 1410 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:00.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:00 smithi060 bash[25939]: cluster 2023-12-08T10:49:58.929944+0000 mgr.smithi060.abncol (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-08T10:50:00.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:00 smithi060 bash[25939]: cluster 2023-12-08T10:50:00.000161+0000 mon.smithi060 (mon.0) 1010 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:50:00.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:00 smithi105 bash[29464]: audit 2023-12-08T10:49:58.475689+0000 mgr.smithi060.abncol (mgr.14182) 1410 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:00.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:00 smithi105 bash[29464]: cluster 2023-12-08T10:49:58.929944+0000 mgr.smithi060.abncol (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-08T10:50:00.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:00 smithi105 bash[29464]: cluster 2023-12-08T10:50:00.000161+0000 mon.smithi060 (mon.0) 1010 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-08T10:50:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:02 smithi060 bash[25939]: cluster 2023-12-08T10:50:00.931577+0000 mgr.smithi060.abncol (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-08T10:50:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:02 smithi105 bash[29464]: cluster 2023-12-08T10:50:00.931577+0000 mgr.smithi060.abncol (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-08T10:50:03.258 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:03.259 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:03.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:04.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:04 smithi060 bash[25939]: cluster 2023-12-08T10:50:02.933564+0000 mgr.smithi060.abncol (mgr.14182) 1413 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:50:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:04 smithi105 bash[29464]: cluster 2023-12-08T10:50:02.933564+0000 mgr.smithi060.abncol (mgr.14182) 1413 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:50:04.827 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:05.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:05 smithi060 bash[25939]: audit 2023-12-08T10:50:03.240095+0000 mgr.smithi060.abncol (mgr.14182) 1414 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:05 smithi105 bash[29464]: audit 2023-12-08T10:50:03.240095+0000 mgr.smithi060.abncol (mgr.14182) 1414 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:06.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:06 smithi060 bash[25939]: cluster 2023-12-08T10:50:04.935133+0000 mgr.smithi060.abncol (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-08T10:50:06.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:06 smithi105 bash[29464]: cluster 2023-12-08T10:50:04.935133+0000 mgr.smithi060.abncol (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-08T10:50:07.882 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:07.883 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:08.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:08 smithi060 bash[25939]: cluster 2023-12-08T10:50:06.937144+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:08 smithi105 bash[29464]: cluster 2023-12-08T10:50:06.937144+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:08.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:09.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:09 smithi105 bash[29464]: audit 2023-12-08T10:50:07.864035+0000 mgr.smithi060.abncol (mgr.14182) 1417 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:09.514 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:09.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:09 smithi060 bash[25939]: audit 2023-12-08T10:50:07.864035+0000 mgr.smithi060.abncol (mgr.14182) 1417 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:10.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:10 smithi060 bash[25939]: cluster 2023-12-08T10:50:08.938556+0000 mgr.smithi060.abncol (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-08T10:50:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:10 smithi105 bash[29464]: cluster 2023-12-08T10:50:08.938556+0000 mgr.smithi060.abncol (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-08T10:50:12.449 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:12 smithi060 bash[25939]: cluster 2023-12-08T10:50:10.940087+0000 mgr.smithi060.abncol (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-08T10:50:12.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:12 smithi105 bash[29464]: cluster 2023-12-08T10:50:10.940087+0000 mgr.smithi060.abncol (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-08T10:50:12.806 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:12.806 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:13.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:14.413 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:14.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:14 smithi060 bash[25939]: audit 2023-12-08T10:50:12.789545+0000 mgr.smithi060.abncol (mgr.14182) 1420 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:14.427 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:14 smithi060 bash[25939]: cluster 2023-12-08T10:50:12.941434+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:14.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:14 smithi105 bash[29464]: audit 2023-12-08T10:50:12.789545+0000 mgr.smithi060.abncol (mgr.14182) 1420 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:14.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:14 smithi105 bash[29464]: cluster 2023-12-08T10:50:12.941434+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:16.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:16 smithi060 bash[25939]: cluster 2023-12-08T10:50:14.942746+0000 mgr.smithi060.abncol (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-08T10:50:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:16 smithi105 bash[29464]: cluster 2023-12-08T10:50:14.942746+0000 mgr.smithi060.abncol (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-08T10:50:17.616 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:17.617 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:18.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:18.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:18 smithi060 bash[25939]: cluster 2023-12-08T10:50:16.944741+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:18.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:18 smithi105 bash[29464]: cluster 2023-12-08T10:50:16.944741+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:19.214 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:19.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:19 smithi060 bash[25939]: audit 2023-12-08T10:50:17.601602+0000 mgr.smithi060.abncol (mgr.14182) 1424 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:19 smithi105 bash[29464]: audit 2023-12-08T10:50:17.601602+0000 mgr.smithi060.abncol (mgr.14182) 1424 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:20.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:20 smithi060 bash[25939]: cluster 2023-12-08T10:50:18.946195+0000 mgr.smithi060.abncol (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-08T10:50:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:20 smithi105 bash[29464]: cluster 2023-12-08T10:50:18.946195+0000 mgr.smithi060.abncol (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-08T10:50:22.301 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:22.301 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:22.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:22 smithi060 bash[25939]: cluster 2023-12-08T10:50:20.947762+0000 mgr.smithi060.abncol (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-08T10:50:22.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:22 smithi105 bash[29464]: cluster 2023-12-08T10:50:20.947762+0000 mgr.smithi060.abncol (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-08T10:50:22.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:23.895 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:24.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:24 smithi060 bash[25939]: audit 2023-12-08T10:50:22.284146+0000 mgr.smithi060.abncol (mgr.14182) 1427 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:24.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:24 smithi060 bash[25939]: cluster 2023-12-08T10:50:22.949782+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:24.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:24 smithi105 bash[29464]: audit 2023-12-08T10:50:22.284146+0000 mgr.smithi060.abncol (mgr.14182) 1427 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:24 smithi105 bash[29464]: cluster 2023-12-08T10:50:22.949782+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:26.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:26 smithi060 bash[25939]: cluster 2023-12-08T10:50:24.951192+0000 mgr.smithi060.abncol (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-08T10:50:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:26 smithi105 bash[29464]: cluster 2023-12-08T10:50:24.951192+0000 mgr.smithi060.abncol (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-08T10:50:27.076 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:27.076 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:27.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:28.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:28 smithi060 bash[25939]: cluster 2023-12-08T10:50:26.953127+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:28.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:28 smithi060 bash[25939]: audit 2023-12-08T10:50:27.063772+0000 mgr.smithi060.abncol (mgr.14182) 1431 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:28.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:28 smithi105 bash[29464]: cluster 2023-12-08T10:50:26.953127+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:50:28.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:28 smithi105 bash[29464]: audit 2023-12-08T10:50:27.063772+0000 mgr.smithi060.abncol (mgr.14182) 1431 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:28.758 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:30.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:30 smithi060 bash[25939]: cluster 2023-12-08T10:50:28.954532+0000 mgr.smithi060.abncol (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-08T10:50:30.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:30 smithi105 bash[29464]: cluster 2023-12-08T10:50:28.954532+0000 mgr.smithi060.abncol (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-08T10:50:31.824 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:31.824 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:32.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:32.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:32 smithi060 bash[25939]: cluster 2023-12-08T10:50:30.956079+0000 mgr.smithi060.abncol (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-08T10:50:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:32 smithi105 bash[29464]: cluster 2023-12-08T10:50:30.956079+0000 mgr.smithi060.abncol (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-08T10:50:33.394 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:33.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:33 smithi060 bash[25939]: audit 2023-12-08T10:50:31.812347+0000 mgr.smithi060.abncol (mgr.14182) 1434 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:33 smithi105 bash[29464]: audit 2023-12-08T10:50:31.812347+0000 mgr.smithi060.abncol (mgr.14182) 1434 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:34.513 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:34 smithi060 bash[25939]: cluster 2023-12-08T10:50:32.958047+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:34.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:34 smithi105 bash[29464]: cluster 2023-12-08T10:50:32.958047+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:35.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:35 smithi060 bash[25939]: cluster 2023-12-08T10:50:34.959611+0000 mgr.smithi060.abncol (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-08T10:50:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:35 smithi105 bash[29464]: cluster 2023-12-08T10:50:34.959611+0000 mgr.smithi060.abncol (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-08T10:50:36.454 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:36.454 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:37.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:38.075 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:38 smithi105 bash[29464]: audit 2023-12-08T10:50:36.434181+0000 mgr.smithi060.abncol (mgr.14182) 1437 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:38 smithi105 bash[29464]: cluster 2023-12-08T10:50:36.961652+0000 mgr.smithi060.abncol (mgr.14182) 1438 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:38.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:38 smithi060 bash[25939]: audit 2023-12-08T10:50:36.434181+0000 mgr.smithi060.abncol (mgr.14182) 1437 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:38 smithi060 bash[25939]: cluster 2023-12-08T10:50:36.961652+0000 mgr.smithi060.abncol (mgr.14182) 1438 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:40.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:40 smithi060 bash[25939]: cluster 2023-12-08T10:50:38.963147+0000 mgr.smithi060.abncol (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-08T10:50:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:40 smithi105 bash[29464]: cluster 2023-12-08T10:50:38.963147+0000 mgr.smithi060.abncol (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-08T10:50:41.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:41 smithi060 bash[25939]: audit 2023-12-08T10:50:40.916300+0000 mon.smithi060 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:50:41.330 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:41.330 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:41.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:41 smithi105 bash[29464]: audit 2023-12-08T10:50:40.916300+0000 mon.smithi060 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:50:42.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:42.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:42 smithi060 bash[25939]: cluster 2023-12-08T10:50:40.964382+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:42.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:42 smithi105 bash[29464]: cluster 2023-12-08T10:50:40.964382+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:43.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:43.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:43 smithi060 bash[25939]: audit 2023-12-08T10:50:41.312461+0000 mgr.smithi060.abncol (mgr.14182) 1441 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:43.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:43 smithi105 bash[29464]: audit 2023-12-08T10:50:41.312461+0000 mgr.smithi060.abncol (mgr.14182) 1441 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:44.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:44 smithi060 bash[25939]: cluster 2023-12-08T10:50:42.966433+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:44.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:44 smithi105 bash[29464]: cluster 2023-12-08T10:50:42.966433+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:50:46.024 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:46.024 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:40:20.449031Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:40:20.449295Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:40:20.449549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:40:20.448740Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:40:20.448353Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:40:20.451372Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:40:20.449800Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:40:20.450052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:40:20.451116Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:46.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:46 smithi060 bash[25939]: cluster 2023-12-08T10:50:44.967993+0000 mgr.smithi060.abncol (mgr.14182) 1443 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:50:46.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:46 smithi105 bash[29464]: cluster 2023-12-08T10:50:44.967993+0000 mgr.smithi060.abncol (mgr.14182) 1443 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:50:46.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:47.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:47 smithi060 bash[25939]: audit 2023-12-08T10:50:46.008546+0000 mgr.smithi060.abncol (mgr.14182) 1444 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:47.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:47 smithi060 bash[25939]: audit 2023-12-08T10:50:47.109130+0000 mon.smithi060 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:47 smithi105 bash[29464]: audit 2023-12-08T10:50:46.008546+0000 mgr.smithi060.abncol (mgr.14182) 1444 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:47 smithi105 bash[29464]: audit 2023-12-08T10:50:47.109130+0000 mon.smithi060 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:47.666 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:48.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: cluster 2023-12-08T10:50:46.969780+0000 mgr.smithi060.abncol (mgr.14182) 1445 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:48.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: audit 2023-12-08T10:50:47.407121+0000 mon.smithi060 (mon.0) 1013 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:50:48.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: audit 2023-12-08T10:50:47.408499+0000 mon.smithi060 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:50:48.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: audit 2023-12-08T10:50:47.415373+0000 mon.smithi060 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: audit 2023-12-08T10:50:47.423675+0000 mon.smithi060 (mon.0) 1016 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:50:48.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:48 smithi060 bash[25939]: audit 2023-12-08T10:50:47.436865+0000 mon.smithi060 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: cluster 2023-12-08T10:50:46.969780+0000 mgr.smithi060.abncol (mgr.14182) 1445 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:50:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: audit 2023-12-08T10:50:47.407121+0000 mon.smithi060 (mon.0) 1013 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:50:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: audit 2023-12-08T10:50:47.408499+0000 mon.smithi060 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:50:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: audit 2023-12-08T10:50:47.415373+0000 mon.smithi060 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: audit 2023-12-08T10:50:47.423675+0000 mon.smithi060 (mon.0) 1016 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:50:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:48 smithi105 bash[29464]: audit 2023-12-08T10:50:47.436865+0000 mon.smithi060 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:49.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:49 smithi060 bash[25939]: cluster 2023-12-08T10:50:47.416381+0000 mgr.smithi060.abncol (mgr.14182) 1446 : cluster [DBG] pgmap v941: 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-08T10:50:49.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:49 smithi060 bash[25939]: cephadm 2023-12-08T10:50:47.440620+0000 mgr.smithi060.abncol (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pdxelv on smithi105 2023-12-08T10:50:49.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:49 smithi060 bash[25939]: cluster 2023-12-08T10:50:48.413168+0000 mon.smithi060 (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:50:49.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:49 smithi060 bash[25939]: cluster 2023-12-08T10:50:48.413243+0000 mon.smithi060 (mon.0) 1019 : cluster [INF] Cluster is now healthy 2023-12-08T10:50:49.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:49 smithi105 bash[29464]: cluster 2023-12-08T10:50:47.416381+0000 mgr.smithi060.abncol (mgr.14182) 1446 : cluster [DBG] pgmap v941: 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-08T10:50:49.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:49 smithi105 bash[29464]: cephadm 2023-12-08T10:50:47.440620+0000 mgr.smithi060.abncol (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pdxelv on smithi105 2023-12-08T10:50:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:49 smithi105 bash[29464]: cluster 2023-12-08T10:50:48.413168+0000 mon.smithi060 (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:50:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:49 smithi105 bash[29464]: cluster 2023-12-08T10:50:48.413243+0000 mon.smithi060 (mon.0) 1019 : cluster [INF] Cluster is now healthy 2023-12-08T10:50:50.897 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:50.897 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:48:32.739454Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.eiosqk on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:37.111528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.dlplcu on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-dlplcu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.dlplcu\nDeploy daemon haproxy.nfs.foo.smithi105.dlplcu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.908423Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.trvyfj on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-trvyfj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.trvyfj\nDeploy daemon haproxy.nfs.foo.smithi060.trvyfj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:49:40.910587Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.wdnjgx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:51.023 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:50 smithi060 bash[25939]: cluster 2023-12-08T10:50:49.417595+0000 mgr.smithi060.abncol (mgr.14182) 1448 : cluster [DBG] pgmap v942: 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-08T10:50:51.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:50 smithi060 bash[25939]: audit 2023-12-08T10:50:49.731119+0000 mon.smithi060 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:50 smithi105 bash[29464]: cluster 2023-12-08T10:50:49.417595+0000 mgr.smithi060.abncol (mgr.14182) 1448 : cluster [DBG] pgmap v942: 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-08T10:50:51.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:50 smithi105 bash[29464]: audit 2023-12-08T10:50:49.731119+0000 mon.smithi060 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:51.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:52.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:51 smithi060 bash[25939]: audit 2023-12-08T10:50:50.883090+0000 mgr.smithi060.abncol (mgr.14182) 1449 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:52.024 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:51 smithi060 bash[25939]: audit 2023-12-08T10:50:51.302673+0000 mon.smithi060 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pdxelv"}]: dispatch 2023-12-08T10:50:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:51 smithi105 bash[29464]: audit 2023-12-08T10:50:50.883090+0000 mgr.smithi060.abncol (mgr.14182) 1449 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:52.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:51 smithi105 bash[29464]: audit 2023-12-08T10:50:51.302673+0000 mon.smithi060 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pdxelv"}]: dispatch 2023-12-08T10:50:52.498 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:53.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: cephadm 2023-12-08T10:50:51.301433+0000 mgr.smithi060.abncol (mgr.14182) 1450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:50:53.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: cephadm 2023-12-08T10:50:51.302079+0000 mgr.smithi060.abncol (mgr.14182) 1451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: cephadm 2023-12-08T10:50:51.304266+0000 mgr.smithi060.abncol (mgr.14182) 1452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.529 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.530 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.530 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.530 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.530 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: cephadm 2023-12-08T10:50:51.309272+0000 mgr.smithi060.abncol (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.bjhozz on smithi060 2023-12-08T10:50:53.530 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:53 smithi060 bash[25939]: cluster 2023-12-08T10:50:51.418781+0000 mgr.smithi060.abncol (mgr.14182) 1454 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: cephadm 2023-12-08T10:50:51.301433+0000 mgr.smithi060.abncol (mgr.14182) 1450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: cephadm 2023-12-08T10:50:51.302079+0000 mgr.smithi060.abncol (mgr.14182) 1451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: cephadm 2023-12-08T10:50:51.304266+0000 mgr.smithi060.abncol (mgr.14182) 1452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv 2023-12-08T10:50:53.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.pdxelv ... 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: cephadm 2023-12-08T10:50:51.309272+0000 mgr.smithi060.abncol (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.bjhozz on smithi060 2023-12-08T10:50:53.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:53 smithi105 bash[29464]: cluster 2023-12-08T10:50:51.418781+0000 mgr.smithi060.abncol (mgr.14182) 1454 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-08T10:50:55.434 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:55 smithi060 bash[25939]: cluster 2023-12-08T10:50:53.420531+0000 mgr.smithi060.abncol (mgr.14182) 1455 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-08T10:50:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:55 smithi105 bash[29464]: cluster 2023-12-08T10:50:53.420531+0000 mgr.smithi060.abncol (mgr.14182) 1455 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-08T10:50:55.884 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:50:55.884 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:50:56.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:56 smithi060 bash[25939]: audit 2023-12-08T10:50:55.286430+0000 mon.smithi060 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.bjhozz"}]: dispatch 2023-12-08T10:50:56.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:56 smithi060 bash[25939]: audit 2023-12-08T10:50:56.109553+0000 mon.smithi060 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:56.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:56 smithi105 bash[29464]: audit 2023-12-08T10:50:55.286430+0000 mon.smithi060 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.bjhozz"}]: dispatch 2023-12-08T10:50:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:56 smithi105 bash[29464]: audit 2023-12-08T10:50:56.109553+0000 mon.smithi060 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:50:57.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cephadm 2023-12-08T10:50:55.285649+0000 mgr.smithi060.abncol (mgr.14182) 1456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:57.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.526 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cephadm 2023-12-08T10:50:55.285952+0000 mgr.smithi060.abncol (mgr.14182) 1457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cephadm 2023-12-08T10:50:55.287606+0000 mgr.smithi060.abncol (mgr.14182) 1458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cephadm 2023-12-08T10:50:55.289447+0000 mgr.smithi060.abncol (mgr.14182) 1459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cephadm 2023-12-08T10:50:55.291040+0000 mgr.smithi060.abncol (mgr.14182) 1460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cluster 2023-12-08T10:50:55.292587+0000 mgr.smithi060.abncol (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; 99 B/s rd, 0 op/s 2023-12-08T10:50:57.527 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: audit 2023-12-08T10:50:55.864751+0000 mgr.smithi060.abncol (mgr.14182) 1462 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:57.528 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:57 smithi060 bash[25939]: cluster 2023-12-08T10:50:56.125645+0000 mon.smithi060 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:50:57.560 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cephadm 2023-12-08T10:50:55.285649+0000 mgr.smithi060.abncol (mgr.14182) 1456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cephadm 2023-12-08T10:50:55.285952+0000 mgr.smithi060.abncol (mgr.14182) 1457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cephadm 2023-12-08T10:50:55.287606+0000 mgr.smithi060.abncol (mgr.14182) 1458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.bjhozz ... 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cephadm 2023-12-08T10:50:55.289447+0000 mgr.smithi060.abncol (mgr.14182) 1459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cephadm 2023-12-08T10:50:55.291040+0000 mgr.smithi060.abncol (mgr.14182) 1460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cluster 2023-12-08T10:50:55.292587+0000 mgr.smithi060.abncol (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; 99 B/s rd, 0 op/s 2023-12-08T10:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: audit 2023-12-08T10:50:55.864751+0000 mgr.smithi060.abncol (mgr.14182) 1462 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:57 smithi105 bash[29464]: cluster 2023-12-08T10:50:56.125645+0000 mon.smithi060 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:50:59.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:50:59 smithi060 bash[25939]: cluster 2023-12-08T10:50:57.294600+0000 mgr.smithi060.abncol (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; 99 B/s rd, 0 op/s 2023-12-08T10:50:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:50:59 smithi105 bash[29464]: cluster 2023-12-08T10:50:57.294600+0000 mgr.smithi060.abncol (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; 99 B/s rd, 0 op/s 2023-12-08T10:51:00.783 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:00.784 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:01.426 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:01 smithi060 bash[25939]: cluster 2023-12-08T10:50:59.296115+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:01.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:01 smithi105 bash[29464]: cluster 2023-12-08T10:50:59.296115+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:02.428 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:02.441 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:02 smithi060 bash[25939]: audit 2023-12-08T10:51:00.769182+0000 mgr.smithi060.abncol (mgr.14182) 1465 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:02 smithi105 bash[29464]: audit 2023-12-08T10:51:00.769182+0000 mgr.smithi060.abncol (mgr.14182) 1465 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:03.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:03 smithi060 bash[25939]: cluster 2023-12-08T10:51:01.297585+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:03 smithi105 bash[29464]: cluster 2023-12-08T10:51:01.297585+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:05.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:05 smithi060 bash[25939]: cluster 2023-12-08T10:51:03.299280+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:05.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:05 smithi060 bash[25939]: audit 2023-12-08T10:51:04.730813+0000 mon.smithi060 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:51:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:05 smithi105 bash[29464]: cluster 2023-12-08T10:51:03.299280+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:05 smithi105 bash[29464]: audit 2023-12-08T10:51:04.730813+0000 mon.smithi060 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:51:05.651 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:05.651 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:06.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:07.249 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:07.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:07 smithi060 bash[25939]: cluster 2023-12-08T10:51:05.300265+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:07.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:07 smithi060 bash[25939]: audit 2023-12-08T10:51:05.631744+0000 mgr.smithi060.abncol (mgr.14182) 1469 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:07 smithi105 bash[29464]: cluster 2023-12-08T10:51:05.300265+0000 mgr.smithi060.abncol (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; 86 B/s rd, 0 op/s 2023-12-08T10:51:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:07 smithi105 bash[29464]: audit 2023-12-08T10:51:05.631744+0000 mgr.smithi060.abncol (mgr.14182) 1469 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:09.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:09 smithi060 bash[25939]: cluster 2023-12-08T10:51:07.302353+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:09 smithi105 bash[29464]: cluster 2023-12-08T10:51:07.302353+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:10.558 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:10.558 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:11.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:11.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:11 smithi060 bash[25939]: cluster 2023-12-08T10:51:09.303921+0000 mgr.smithi060.abncol (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-08T10:51:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:11 smithi105 bash[29464]: cluster 2023-12-08T10:51:09.303921+0000 mgr.smithi060.abncol (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-08T10:51:12.241 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:12.552 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:12 smithi060 bash[25939]: audit 2023-12-08T10:51:10.546717+0000 mgr.smithi060.abncol (mgr.14182) 1472 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:12.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:12 smithi105 bash[29464]: audit 2023-12-08T10:51:10.546717+0000 mgr.smithi060.abncol (mgr.14182) 1472 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:13.477 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:13 smithi060 bash[25939]: cluster 2023-12-08T10:51:11.305472+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:13.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:13 smithi105 bash[29464]: cluster 2023-12-08T10:51:11.305472+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:15.363 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:15.363 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:15.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:15 smithi060 bash[25939]: cluster 2023-12-08T10:51:13.307500+0000 mgr.smithi060.abncol (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-08T10:51:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:15 smithi105 bash[29464]: cluster 2023-12-08T10:51:13.307500+0000 mgr.smithi060.abncol (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-08T10:51:15.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:16.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:16 smithi060 bash[25939]: cluster 2023-12-08T10:51:15.308854+0000 mgr.smithi060.abncol (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-08T10:51:16.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:16 smithi060 bash[25939]: audit 2023-12-08T10:51:15.351788+0000 mgr.smithi060.abncol (mgr.14182) 1476 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:16 smithi105 bash[29464]: cluster 2023-12-08T10:51:15.308854+0000 mgr.smithi060.abncol (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-08T10:51:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:16 smithi105 bash[29464]: audit 2023-12-08T10:51:15.351788+0000 mgr.smithi060.abncol (mgr.14182) 1476 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:16.975 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:19.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:19 smithi060 bash[25939]: cluster 2023-12-08T10:51:17.311068+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:19 smithi105 bash[29464]: cluster 2023-12-08T10:51:17.311068+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:20.194 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:20.195 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:20.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:21.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:21 smithi060 bash[25939]: cluster 2023-12-08T10:51:19.312659+0000 mgr.smithi060.abncol (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-08T10:51:21.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:21 smithi060 bash[25939]: audit 2023-12-08T10:51:20.177506+0000 mgr.smithi060.abncol (mgr.14182) 1479 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:21 smithi105 bash[29464]: cluster 2023-12-08T10:51:19.312659+0000 mgr.smithi060.abncol (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-08T10:51:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:21 smithi105 bash[29464]: audit 2023-12-08T10:51:20.177506+0000 mgr.smithi060.abncol (mgr.14182) 1479 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:21.814 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:23.203 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:23 smithi060 bash[25939]: cluster 2023-12-08T10:51:21.314188+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:23 smithi105 bash[29464]: cluster 2023-12-08T10:51:21.314188+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:24.945 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:24.945 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:25.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:25 smithi060 bash[25939]: cluster 2023-12-08T10:51:23.316260+0000 mgr.smithi060.abncol (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-08T10:51:25.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:25 smithi105 bash[29464]: cluster 2023-12-08T10:51:23.316260+0000 mgr.smithi060.abncol (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-08T10:51:26.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:26 smithi060 bash[25939]: audit 2023-12-08T10:51:24.933093+0000 mgr.smithi060.abncol (mgr.14182) 1482 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:26.552 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:26 smithi105 bash[29464]: audit 2023-12-08T10:51:24.933093+0000 mgr.smithi060.abncol (mgr.14182) 1482 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:27.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:27 smithi060 bash[25939]: cluster 2023-12-08T10:51:25.317777+0000 mgr.smithi060.abncol (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-08T10:51:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:27 smithi105 bash[29464]: cluster 2023-12-08T10:51:25.317777+0000 mgr.smithi060.abncol (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-08T10:51:29.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:29 smithi060 bash[25939]: cluster 2023-12-08T10:51:27.319870+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:29 smithi105 bash[29464]: cluster 2023-12-08T10:51:27.319870+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:29.774 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:29.774 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:30.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:31.417 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:31.430 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:31 smithi060 bash[25939]: cluster 2023-12-08T10:51:29.321360+0000 mgr.smithi060.abncol (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-08T10:51:31.430 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:31 smithi060 bash[25939]: audit 2023-12-08T10:51:29.757790+0000 mgr.smithi060.abncol (mgr.14182) 1486 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:31.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:31 smithi105 bash[29464]: cluster 2023-12-08T10:51:29.321360+0000 mgr.smithi060.abncol (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-08T10:51:31.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:31 smithi105 bash[29464]: audit 2023-12-08T10:51:29.757790+0000 mgr.smithi060.abncol (mgr.14182) 1486 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:33.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:33 smithi060 bash[25939]: cluster 2023-12-08T10:51:31.322920+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:33 smithi105 bash[29464]: cluster 2023-12-08T10:51:31.322920+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:34.613 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:34.613 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:35.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:35.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:35 smithi060 bash[25939]: cluster 2023-12-08T10:51:33.324944+0000 mgr.smithi060.abncol (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-08T10:51:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:35 smithi105 bash[29464]: cluster 2023-12-08T10:51:33.324944+0000 mgr.smithi060.abncol (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-08T10:51:36.268 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:36.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:36 smithi060 bash[25939]: audit 2023-12-08T10:51:34.601677+0000 mgr.smithi060.abncol (mgr.14182) 1489 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:36 smithi105 bash[29464]: audit 2023-12-08T10:51:34.601677+0000 mgr.smithi060.abncol (mgr.14182) 1489 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:37.485 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:37 smithi060 bash[25939]: cluster 2023-12-08T10:51:35.326424+0000 mgr.smithi060.abncol (mgr.14182) 1490 : 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-08T10:51:37.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:37 smithi105 bash[29464]: cluster 2023-12-08T10:51:35.326424+0000 mgr.smithi060.abncol (mgr.14182) 1490 : 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-08T10:51:39.367 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:39.367 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:39.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:39 smithi060 bash[25939]: cluster 2023-12-08T10:51:37.328488+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:39 smithi105 bash[29464]: cluster 2023-12-08T10:51:37.328488+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:39.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:40.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:40 smithi060 bash[25939]: cluster 2023-12-08T10:51:39.329871+0000 mgr.smithi060.abncol (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-08T10:51:40.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:40 smithi060 bash[25939]: audit 2023-12-08T10:51:39.355802+0000 mgr.smithi060.abncol (mgr.14182) 1493 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:40.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:40 smithi105 bash[29464]: cluster 2023-12-08T10:51:39.329871+0000 mgr.smithi060.abncol (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-08T10:51:40.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:40 smithi105 bash[29464]: audit 2023-12-08T10:51:39.355802+0000 mgr.smithi060.abncol (mgr.14182) 1493 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:40.991 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:43.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:43 smithi060 bash[25939]: cluster 2023-12-08T10:51:41.331372+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:43.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:43 smithi105 bash[29464]: cluster 2023-12-08T10:51:41.331372+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:44.204 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:44.204 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:44.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:45.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:45 smithi060 bash[25939]: cluster 2023-12-08T10:51:43.333388+0000 mgr.smithi060.abncol (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-08T10:51:45.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:45 smithi060 bash[25939]: audit 2023-12-08T10:51:44.192966+0000 mgr.smithi060.abncol (mgr.14182) 1496 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:45 smithi105 bash[29464]: cluster 2023-12-08T10:51:43.333388+0000 mgr.smithi060.abncol (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-08T10:51:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:45 smithi105 bash[29464]: audit 2023-12-08T10:51:44.192966+0000 mgr.smithi060.abncol (mgr.14182) 1496 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:45.820 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:47.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:47 smithi060 bash[25939]: cluster 2023-12-08T10:51:45.334884+0000 mgr.smithi060.abncol (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-08T10:51:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:47 smithi105 bash[29464]: cluster 2023-12-08T10:51:45.334884+0000 mgr.smithi060.abncol (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-08T10:51:48.987 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:48.987 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:49.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:49 smithi060 bash[25939]: cluster 2023-12-08T10:51:47.336901+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:49.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:49 smithi105 bash[29464]: cluster 2023-12-08T10:51:47.336901+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:51:49.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:50.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:50 smithi060 bash[25939]: audit 2023-12-08T10:51:48.975559+0000 mgr.smithi060.abncol (mgr.14182) 1499 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:50 smithi105 bash[29464]: audit 2023-12-08T10:51:48.975559+0000 mgr.smithi060.abncol (mgr.14182) 1499 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:50.682 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:51.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:51 smithi060 bash[25939]: cluster 2023-12-08T10:51:49.338423+0000 mgr.smithi060.abncol (mgr.14182) 1500 : 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-08T10:51:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:51 smithi105 bash[29464]: cluster 2023-12-08T10:51:49.338423+0000 mgr.smithi060.abncol (mgr.14182) 1500 : 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-08T10:51:53.442 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:53 smithi060 bash[25939]: cluster 2023-12-08T10:51:51.339257+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:53 smithi105 bash[29464]: cluster 2023-12-08T10:51:51.339257+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:51:53.894 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:53.895 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:54.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:55.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:55 smithi060 bash[25939]: cluster 2023-12-08T10:51:53.341197+0000 mgr.smithi060.abncol (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-08T10:51:55.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:55 smithi060 bash[25939]: audit 2023-12-08T10:51:53.878690+0000 mgr.smithi060.abncol (mgr.14182) 1503 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:55.537 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:55 smithi105 bash[29464]: cluster 2023-12-08T10:51:53.341197+0000 mgr.smithi060.abncol (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-08T10:51:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:55 smithi105 bash[29464]: audit 2023-12-08T10:51:53.878690+0000 mgr.smithi060.abncol (mgr.14182) 1503 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:56.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:56 smithi060 bash[25939]: audit 2023-12-08T10:51:55.295113+0000 mon.smithi060 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:51:56.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:56 smithi060 bash[25939]: audit 2023-12-08T10:51:55.614747+0000 mon.smithi060 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:51:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:56 smithi105 bash[29464]: audit 2023-12-08T10:51:55.295113+0000 mon.smithi060 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:51:56.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:56 smithi105 bash[29464]: audit 2023-12-08T10:51:55.614747+0000 mon.smithi060 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:51:57.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:57 smithi060 bash[25939]: cluster 2023-12-08T10:51:55.342520+0000 mgr.smithi060.abncol (mgr.14182) 1504 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:51:57.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:57 smithi105 bash[29464]: cluster 2023-12-08T10:51:55.342520+0000 mgr.smithi060.abncol (mgr.14182) 1504 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:51:58.805 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:51:58.805 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:41:34.303186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:41:34.303374Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:41:34.303483Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:41:34.303585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:41:34.303785Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:41:34.303686Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:41:34.304178Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:51:59.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:59.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:51:59 smithi060 bash[25939]: cluster 2023-12-08T10:51:57.344600+0000 mgr.smithi060.abncol (mgr.14182) 1505 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:51:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:51:59 smithi105 bash[29464]: cluster 2023-12-08T10:51:57.344600+0000 mgr.smithi060.abncol (mgr.14182) 1505 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:00.389 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:00.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:00 smithi060 bash[25939]: audit 2023-12-08T10:51:58.789222+0000 mgr.smithi060.abncol (mgr.14182) 1506 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:00.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:00 smithi105 bash[29464]: audit 2023-12-08T10:51:58.789222+0000 mgr.smithi060.abncol (mgr.14182) 1506 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:01.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:01 smithi060 bash[25939]: cluster 2023-12-08T10:51:59.346012+0000 mgr.smithi060.abncol (mgr.14182) 1507 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:01.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:01 smithi060 bash[25939]: audit 2023-12-08T10:52:01.205281+0000 mon.smithi060 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:01 smithi105 bash[29464]: cluster 2023-12-08T10:51:59.346012+0000 mgr.smithi060.abncol (mgr.14182) 1507 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:01 smithi105 bash[29464]: audit 2023-12-08T10:52:01.205281+0000 mon.smithi060 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:02.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: cluster 2023-12-08T10:52:01.347541+0000 mgr.smithi060.abncol (mgr.14182) 1508 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: audit 2023-12-08T10:52:01.498325+0000 mon.smithi060 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: audit 2023-12-08T10:52:01.499991+0000 mon.smithi060 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: audit 2023-12-08T10:52:01.511465+0000 mon.smithi060 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: cluster 2023-12-08T10:52:01.513408+0000 mgr.smithi060.abncol (mgr.14182) 1509 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: audit 2023-12-08T10:52:01.522189+0000 mon.smithi060 (mon.0) 1032 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: audit 2023-12-08T10:52:01.534765+0000 mon.smithi060 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:02.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:02 smithi060 bash[25939]: cephadm 2023-12-08T10:52:01.537780+0000 mgr.smithi060.abncol (mgr.14182) 1510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ftmfmp on smithi105 2023-12-08T10:52:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: cluster 2023-12-08T10:52:01.347541+0000 mgr.smithi060.abncol (mgr.14182) 1508 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: audit 2023-12-08T10:52:01.498325+0000 mon.smithi060 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:52:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: audit 2023-12-08T10:52:01.499991+0000 mon.smithi060 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:52:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: audit 2023-12-08T10:52:01.511465+0000 mon.smithi060 (mon.0) 1031 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: cluster 2023-12-08T10:52:01.513408+0000 mgr.smithi060.abncol (mgr.14182) 1509 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:52:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: audit 2023-12-08T10:52:01.522189+0000 mon.smithi060 (mon.0) 1032 : audit [DBG] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:52:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: audit 2023-12-08T10:52:01.534765+0000 mon.smithi060 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:02 smithi105 bash[29464]: cephadm 2023-12-08T10:52:01.537780+0000 mgr.smithi060.abncol (mgr.14182) 1510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ftmfmp on smithi105 2023-12-08T10:52:03.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:03 smithi060 bash[25939]: cluster 2023-12-08T10:52:02.210326+0000 mon.smithi060 (mon.0) 1034 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:52:03.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:03 smithi060 bash[25939]: cluster 2023-12-08T10:52:02.210386+0000 mon.smithi060 (mon.0) 1035 : cluster [INF] Cluster is now healthy 2023-12-08T10:52:03.551 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:03.551 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.912351Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.bhontb on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:03 smithi105 bash[29464]: cluster 2023-12-08T10:52:02.210326+0000 mon.smithi060 (mon.0) 1034 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:52:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:03 smithi105 bash[29464]: cluster 2023-12-08T10:52:02.210386+0000 mon.smithi060 (mon.0) 1035 : cluster [INF] Cluster is now healthy 2023-12-08T10:52:04.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:04.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:04 smithi060 bash[25939]: cluster 2023-12-08T10:52:03.514580+0000 mgr.smithi060.abncol (mgr.14182) 1511 : cluster [DBG] pgmap v980: 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-08T10:52:04.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:04 smithi060 bash[25939]: audit 2023-12-08T10:52:03.532117+0000 mgr.smithi060.abncol (mgr.14182) 1512 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:04 smithi105 bash[29464]: cluster 2023-12-08T10:52:03.514580+0000 mgr.smithi060.abncol (mgr.14182) 1511 : cluster [DBG] pgmap v980: 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-08T10:52:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:04 smithi105 bash[29464]: audit 2023-12-08T10:52:03.532117+0000 mgr.smithi060.abncol (mgr.14182) 1512 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:05.186 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:06.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:05 smithi060 bash[25939]: audit 2023-12-08T10:52:04.732801+0000 mon.smithi060 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:06.026 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:05 smithi060 bash[25939]: audit 2023-12-08T10:52:05.281527+0000 mon.smithi060 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ftmfmp"}]: dispatch 2023-12-08T10:52:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:05 smithi105 bash[29464]: audit 2023-12-08T10:52:04.732801+0000 mon.smithi060 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:05 smithi105 bash[29464]: audit 2023-12-08T10:52:05.281527+0000 mon.smithi060 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ftmfmp"}]: dispatch 2023-12-08T10:52:06.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: cephadm 2023-12-08T10:52:05.280192+0000 mgr.smithi060.abncol (mgr.14182) 1513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.774 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:52:06.775 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.776 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: cephadm 2023-12-08T10:52:05.280744+0000 mgr.smithi060.abncol (mgr.14182) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: cephadm 2023-12-08T10:52:05.283492+0000 mgr.smithi060.abncol (mgr.14182) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:06.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:06.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:06.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: cephadm 2023-12-08T10:52:05.288311+0000 mgr.smithi060.abncol (mgr.14182) 1516 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.xbdjsd on smithi060 2023-12-08T10:52:06.778 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:06 smithi060 bash[25939]: cluster 2023-12-08T10:52:05.515253+0000 mgr.smithi060.abncol (mgr.14182) 1517 : cluster [DBG] pgmap v981: 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-08T10:52:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: cephadm 2023-12-08T10:52:05.280192+0000 mgr.smithi060.abncol (mgr.14182) 1513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:52:07.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: cephadm 2023-12-08T10:52:05.280744+0000 mgr.smithi060.abncol (mgr.14182) 1514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: cephadm 2023-12-08T10:52:05.283492+0000 mgr.smithi060.abncol (mgr.14182) 1515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi105.ftmfmp ... 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:07.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: cephadm 2023-12-08T10:52:05.288311+0000 mgr.smithi060.abncol (mgr.14182) 1516 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.xbdjsd on smithi060 2023-12-08T10:52:07.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:06 smithi105 bash[29464]: cluster 2023-12-08T10:52:05.515253+0000 mgr.smithi060.abncol (mgr.14182) 1517 : cluster [DBG] pgmap v981: 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-08T10:52:08.662 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:08.663 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:51.304005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pdxelv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-pdxelv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.pdxelv\nDeploy daemon haproxy.nfs.foo.smithi105.pdxelv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.287469Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.bjhozz on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-bjhozz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.bjhozz\nDeploy daemon haproxy.nfs.foo.smithi060.bjhozz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:50:55.289343Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.prctaa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:09.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:09.436 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:09 smithi060 bash[25939]: cluster 2023-12-08T10:52:07.516957+0000 mgr.smithi060.abncol (mgr.14182) 1518 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:52:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:09 smithi105 bash[29464]: cluster 2023-12-08T10:52:07.516957+0000 mgr.smithi060.abncol (mgr.14182) 1518 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-08T10:52:10.273 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:10 smithi060 bash[25939]: audit 2023-12-08T10:52:08.644789+0000 mgr.smithi060.abncol (mgr.14182) 1519 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:10.274 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:10 smithi060 bash[25939]: audit 2023-12-08T10:52:09.431504+0000 mon.smithi060 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.xbdjsd"}]: dispatch 2023-12-08T10:52:10.361 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:10.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:10 smithi105 bash[29464]: audit 2023-12-08T10:52:08.644789+0000 mgr.smithi060.abncol (mgr.14182) 1519 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:10.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:10 smithi105 bash[29464]: audit 2023-12-08T10:52:09.431504+0000 mon.smithi060 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.xbdjsd"}]: dispatch 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cephadm 2023-12-08T10:52:09.430337+0000 mgr.smithi060.abncol (mgr.14182) 1520 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.473 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Traceback (most recent call last): 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: yield (conn, connr) 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: code, '\n'.join(err))) 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.474 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cephadm 2023-12-08T10:52:09.430836+0000 mgr.smithi060.abncol (mgr.14182) 1521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cephadm 2023-12-08T10:52:09.433080+0000 mgr.smithi060.abncol (mgr.14182) 1522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stdout 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.475 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cephadm 2023-12-08T10:52:09.437204+0000 mgr.smithi060.abncol (mgr.14182) 1523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cephadm 2023-12-08T10:52:09.440887+0000 mgr.smithi060.abncol (mgr.14182) 1524 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cluster 2023-12-08T10:52:09.442253+0000 mgr.smithi060.abncol (mgr.14182) 1525 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:52:11.476 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:11 smithi060 bash[25939]: cluster 2023-12-08T10:52:10.146386+0000 mon.smithi060 (mon.0) 1039 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cephadm 2023-12-08T10:52:09.430337+0000 mgr.smithi060.abncol (mgr.14182) 1520 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Traceback (most recent call last): 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: yield (conn, connr) 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: code, '\n'.join(err))) 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cephadm 2023-12-08T10:52:09.430836+0000 mgr.smithi060.abncol (mgr.14182) 1521 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cephadm 2023-12-08T10:52:09.433080+0000 mgr.smithi060.abncol (mgr.14182) 1522 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stdout 2023-12-08T10:52:11.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: /usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Deploy daemon haproxy.nfs.foo.smithi060.xbdjsd ... 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: stat: stderr See 'docker run --help'. 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cephadm 2023-12-08T10:52:09.437204+0000 mgr.smithi060.abncol (mgr.14182) 1523 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cephadm 2023-12-08T10:52:09.440887+0000 mgr.smithi060.abncol (mgr.14182) 1524 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cluster 2023-12-08T10:52:09.442253+0000 mgr.smithi060.abncol (mgr.14182) 1525 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-08T10:52:11.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:11 smithi105 bash[29464]: cluster 2023-12-08T10:52:10.146386+0000 mon.smithi060 (mon.0) 1039 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:12.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:12 smithi060 bash[25939]: audit 2023-12-08T10:52:11.174366+0000 mon.smithi060 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:12.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:12 smithi105 bash[29464]: audit 2023-12-08T10:52:11.174366+0000 mon.smithi060 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:13.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:13 smithi060 bash[25939]: cluster 2023-12-08T10:52:11.443729+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:52:13.578 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:13.579 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:13.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:13 smithi105 bash[29464]: cluster 2023-12-08T10:52:11.443729+0000 mgr.smithi060.abncol (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; 101 B/s rd, 0 op/s 2023-12-08T10:52:14.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:15.162 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:15.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:15 smithi060 bash[25939]: cluster 2023-12-08T10:52:13.445638+0000 mgr.smithi060.abncol (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-08T10:52:15.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:15 smithi060 bash[25939]: audit 2023-12-08T10:52:13.567323+0000 mgr.smithi060.abncol (mgr.14182) 1528 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:15 smithi105 bash[29464]: cluster 2023-12-08T10:52:13.445638+0000 mgr.smithi060.abncol (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-08T10:52:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:15 smithi105 bash[29464]: audit 2023-12-08T10:52:13.567323+0000 mgr.smithi060.abncol (mgr.14182) 1528 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:17.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:17 smithi060 bash[25939]: cluster 2023-12-08T10:52:15.447069+0000 mgr.smithi060.abncol (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-08T10:52:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:17 smithi105 bash[29464]: cluster 2023-12-08T10:52:15.447069+0000 mgr.smithi060.abncol (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-08T10:52:18.321 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:18.321 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:18.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:19.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:19 smithi060 bash[25939]: cluster 2023-12-08T10:52:17.449063+0000 mgr.smithi060.abncol (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; 171 B/s rd, 0 op/s 2023-12-08T10:52:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:19 smithi105 bash[29464]: cluster 2023-12-08T10:52:17.449063+0000 mgr.smithi060.abncol (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; 171 B/s rd, 0 op/s 2023-12-08T10:52:19.918 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:20.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:20 smithi060 bash[25939]: audit 2023-12-08T10:52:18.304167+0000 mgr.smithi060.abncol (mgr.14182) 1531 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:20.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:20 smithi060 bash[25939]: audit 2023-12-08T10:52:19.733108+0000 mon.smithi060 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:20 smithi105 bash[29464]: audit 2023-12-08T10:52:18.304167+0000 mgr.smithi060.abncol (mgr.14182) 1531 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:20 smithi105 bash[29464]: audit 2023-12-08T10:52:19.733108+0000 mon.smithi060 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.60:0/1027873185' entity='mgr.smithi060.abncol' 2023-12-08T10:52:21.323 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:21 smithi060 bash[25939]: cluster 2023-12-08T10:52:19.450519+0000 mgr.smithi060.abncol (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-08T10:52:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:21 smithi105 bash[29464]: cluster 2023-12-08T10:52:19.450519+0000 mgr.smithi060.abncol (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-08T10:52:23.134 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:23.134 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:23.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:23 smithi060 bash[25939]: cluster 2023-12-08T10:52:21.452164+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:23 smithi105 bash[29464]: cluster 2023-12-08T10:52:21.452164+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:23.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:24.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:24 smithi060 bash[25939]: audit 2023-12-08T10:52:23.122931+0000 mgr.smithi060.abncol (mgr.14182) 1534 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:24.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:24 smithi105 bash[29464]: audit 2023-12-08T10:52:23.122931+0000 mgr.smithi060.abncol (mgr.14182) 1534 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:24.783 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:25.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:25 smithi060 bash[25939]: cluster 2023-12-08T10:52:23.454227+0000 mgr.smithi060.abncol (mgr.14182) 1535 : 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-08T10:52:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:25 smithi105 bash[29464]: cluster 2023-12-08T10:52:23.454227+0000 mgr.smithi060.abncol (mgr.14182) 1535 : 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-08T10:52:27.478 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:27 smithi060 bash[25939]: cluster 2023-12-08T10:52:25.455636+0000 mgr.smithi060.abncol (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-08T10:52:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:27 smithi105 bash[29464]: cluster 2023-12-08T10:52:25.455636+0000 mgr.smithi060.abncol (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-08T10:52:27.926 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:27.926 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:28.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:29.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:29 smithi060 bash[25939]: cluster 2023-12-08T10:52:27.457713+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:52:29.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:29 smithi060 bash[25939]: audit 2023-12-08T10:52:27.908864+0000 mgr.smithi060.abncol (mgr.14182) 1538 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:29.537 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:29 smithi105 bash[29464]: cluster 2023-12-08T10:52:27.457713+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:52:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:29 smithi105 bash[29464]: audit 2023-12-08T10:52:27.908864+0000 mgr.smithi060.abncol (mgr.14182) 1538 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:31.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:31 smithi060 bash[25939]: cluster 2023-12-08T10:52:29.459155+0000 mgr.smithi060.abncol (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-08T10:52:31.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:31 smithi105 bash[29464]: cluster 2023-12-08T10:52:29.459155+0000 mgr.smithi060.abncol (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-08T10:52:32.830 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:32.830 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:33.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:33.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:33 smithi060 bash[25939]: cluster 2023-12-08T10:52:31.460666+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:33 smithi105 bash[29464]: cluster 2023-12-08T10:52:31.460666+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:34.443 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:34.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:34 smithi060 bash[25939]: audit 2023-12-08T10:52:32.812839+0000 mgr.smithi060.abncol (mgr.14182) 1541 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:34.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:34 smithi105 bash[29464]: audit 2023-12-08T10:52:32.812839+0000 mgr.smithi060.abncol (mgr.14182) 1541 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:35.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:35 smithi060 bash[25939]: cluster 2023-12-08T10:52:33.462249+0000 mgr.smithi060.abncol (mgr.14182) 1542 : 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-08T10:52:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:35 smithi105 bash[29464]: cluster 2023-12-08T10:52:33.462249+0000 mgr.smithi060.abncol (mgr.14182) 1542 : 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-08T10:52:36.525 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:36 smithi060 bash[25939]: cluster 2023-12-08T10:52:35.463744+0000 mgr.smithi060.abncol (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-08T10:52:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:36 smithi105 bash[29464]: cluster 2023-12-08T10:52:35.463744+0000 mgr.smithi060.abncol (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-08T10:52:37.634 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:37.635 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:38.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:39.211 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:39.552 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:39 smithi060 bash[25939]: cluster 2023-12-08T10:52:37.465830+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:52:39.552 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:39 smithi060 bash[25939]: audit 2023-12-08T10:52:37.615753+0000 mgr.smithi060.abncol (mgr.14182) 1545 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:39 smithi105 bash[29464]: cluster 2023-12-08T10:52:37.465830+0000 mgr.smithi060.abncol (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; 170 B/s rd, 0 op/s 2023-12-08T10:52:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:39 smithi105 bash[29464]: audit 2023-12-08T10:52:37.615753+0000 mgr.smithi060.abncol (mgr.14182) 1545 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:41.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:41 smithi060 bash[25939]: cluster 2023-12-08T10:52:39.467269+0000 mgr.smithi060.abncol (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-08T10:52:41.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:41 smithi105 bash[29464]: cluster 2023-12-08T10:52:39.467269+0000 mgr.smithi060.abncol (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-08T10:52:42.497 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:42.497 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:43.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:43.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:43 smithi060 bash[25939]: cluster 2023-12-08T10:52:41.468734+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:43.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:43 smithi105 bash[29464]: cluster 2023-12-08T10:52:41.468734+0000 mgr.smithi060.abncol (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; 85 B/s rd, 0 op/s 2023-12-08T10:52:44.152 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:44.524 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:44 smithi060 bash[25939]: audit 2023-12-08T10:52:42.478236+0000 mgr.smithi060.abncol (mgr.14182) 1548 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:44.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:44 smithi105 bash[29464]: audit 2023-12-08T10:52:42.478236+0000 mgr.smithi060.abncol (mgr.14182) 1548 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:45.470 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:45 smithi060 bash[25939]: cluster 2023-12-08T10:52:43.470813+0000 mgr.smithi060.abncol (mgr.14182) 1549 : 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-08T10:52:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:45 smithi105 bash[29464]: cluster 2023-12-08T10:52:43.470813+0000 mgr.smithi060.abncol (mgr.14182) 1549 : 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-08T10:52:47.252 INFO:teuthology.orchestra.run.smithi060.stdout: 2023-12-08T10:52:47.252 INFO:teuthology.orchestra.run.smithi060.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:20:39.713097Z", "last_refresh": "2023-12-08T10:50:47.097687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:20:31.656769Z", "last_refresh": "2023-12-08T10:50:47.097832Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:20:35.664384Z", "last_refresh": "2023-12-08T10:50:47.097973Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:50:55.290922Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.qstwtz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:05.283152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ftmfmp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi105-ftmfmp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi105.ftmfmp\nDeploy daemon haproxy.nfs.foo.smithi105.ftmfmp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.432761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.xbdjsd on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi060-xbdjsd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi060.xbdjsd\nDeploy daemon haproxy.nfs.foo.smithi060.xbdjsd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:09.436938Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.mjzobq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:09.440710Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ryvtnz on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.60/16"}, "status": {"created": "2023-12-08T10:27:52.227536Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.60/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:20:29.645253Z", "last_refresh": "2023-12-08T10:50:47.097532Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:00.021993Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi060:172.21.15.60=smithi060", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:22:00.016145Z", "last_refresh": "2023-12-08T10:50:47.097289Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:27:52.224973Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-08T10:27:52.219767Z", "last_refresh": "2023-12-08T10:50:47.099005Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:20:37.682074Z", "last_refresh": "2023-12-08T10:50:47.098114Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:22:25.866638Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:22:25.859706Z", "last_refresh": "2023-12-08T10:50:47.098254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:20:33.616932Z", "last_refresh": "2023-12-08T10:52:01.193987Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:27:46.783719Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-08T10:28:00.740920Z", "last_refresh": "2023-12-08T10:50:47.098824Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-08T10:52:47.523 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:47 smithi060 bash[25939]: cluster 2023-12-08T10:52:45.472414+0000 mgr.smithi060.abncol (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-08T10:52:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:47 smithi105 bash[29464]: cluster 2023-12-08T10:52:45.472414+0000 mgr.smithi060.abncol (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-08T10:52:47.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:47.855 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-08T10:52:47.974 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fe3fda1ac70e470d8047cd42b32dd6e4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-08T10:52:47.980 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T10:52:47.990 INFO:tasks.vip:Removing 10.0.15.60 (and any VIPs) on smithi060.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:52:47.990 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr del 10.0.15.60/16 dev ens1f0 2023-12-08T10:52:48.021 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr del 10.0.31.60/16 dev ens1f0 2023-12-08T10:52:48.077 INFO:teuthology.orchestra.run.smithi060.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:52:48.078 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:52:48.079 INFO:tasks.vip:Removing 10.0.15.105 (and any VIPs) on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:52:48.079 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.15.105/16 dev enp3s0f1 2023-12-08T10:52:48.097 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.31.60/16 dev enp3s0f1 2023-12-08T10:52:48.149 INFO:teuthology.orchestra.run.smithi105.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:52:48.150 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:52:48.150 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T10:52:48.161 INFO:tasks.cephadm:Teardown begin 2023-12-08T10:52:48.161 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:52:48.176 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:52:48.205 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T10:52:48.206 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:52:48.225 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:52:48.256 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T10:52:48.256 INFO:tasks.cephadm.mon.smithi060:Stopping mon.smithi060... 2023-12-08T10:52:48.256 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060 2023-12-08T10:52:48.482 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:48 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 397dbe7e-95b3-11ee-95a3-87774f69a715... 2023-12-08T10:52:48.482 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:48 smithi060 bash[118353]: Error response from daemon: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-mon.smithi060 2023-12-08T10:52:48.773 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:48 smithi060 bash[25939]: debug 2023-12-08T10:52:48.471+0000 7f9fe0480700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi060 -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-08T10:52:48.773 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Dec 08 10:52:48 smithi060 bash[25939]: debug 2023-12-08T10:52:48.471+0000 7f9fe0480700 -1 mon.smithi060@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T10:52:49.406 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi060.service' 2023-12-08T10:52:49.457 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:52:49.458 INFO:tasks.cephadm.mon.smithi060:Stopped mon.smithi060 2023-12-08T10:52:49.458 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2023-12-08T10:52:49.458 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi105 2023-12-08T10:52:49.793 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:49 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for 397dbe7e-95b3-11ee-95a3-87774f69a715... 2023-12-08T10:52:49.793 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:49 smithi105 bash[22030]: Error response from daemon: No such container: ceph-397dbe7e-95b3-11ee-95a3-87774f69a715-mon.smithi105 2023-12-08T10:52:49.793 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:49 smithi105 bash[29464]: debug 2023-12-08T10:52:49.648+0000 7f09aef15700 -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-08T10:52:49.794 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 08 10:52:49 smithi105 bash[29464]: debug 2023-12-08T10:52:49.648+0000 7f09aef15700 -1 mon.smithi105@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T10:52:50.511 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-397dbe7e-95b3-11ee-95a3-87774f69a715@mon.smithi105.service' 2023-12-08T10:52:50.543 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:52:50.543 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2023-12-08T10:52:50.544 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:53:54.627 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:54:47.543 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:54:47.562 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:54:47.575 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T10:54:47.577 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/ubuntu@smithi060.front.sepia.ceph.com/crash 2023-12-08T10:54:47.578 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:54:47.618 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:54:47.618 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:54:47.620 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2023-12-08T10:54:47.621 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:54:47.636 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:54:47.636 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:54:47.637 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T10:54:47.637 DEBUG:teuthology.orchestra.run.smithi060:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T10:54:47.676 INFO:teuthology.orchestra.run.smithi060.stderr:grep: /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T10:54:47.677 INFO:tasks.cephadm:Compressing logs... 2023-12-08T10:54:47.677 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:54:47.722 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-08T10:54:47.735 INFO:teuthology.orchestra.run.smithi060.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-08T10:54:47.736 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:54:47.736 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi060.abncol.log 2023-12-08T10:54:47.737 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:54:47.738 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi060.abncol.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi060.log 2023-12-08T10:54:47.738 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T10:54:47.740 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi060.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T10:54:47.740 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T10:54:47.741 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log: /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T10:54:47.741 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi060.xfiukj.log 2023-12-08T10:54:47.741 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api'gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:54:47.742 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2023-12-08T10:54:47.743 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T10:54:47.743 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:54:47.743 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi105.gvsorm.log 2023-12-08T10:54:47.743 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T10:54:47.743 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi105.gvsorm.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi105.log 2023-12-08T10:54:47.744 INFO:teuthology.orchestra.run.smithi105.stderr: 72.6%/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log: -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi105.gvsorm.log.gz 2023-12-08T10:54:47.744 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi105.gcxhaw.log 2023-12-08T10:54:47.744 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi105.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T10:54:47.744 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi105.gcxhaw.log: gzip -5 --verbose -- /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T10:54:47.753 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log: /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:54:47.753 INFO:teuthology.orchestra.run.smithi105.stderr: 92.5% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:54:47.754 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:54:47.755 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi060.xfiukj.log: 92.5% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:54:47.755 INFO:teuthology.orchestra.run.smithi060.stderr: 71.9% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-client.rgw.foorgw.smithi060.xfiukj.log.gz 2023-12-08T10:54:47.756 INFO:teuthology.orchestra.run.smithi105.stderr: 93.5% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi105.gcxhaw.log.gz 2023-12-08T10:54:48.148 INFO:teuthology.orchestra.run.smithi060.stderr: 89.8% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mgr.smithi060.abncol.log.gz 2023-12-08T10:54:48.182 INFO:teuthology.orchestra.run.smithi105.stderr: 92.9% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi105.log.gz 2023-12-08T10:54:48.653 INFO:teuthology.orchestra.run.smithi060.stderr: 90.4% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-mon.smithi060.log.gz 2023-12-08T10:54:48.802 INFO:teuthology.orchestra.run.smithi060.stderr: 93.5% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T10:54:48.803 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T10:54:48.819 INFO:teuthology.orchestra.run.smithi060.stderr: 93.6% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T10:54:48.833 INFO:teuthology.orchestra.run.smithi105.stderr: 93.5% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T10:54:48.951 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T10:54:49.094 INFO:teuthology.orchestra.run.smithi105.stderr: 93.4% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T10:54:49.096 INFO:teuthology.orchestra.run.smithi105.stderr: 2023-12-08T10:54:49.096 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m1.368s 2023-12-08T10:54:49.096 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m5.014s 2023-12-08T10:54:49.096 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.207s 2023-12-08T10:54:49.133 INFO:teuthology.orchestra.run.smithi060.stderr: 93.4% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T10:54:49.421 INFO:teuthology.orchestra.run.smithi060.stderr: 93.6% -- replaced with /var/log/ceph/397dbe7e-95b3-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T10:54:49.423 INFO:teuthology.orchestra.run.smithi060.stderr: 2023-12-08T10:54:49.423 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m1.699s 2023-12-08T10:54:49.423 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m6.387s 2023-12-08T10:54:49.423 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.219s 2023-12-08T10:54:49.424 INFO:tasks.cephadm:Archiving logs... 2023-12-08T10:54:49.424 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/ubuntu@smithi060.front.sepia.ceph.com/log 2023-12-08T10:54:49.425 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:54:50.342 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2023-12-08T10:54:50.343 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:54:51.069 INFO:tasks.cephadm:Removing cluster... 2023-12-08T10:54:51.069 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 --force 2023-12-08T10:54:52.471 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 397dbe7e-95b3-11ee-95a3-87774f69a715 --force 2023-12-08T10:54:53.848 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T10:54:53.849 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:54:53.855 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:54:53.860 INFO:tasks.cephadm:Teardown complete 2023-12-08T10:54:53.860 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T10:54:53.881 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2023-12-08T10:54:53.881 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_1 2023-12-08T10:54:54.176 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:54:54.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:54.178 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2023-12-08T10:54:54.178 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_2 2023-12-08T10:54:54.448 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:54:54.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:54.450 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2023-12-08T10:54:54.451 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_3 2023-12-08T10:54:54.716 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:54:54.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:54.717 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2023-12-08T10:54:54.718 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_4 2023-12-08T10:54:54.996 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:54:54.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:54.997 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2023-12-08T10:54:54.998 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2023-12-08T10:54:55.012 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-12-08T10:54:55.013 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2023-12-08T10:54:55.310 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:54:55.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:55.311 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-12-08T10:54:55.312 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2023-12-08T10:54:55.590 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:54:55.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:55.591 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-12-08T10:54:55.592 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2023-12-08T10:54:55.850 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:54:55.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:55.851 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-12-08T10:54:55.852 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2023-12-08T10:54:56.170 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:54:56.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:56.171 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-08T10:54:56.171 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-12-08T10:54:56.186 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T10:54:56.196 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T10:54:56.197 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:54:56.199 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:54:56.217 INFO:teuthology.orchestra.run.smithi060.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:54:56.218 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================== 2023-12-08T10:54:56.218 INFO:teuthology.orchestra.run.smithi060.stdout:*hv01.front.sepi 44.4.53.2 2 u 53 64 377 0.058 5.740 1.623 2023-12-08T10:54:56.218 INFO:teuthology.orchestra.run.smithi060.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.099 6.019 0.986 2023-12-08T10:54:56.218 INFO:teuthology.orchestra.run.smithi060.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.103 5.246 1.265 2023-12-08T10:54:56.218 INFO:teuthology.orchestra.run.smithi060.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-08T10:54:56.249 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-12-08T10:54:56.249 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-12-08T10:54:56.249 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 44.4.53.2 2 u 60 128 377 0.123 0.256 0.330 2023-12-08T10:54:56.249 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 128 377 0.095 1.153 0.227 2023-12-08T10:54:56.250 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 128 377 0.113 1.886 0.419 2023-12-08T10:54:56.250 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-08T10:54:56.251 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T10:54:56.261 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T10:54:56.262 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T10:54:56.275 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T10:54:56.288 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T10:54:56.300 INFO:teuthology.task.internal:Duration was 2508.833694 seconds 2023-12-08T10:54:56.301 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T10:54:56.312 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T10:54:56.312 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:54:56.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:54:56.366 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T10:54:56.366 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2023-12-08T10:54:56.366 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:54:56.424 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2023-12-08T10:54:56.424 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-08T10:54:56.437 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T10:54:56.437 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:54:56.469 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:54:56.537 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T10:54:56.538 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:54:56.540 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:54:56.687 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T10:54:56.698 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T10:54:56.698 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:54:56.713 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:54:56.729 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T10:54:56.743 DEBUG:teuthology.orchestra.run.smithi060:> 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-08T10:54:56.757 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-08T10:54:56.768 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2023-12-08T10:54:56.782 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2023-12-08T10:54:56.807 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:54:56.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:56.849 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:54:56.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:54:56.855 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T10:54:56.866 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T10:54:56.867 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/smithi060 2023-12-08T10:54:56.868 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:54:56.923 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455/remote/smithi105 2023-12-08T10:54:56.923 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:54:56.948 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T10:54:56.949 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:54:56.961 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:54:56.991 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T10:54:57.004 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T10:54:57.004 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T10:54:57.020 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T10:54:57.020 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:54:57.022 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:54:57.028 INFO:teuthology.orchestra.run.smithi060.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:54 /home/ubuntu/cephtest 2023-12-08T10:54:57.040 INFO:teuthology.orchestra.run.smithi105.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:54 /home/ubuntu/cephtest 2023-12-08T10:54:57.043 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T10:54:57.054 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T10:54:57.081 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T10:54:57.109 DEBUG:teuthology.nuke:shortname: smithi060 2023-12-08T10:54:57.110 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:54:57.133 DEBUG:teuthology.nuke:shortname: smithi105 2023-12-08T10:54:57.133 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:54:57.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455', '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-08 10:04:59.866812', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-08T10:54:57.157 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483455', '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-08 10:04:59.864894', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-08T10:54:57.184 INFO:teuthology.orchestra.console.smithi060:Power off 2023-12-08T10:54:57.185 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:54:57.210 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2023-12-08T10:54:57.211 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:54:57.227 INFO:teuthology.orchestra.console.smithi105:Power off 2023-12-08T10:54:57.227 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:54:57.240 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-12-08T10:54:57.252 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2023-12-08T10:54:57.252 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:54:57.274 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-08T10:55:01.242 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:01.276 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:01.353 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-12-08T10:55:01.387 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-08T10:55:05.358 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:05.388 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:05.469 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2023-12-08T10:55:05.499 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-08T10:55:09.470 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:09.500 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:55:09.581 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2023-12-08T10:55:09.613 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2023-12-08T10:55:09.682 INFO:teuthology.orchestra.console.smithi060:Power off completed 2023-12-08T10:55:09.714 INFO:teuthology.orchestra.console.smithi105:Power off completed 2023-12-08T10:55:09.818 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: 2508.833694458008 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fe3fda1ac70e470d8047cd42b32dd6e4 status: fail success: false 2023-12-08T10:55:09.819 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:55:09.903 INFO:teuthology.run:FAIL